Searched refs:print_rtmsg (Results 1 – 1 of 1) sorted by relevance
163 static void print_rtmsg(struct rt_msghdr *, size_t);539 print_rtmsg(rtm, rtm->rtm_msglen); in flushroutes_fib()566 print_rtmsg(rtm, rlen); in flushroutes_fib()1507 print_rtmsg(rtm, rtm->rtm_msglen); in interfaces()1557 print_rtmsg((struct rt_msghdr *)(void *)msg, n); in monitor()1612 print_rtmsg(&rtm, l);1707 print_rtmsg(struct rt_msghdr *rtm, size_t msglen) function