Home
last modified time | relevance | path

Searched refs:nd_router_advert (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dicmp6.h257 struct nd_router_advert { /* router advertisement */ struct
/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_rtr.c350 struct nd_router_advert *nd_ra; in nd6_ra_input()
415 nd_ra = (struct nd_router_advert *)((caddr_t)ip6 + off); in nd6_ra_input()
H A Dicmp6.c811 if (icmp6len < sizeof(struct nd_router_advert)) { in icmp6_input()