Lines Matching refs:rt_msghdr
304 struct rt_msghdr *rtm = NULL; in route_output()
334 len != mtod(m, struct rt_msghdr *)->rtm_msglen) { in route_output()
621 struct rt_msghdr *out_rtm; in route_output()
630 Bcopy(rtm, out_rtm, sizeof(struct rt_msghdr)); in route_output()
1115 struct rt_msghdr *rtm; in rt_msg1()
1136 len = sizeof(struct rt_msghdr); in rt_msg1()
1151 rtm = mtod(m, struct rt_msghdr *); in rt_msg1()
1241 len = sizeof(struct rt_msghdr); in rt_msg2()
1314 struct rt_msghdr *rtm = (struct rt_msghdr *)(void *)cp0; in rt_msg2()
1332 struct rt_msghdr *rtm; in rt_missmsg()
1344 rtm = mtod(m, struct rt_msghdr *); in rt_missmsg()
1447 struct rt_msghdr *rtm; in rt_newaddrmsg()
1458 rtm = mtod(m, struct rt_msghdr *); in rt_newaddrmsg()
1635 struct rt_msghdr *rtm = in sysctl_dumpentry()
1636 (struct rt_msghdr *)(void *)w->w_tmem; in sysctl_dumpentry()