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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_var.h227 struct ip6aux { struct
322 struct ip6aux *ip6_addaux(struct mbuf *);
323 struct ip6aux *ip6_findaux(struct mbuf *);
H A Dip6_input.c190 static struct ip6aux *ip6_setdstifaddr(struct mbuf *, struct in6_ifaddr *);
1007 static struct ip6aux *
1010 struct ip6aux *n;
1015 return (struct ip6aux *)n; /* NULL if failed to set */
1022 struct ip6aux *n;
1766 struct ip6aux *
1785 return tag ? (struct ip6aux*)(tag + 1) : NULL;
1788 struct ip6aux *
1796 return tag ? (struct ip6aux*)(tag + 1) : NULL;
H A Droute6.c61 struct ip6aux *ip6a;

Completed in 42 milliseconds