Home
last modified time | relevance | path

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

/freebsd-14.2/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()
292 print_rtmsg(struct rt_msghdr *rtm, int msglen) in print_rtmsg() function
/freebsd-14.2/sbin/route/
H A Droute.c155 static void print_rtmsg(struct rt_msghdr *, size_t);
545 print_rtmsg(rtm, rtm->rtm_msglen); in flushroutes_fib_rtsock()
572 print_rtmsg(rtm, rlen); in flushroutes_fib_rtsock()
1475 print_rtmsg(rtm, rtm->rtm_msglen); in interfaces()
1549 print_rtmsg((struct rt_msghdr *)(void *)msg, n); in monitor_rtsock()
1617 print_rtmsg(&rtm, l); in rtmsg_rtsock()
1700 print_rtmsg(struct rt_msghdr *rtm, size_t msglen) in print_rtmsg() function