Lines Matching refs:rt_msghdr
306 struct rt_msghdr *rtm = NULL; in route_output()
336 len != mtod(m, struct rt_msghdr *)->rtm_msglen) { in route_output()
642 struct rt_msghdr *out_rtm; in route_output()
651 Bcopy(rtm, out_rtm, sizeof(struct rt_msghdr)); in route_output()
1136 struct rt_msghdr *rtm; in rt_msg1()
1157 len = sizeof(struct rt_msghdr); in rt_msg1()
1172 rtm = mtod(m, struct rt_msghdr *); in rt_msg1()
1262 len = sizeof(struct rt_msghdr); in rt_msg2()
1335 struct rt_msghdr *rtm = (struct rt_msghdr *)(void *)cp0; in rt_msg2()
1353 struct rt_msghdr *rtm; in rt_missmsg()
1365 rtm = mtod(m, struct rt_msghdr *); in rt_missmsg()
1468 struct rt_msghdr *rtm; in rt_newaddrmsg()
1479 rtm = mtod(m, struct rt_msghdr *); in rt_newaddrmsg()
1656 struct rt_msghdr *rtm = in sysctl_dumpentry()
1657 (struct rt_msghdr *)(void *)w->w_tmem; in sysctl_dumpentry()