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

/xnu-2782.1.97/bsd/netinet6/
H A Droute6.c85 struct ip6aux *ip6a;
H A Dip6_var.h344 struct ip6aux { struct
488 extern struct ip6aux *ip6_addaux(struct mbuf *);
489 extern struct ip6aux *ip6_findaux(struct mbuf *);
H A Dip6_input.c1925 struct ip6aux *
1936 sizeof (struct ip6aux), M_DONTWAIT, m);
1944 return (tag ? (struct ip6aux *)(tag + 1) : NULL);
1947 struct ip6aux *
1955 return (tag ? (struct ip6aux *)(tag + 1) : NULL);
H A Dnd6_nbr.c1934 struct ip6aux *ip6a;
2071 struct ip6aux *ip6a = ip6_findaux(m);
/xnu-2782.1.97/bsd/net/
H A Dether_inet6_pr_module.c139 struct ip6aux *ip6a;

Completed in 25 milliseconds