Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/net/
H A Drtsock.c310 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 Dif_llatbl.h67 struct rt_msghdr;
290 int lla_rt_output(struct rt_msghdr *, struct rt_addrinfo *);
H A Droute.h345 struct rt_msghdr { struct
H A Dif_llatbl.c745 lla_rt_output(struct rt_msghdr *rtm, struct rt_addrinfo *info) in lla_rt_output()
/xnu-8019.80.24/bsd/netinet/
H A Din.c2655 struct rt_msghdr rtm; in in_lltable_dump_entry()
/xnu-8019.80.24/bsd/netinet6/
H A Din6.c4810 struct rt_msghdr rtm; in in6_lltable_dump_entry()