Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c77 static void print_rtmsg(struct rt_msghdr *rtm, int msglen);
95 print_rtmsg((struct rt_msghdr *)msg, n); in main()
294 print_rtmsg(struct rt_msghdr *rtm, int msglen) in print_rtmsg() function
/freebsd-13.1/sbin/route/
H A Droute.c137 static void print_rtmsg(struct rt_msghdr *, size_t);
485 print_rtmsg(rtm, rtm->rtm_msglen); in flushroutes_fib()
512 print_rtmsg(rtm, rlen); in flushroutes_fib()
1393 print_rtmsg(rtm, rtm->rtm_msglen); in interfaces()
1454 print_rtmsg((struct rt_msghdr *)(void *)msg, n); in monitor()
1508 print_rtmsg(&rtm, l); in rtmsg()
1590 print_rtmsg(struct rt_msghdr *rtm, size_t msglen) in print_rtmsg() function