Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dip6_var.h379 struct ip6aux { struct
548 extern struct ip6aux *ip6_addaux(struct mbuf *);
549 extern struct ip6aux *ip6_findaux(struct mbuf *);
H A Droute6.c85 struct ip6aux *ip6a = NULL; in route6_input()
H A Dip6_input.c2326 struct ip6aux *
2337 sizeof(struct ip6aux), M_DONTWAIT, m); in ip6_addaux()
2345 return tag ? (struct ip6aux *)(tag + 1) : NULL; in ip6_addaux()
2348 struct ip6aux *
2356 return tag ? (struct ip6aux *)(tag + 1) : NULL; in ip6_findaux()
H A Dnd6_nbr.c2370 struct ip6aux *ip6a = ip6_findaux(m); in nd6_dad_na_input()
/xnu-8796.141.3/bsd/net/
H A Dether_inet6_pr_module.c137 struct ip6aux *ip6a; in ether_inet6_input()