Home
last modified time | relevance | path

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

/openbsd/sbin/route/
H A Droute.c111 void print_rtmsg(struct rt_msghdr *, int);
395 print_rtmsg(rtm, rtm->rtm_msglen); in flushroutes()
420 print_rtmsg(rtm, rlen); in flushroutes()
1158 print_rtmsg((struct rt_msghdr *)msg, n); in monitor()
1354 print_rtmsg(&rtm, l); in rtmsg()
1435 print_rtmsg(struct rt_msghdr *rtm, int msglen) in print_rtmsg() function