Home
last modified time | relevance | path

Searched refs:print_rtmsg (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c75 static void print_rtmsg(struct rt_msghdr *rtm, int msglen);
93 print_rtmsg((struct rt_msghdr *)msg, n); in main()
289 print_rtmsg(struct rt_msghdr *rtm, int msglen) in print_rtmsg() function
/freebsd/sbin/route/
H A Droute.c142 static void print_rtmsg(struct rt_msghdr *, size_t);
532 print_rtmsg(rtm, rtm->rtm_msglen); in flushroutes_fib_rtsock()
559 print_rtmsg(rtm, rlen); in flushroutes_fib_rtsock()
1462 print_rtmsg(rtm, rtm->rtm_msglen); in interfaces()
1536 print_rtmsg((struct rt_msghdr *)(void *)msg, n); in monitor_rtsock()
1604 print_rtmsg(&rtm, l); in rtmsg_rtsock()
1687 print_rtmsg(struct rt_msghdr *rtm, size_t msglen) in print_rtmsg() function