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

  /src/sys/netinet6/
nd6_nbr.c 105 struct nd_neighbor_solicit *nd_ns; local in function:nd6_ns_input
127 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
128 if (nd_ns == NULL) {
134 taddr6 = nd_ns->nd_ns_target;
177 icmp6len -= sizeof(*nd_ns);
178 nd6_option_init(nd_ns + 1, icmp6len, &ndopts);
409 struct nd_neighbor_solicit *nd_ns; local in function:nd6_ns_output
424 maxlen = sizeof(*ip6) + sizeof(*nd_ns);
449 icmp6len = sizeof(*nd_ns);
526 nd_ns = (struct nd_neighbor_solicit *)(ip6 + 1)
    [all...]
nd6_nbr.c 105 struct nd_neighbor_solicit *nd_ns; local in function:nd6_ns_input
127 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
128 if (nd_ns == NULL) {
134 taddr6 = nd_ns->nd_ns_target;
177 icmp6len -= sizeof(*nd_ns);
178 nd6_option_init(nd_ns + 1, icmp6len, &ndopts);
409 struct nd_neighbor_solicit *nd_ns; local in function:nd6_ns_output
424 maxlen = sizeof(*ip6) + sizeof(*nd_ns);
449 icmp6len = sizeof(*nd_ns);
526 nd_ns = (struct nd_neighbor_solicit *)(ip6 + 1)
    [all...]

Completed in 22 milliseconds