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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_rtr.c145 struct nd_router_solicit *nd_rs; local
182 nd_rs = (struct nd_router_solicit *)((caddr_t)ip6 + off);
184 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len);
185 if (nd_rs == NULL) {
191 icmp6len -= sizeof(*nd_rs);
192 nd6_option_init(nd_rs + 1, icmp6len, &ndopts);

Completed in 21 milliseconds