Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_rtr.c383 struct nd_router_advert *nd_ra; in nd6_ra_input() local
465 nd_ra = (struct nd_router_advert *)((caddr_t)ip6 + off); in nd6_ra_input()
467 icmp6len -= sizeof(*nd_ra); in nd6_ra_input()
469 nd6_option_init(nd_ra + 1, icmp6len, &ndopts); in nd6_ra_input()
477 advreachable = nd_ra->nd_ra_reachable; in nd6_ra_input()
497 if (nd_ra->nd_ra_retransmit) { in nd6_ra_input()
498 u_int32_t retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input()
508 if (nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()
509 if (ndi->chlim < nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()
510 ndi->chlim = nd_ra->nd_ra_curhoplimit; in nd6_ra_input()
[all …]