Searched refs:nd_ra (Results 1 – 2 of 2) sorted by relevance
361 struct nd_router_advert *nd_ra; in nd6_ra_input() local407 nd_ra = (struct nd_router_advert *)((caddr_t)ip6 + off); in nd6_ra_input()409 icmp6len -= sizeof(*nd_ra); in nd6_ra_input()410 nd6_option_init(nd_ra + 1, icmp6len, &ndopts); in nd6_ra_input()422 u_int32_t advreachable = nd_ra->nd_ra_reachable; in nd6_ra_input()430 dr0.raflags = nd_ra->nd_ra_flags_reserved; in nd6_ra_input()441 dr0.rtlifetime = ntohs(nd_ra->nd_ra_router_lifetime); in nd6_ra_input()454 if (nd_ra->nd_ra_retransmit) in nd6_ra_input()455 ndi->retrans = ntohl(nd_ra->nd_ra_retransmit); in nd6_ra_input()456 if (nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()[all …]
171 struct nd_router_advert *nd_ra; in rtsol_input() local291 nd_ra = (struct nd_router_advert *)icp; in rtsol_input()301 if (((nd_ra->nd_ra_flags_reserved) & ND_RA_FLAG_MANAGED) && in rtsol_input()319 if (((nd_ra->nd_ra_flags_reserved) & ND_RA_FLAG_OTHER) && in rtsol_input()