Lines Matching refs:rt_msghdr
100 struct rt_msghdr *rtm);
111 static struct rt_msghdr *rtmsg(int cmd,
357 struct rt_msghdr *rtm; in set()
502 struct rt_msghdr *rtm; in delete()
567 struct rt_msghdr *rtm; in search()
601 rtm = (struct rt_msghdr *)next; in search()
624 struct sockaddr_in *addr, struct rt_msghdr *rtm) in print_entry()
724 struct sockaddr_in *addr, struct rt_msghdr *rtm) in nuke_entry()
763 static struct rt_msghdr *
773 struct rt_msghdr m_rtm; in rtmsg()
777 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg()