Searched refs:rt_msghdr (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | route_output_stack_oflow_56033075.c | 19 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 D | net_bridge.c | 556 struct rt_msghdr hdr;
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | rtsock.c | 310 struct rt_msghdr *rtm = NULL; in route_output() 339 len != mtod(m, struct rt_msghdr *)->rtm_msglen) { in route_output() 343 R_Malloc(rtm, struct rt_msghdr *, len); in route_output() 625 struct rt_msghdr *out_rtm; in route_output() 626 R_Malloc(out_rtm, struct rt_msghdr *, len); in route_output() 634 Bcopy(rtm, out_rtm, sizeof(struct rt_msghdr)); in route_output() 1120 struct rt_msghdr *rtm; in rt_msg1() 1141 len = sizeof(struct rt_msghdr); in rt_msg1() 1156 rtm = mtod(m, struct rt_msghdr *); in rt_msg1() 1246 len = sizeof(struct rt_msghdr); in rt_msg2() [all …]
|
| H A D | if_llatbl.h | 67 struct rt_msghdr; 290 int lla_rt_output(struct rt_msghdr *, struct rt_addrinfo *);
|
| H A D | route.h | 345 struct rt_msghdr { struct
|
| H A D | if_llatbl.c | 745 lla_rt_output(struct rt_msghdr *rtm, struct rt_addrinfo *info) in lla_rt_output()
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in.c | 2655 struct rt_msghdr rtm; in in_lltable_dump_entry()
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | in6.c | 4810 struct rt_msghdr rtm; in in6_lltable_dump_entry()
|