Lines Matching refs:rt_msghdr
107 struct rt_msghdr m_rtm;
139 static void pmsg_common(struct rt_msghdr *, size_t);
141 static void print_getmsg(struct rt_msghdr *, int, int);
142 static void print_rtmsg(struct rt_msghdr *, size_t);
492 struct rt_msghdr *rtm; in flushroutes_fib_rtsock()
530 rtm = (struct rt_msghdr *)(void *)next; in flushroutes_fib_rtsock()
1437 struct rt_msghdr *rtm; in interfaces()
1461 rtm = (struct rt_msghdr *)(void *)next; in interfaces()
1536 print_rtmsg((struct rt_msghdr *)(void *)msg, n); in monitor_rtsock()
1688 print_rtmsg(struct rt_msghdr *rtm, size_t msglen) in print_rtmsg()
1791 print_getmsg(struct rt_msghdr *rtm, int msglen, int fib) in print_getmsg()
1871 pmsg_common(struct rt_msghdr *rtm, size_t msglen) in pmsg_common()
1878 if (msglen > sizeof(struct rt_msghdr)) in pmsg_common()
1880 msglen - sizeof(struct rt_msghdr)); in pmsg_common()