Searched refs:nd_neighbor_advert (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_nbr.c845 struct nd_neighbor_advert *nd_na;
879 nd_na = (struct nd_neighbor_advert *)((caddr_t)ip6 + off);
881 IP6_EXTHDR_GET(nd_na, struct nd_neighbor_advert *, m, off, icmp6len);
1237 struct nd_neighbor_advert *nd_na;
1348 nd_na = (struct nd_neighbor_advert *)(ip6 + 1);
H A Dicmp6.c823 if (icmp6len < sizeof(struct nd_neighbor_advert))
/xnu-2422.115.4/bsd/netinet/
H A Dicmp6.h286 struct nd_neighbor_advert { /* neighbor advertisement */ struct

Completed in 55 milliseconds