Home
last modified time | relevance | path

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

/xnu-8792.61.2/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 Dudp_bind_connect.c60 #define RTM_BUFLEN (sizeof(struct rt_msghdr) + 6 * SOCK_MAXADDRLEN)
70 struct rt_msghdr *rtm = NULL; in has_v4_default_route()
77 T_QUIET; T_ASSERT_NOTNULL(rtm = (struct rt_msghdr *)calloc(1, RTM_BUFLEN), NULL); in has_v4_default_route()
79 rtm->rtm_msglen = sizeof(struct rt_msghdr) + sizeof(struct sockaddr_in); in has_v4_default_route()
H A Dnet_bridge.c557 struct rt_msghdr hdr;
/xnu-8792.61.2/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.h161 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-8792.61.2/bsd/netinet/
H A Din.c2633 struct rt_msghdr rtm; in in_lltable_dump_entry()
/xnu-8792.61.2/bsd/netinet6/
H A Din6.c4863 struct rt_msghdr rtm; in in6_lltable_dump_entry()