Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet6/
H A Dnd6_nbr.c941 struct nd_neighbor_advert *nd_na; in nd6_na_input()
979 nd_na = (struct nd_neighbor_advert *)((caddr_t)ip6 + off); in nd6_na_input()
1441 struct nd_neighbor_advert *nd_na; in nd6_na_output()
1567 nd_na = (struct nd_neighbor_advert *)(ip6 + 1); in nd6_na_output()
H A Dicmp6.c882 if (icmp6len < sizeof(struct nd_neighbor_advert)) { in icmp6_input()
/xnu-11215.61.5/bsd/netinet/
H A Dicmp6.h294 struct nd_neighbor_advert { /* neighbor advertisement */ struct
/xnu-11215.61.5/tests/
H A Dnet_bridge.c848 struct nd_neighbor_advert * nd_na; in ethernet_nd6_frame_populate()
855 nd_na = (struct nd_neighbor_advert *)(void *)icmp6; in ethernet_nd6_frame_populate()
2184 sizeof(struct nd_neighbor_advert), in validate_mac_nat_icmp6_out()
/xnu-11215.61.5/bsd/net/
H A Dif_bridge.c8890 struct nd_neighbor_advert *nd_na;
8895 nd_na = (struct nd_neighbor_advert *)(void *)icmp6;