Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dnd6_rtr.c116 struct nd_router_solicit *nd_rs; in nd6_rs_input() local
150 nd_rs = (struct nd_router_solicit *)((caddr_t)ip6 + off); in nd6_rs_input()
152 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len); in nd6_rs_input()
153 if (nd_rs == NULL) { in nd6_rs_input()
159 icmp6len -= sizeof(*nd_rs); in nd6_rs_input()
160 nd6_option_init(nd_rs + 1, icmp6len, &ndopts); in nd6_rs_input()