Home
last modified time | relevance | path

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

/freebsd-12.1/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c77 static void print_rtmsg(struct rt_msghdr *rtm, int msglen);
92 print_rtmsg((struct rt_msghdr *)msg, n); in main()
287 print_rtmsg(struct rt_msghdr *rtm, int msglen) in print_rtmsg() function
/freebsd-12.1/sbin/route/
H A Droute.c138 static void print_rtmsg(struct rt_msghdr *, size_t);
486 print_rtmsg(rtm, rtm->rtm_msglen); in flushroutes_fib()
513 print_rtmsg(rtm, rlen); in flushroutes_fib()
1443 print_rtmsg(rtm, rtm->rtm_msglen); in interfaces()
1493 print_rtmsg((struct rt_msghdr *)(void *)msg, n); in monitor()
1547 print_rtmsg(&rtm, l); in rtmsg()
1629 print_rtmsg(struct rt_msghdr *rtm, size_t msglen) in print_rtmsg() function