Home
last modified time | relevance | path

Searched refs:nd_router_solicit (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.61.5/bsd/netinet/
H A Dicmp6.h247 struct nd_router_solicit { /* router solicitation */ struct
/xnu-11215.61.5/tests/
H A Dnet_bridge.c866 struct nd_router_solicit * nd_rs; in ethernet_nd6_frame_populate()
873 nd_rs = (struct nd_router_solicit *)(void *)icmp6; in ethernet_nd6_frame_populate()
2196 sizeof(struct nd_router_solicit), in validate_mac_nat_icmp6_out()
/xnu-11215.61.5/bsd/netinet6/
H A Dnd6_rtr.c248 struct nd_router_solicit *nd_rs = NULL; in nd6_rs_input()
295 nd_rs = (struct nd_router_solicit *)((caddr_t)ip6 + off); in nd6_rs_input()
H A Dicmp6.c824 if (icmp6len < sizeof(struct nd_router_solicit)) { in icmp6_input()
/xnu-11215.61.5/bsd/net/
H A Dif_bridge.c8943 type_length = sizeof(struct nd_router_solicit);