Home
last modified time | relevance | path

Searched refs:rt_msghdr (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.121.3/tests/
H A Droute_output_stack_oflow_56033075.c19 sizeof(struct rt_msghdr) +
24 struct rt_msghdr *rtm = (struct rt_msghdr *)buf;
32 len = sizeof(struct rt_msghdr);
65 len = sizeof(struct rt_msghdr);
H A Dnet_bridge.c556 struct rt_msghdr hdr;
/xnu-8020.121.3/bsd/net/
H A Drtsock.c304 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()
[all …]
H A Dif_llatbl.h67 struct rt_msghdr;
286 int lla_rt_output(struct rt_msghdr *, struct rt_addrinfo *);
H A Droute.h356 struct rt_msghdr { struct
H A Dif_llatbl.c765 lla_rt_output(struct rt_msghdr *rtm, struct rt_addrinfo *info) in lla_rt_output()
/xnu-8020.121.3/bsd/netinet/
H A Din.c2633 struct rt_msghdr rtm; in in_lltable_dump_entry()
/xnu-8020.121.3/bsd/netinet6/
H A Din6.c4836 struct rt_msghdr rtm; in in6_lltable_dump_entry()