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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_rtr.c276 struct nd_router_solicit *nd_rs; local
321 nd_rs = (struct nd_router_solicit *)((caddr_t)ip6 + off);
323 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len);
324 if (nd_rs == NULL) {
330 icmp6len -= sizeof (*nd_rs);
331 nd6_option_init(nd_rs + 1, icmp6len, &ndopts);

Completed in 96 milliseconds