Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_rtr.c356 struct nd_router_advert *nd_ra; in nd6_ra_input() local
438 nd_ra = (struct nd_router_advert *)((caddr_t)ip6 + off); in nd6_ra_input()
440 icmp6len -= sizeof(*nd_ra); in nd6_ra_input()
442 nd6_option_init(nd_ra + 1, icmp6len, &ndopts); in nd6_ra_input()
450 advreachable = nd_ra->nd_ra_reachable; in nd6_ra_input()
470 if (nd_ra->nd_ra_retransmit) { in nd6_ra_input()
471 u_int32_t retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input()
481 if (nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()
482 if (ndi->chlim < nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()
483 ndi->chlim = nd_ra->nd_ra_curhoplimit; in nd6_ra_input()
[all …]