Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet6/
H A Droute6.c85 struct ip6aux *__single ip6a = NULL; in route6_input() local
87 ip6a = ip6_findaux(m); in route6_input()
88 if (ip6a) { in route6_input()
90 if (ip6a->ip6a_flags & IP6A_SWAP) { in route6_input()
97 ip6a = NULL; in route6_input()
H A Dnd6_nbr.c2372 struct ip6aux *__single ip6a = ip6_findaux(m); in nd6_dad_na_input() local
2373 if (ip6a && (ip6a->ip6a_flags & IP6A_HASEEN) != 0 && in nd6_dad_na_input()
2374 bcmp(ip6a->ip6a_ehsrc, lladdr, ETHER_ADDR_LEN) != 0) { in nd6_dad_na_input()
/xnu-11417.121.6/bsd/net/
H A Dether_inet6_pr_module.c139 struct ip6aux *ip6a; in ether_inet6_input() local
141 ip6a = ip6_addaux(packet); in ether_inet6_input()
142 if (ip6a) { in ether_inet6_input()
143 ip6a->ip6a_flags |= IP6A_HASEEN; in ether_inet6_input()
144 bcopy(eh->ether_shost, ip6a->ip6a_ehsrc, in ether_inet6_input()