Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dnd6_nbr.c622 struct nd_neighbor_advert *nd_na; in nd6_na_input() local
664 flags = nd_na->nd_na_flags_reserved; in nd6_na_input()
669 taddr6 = nd_na->nd_na_target; in nd6_na_input()
688 icmp6len -= sizeof(*nd_na); in nd6_na_input()
945 struct nd_neighbor_advert *nd_na; in nd6_na_output_fib() local
977 icmp6len = sizeof(*nd_na); in nd6_na_output_fib()
1018 nd_na->nd_na_code = 0; in nd6_na_output_fib()
1019 nd_na->nd_na_target = *taddr6; in nd6_na_output_fib()
1064 nd_na->nd_na_flags_reserved = flags; in nd6_na_output_fib()
1065 nd_na->nd_na_cksum = 0; in nd6_na_output_fib()
[all …]