HomeSort by: relevance | last modified time | path
    Searched defs:nd_rs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet6/
nd6_rtr.c 61 struct nd_router_solicit *nd_rs; local in function:nd6_rtr_cache
91 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off,
93 if (nd_rs == NULL) {
99 icmp6len -= sizeof(*nd_rs);
100 nd6_option_init(nd_rs + 1, icmp6len, &ndopts);

Completed in 10 milliseconds