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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h328 struct ip6aux { struct
473 struct ip6aux *ip6_addaux(struct mbuf *);
474 struct ip6aux *ip6_findaux(struct mbuf *);
476 extern void ip6_destroyaux(struct ip6aux *);
477 extern void ip6_copyaux(struct ip6aux *, struct ip6aux *);
H A Dip6_input.c232 static struct ip6aux *ip6_setdstifaddr(struct mbuf *, struct in6_ifaddr *);
1211 static struct ip6aux *
1214 struct ip6aux *n;
1224 return (struct ip6aux *)n; /* NULL if failed to set */
1231 struct ip6aux *n;
2029 struct ip6aux *
2040 sizeof (struct ip6aux), M_DONTWAIT, m);
2048 return (tag ? (struct ip6aux *)(tag + 1) : NULL);
2051 struct ip6aux *
2059 return (tag ? (struct ip6aux *)(ta
[all...]
H A Droute6.c92 struct ip6aux *ip6a;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c492 t->m_tag_len == sizeof (struct ip6aux))
493 ip6_destroyaux((struct ip6aux *)(t + 1));
632 t->m_tag_len == sizeof (struct ip6aux)) {
633 ip6_copyaux((struct ip6aux *)(t + 1), (struct ip6aux *)(p + 1));

Completed in 25 milliseconds