Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6_nbr.c131 struct nd_neighbor_solicit *nd_ns; in nd6_ns_input() local
165 nd_ns = (struct nd_neighbor_solicit *)((caddr_t)ip6 + off); in nd6_ns_input()
169 taddr6 = nd_ns->nd_ns_target; in nd6_ns_input()
215 icmp6len -= sizeof(*nd_ns); in nd6_ns_input()
216 nd6_option_init(nd_ns + 1, icmp6len, &ndopts); in nd6_ns_input()
417 struct nd_neighbor_solicit *nd_ns; in nd6_ns_output_fib() local
428 maxlen = sizeof(*ip6) + sizeof(*nd_ns); in nd6_ns_output_fib()
449 icmp6len = sizeof(*nd_ns); in nd6_ns_output_fib()
544 nd_ns = (struct nd_neighbor_solicit *)(ip6 + 1); in nd6_ns_output_fib()
545 nd_ns->nd_ns_type = ND_NEIGHBOR_SOLICIT; in nd6_ns_output_fib()
[all …]