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

/freebsd-10-stable/sys/netinet6/
H A Droute6.c66 struct ip6aux *ip6a;
H A Dip6_input.c151 static struct ip6aux *ip6_setdstifaddr(struct mbuf *, struct in6_ifaddr *);
152 static struct ip6aux *ip6_addaux(struct mbuf *);
153 static struct ip6aux *ip6_findaux(struct mbuf *m);
1038 static struct ip6aux *
1041 struct ip6aux *ip6a;
1052 struct ip6aux *ip6a;
1817 static struct ip6aux *
1824 mtag = m_tag_get(PACKET_TAG_IPV6_INPUT, sizeof(struct ip6aux),
1828 bzero(mtag + 1, sizeof(struct ip6aux));
1831 return mtag ? (struct ip6aux *)(mta
[all...]
H A Dip6_var.h265 struct ip6aux { struct
398 struct ip6aux *ip6_findaux(struct mbuf *);

Completed in 66 milliseconds