Lines Matching refs:rt_msghdr
306 static struct rt_msghdr *
313 return (struct rt_msghdr*)rtm_data; in _rtm_hdr()
404 if (rt_xaddrs(rtm_buf + sizeof(struct rt_msghdr), rtm_buf + rtm_len, &info, tiny_sa_storage)) { in route_output()
700 struct rt_msghdr *out_rtm = _rtm_hdr(rtm_tmpbuf); in route_output()
701 bcopy(RTM, out_rtm, sizeof(struct rt_msghdr)); in route_output()
1315 len = sizeof(struct rt_msghdr); in rt_msg1()
1421 len = sizeof(struct rt_msghdr); in rt_msg2()
1628 struct rt_msghdr *rtm; in rt_newaddrmsg()
1639 rtm = mtod(m, struct rt_msghdr *); in rt_newaddrmsg()
1816 struct rt_msghdr *rtm = in sysctl_dumpentry()
1817 (struct rt_msghdr *)(void *)w->w_tmem; in sysctl_dumpentry()