ip6aux
static struct ip6aux *ip6_setdstifaddr (struct mbuf *, struct in6_ifaddr *);
struct ip6aux *
mtag = m_tag_get(PACKET_TAG_IPV6_INPUT, sizeof(struct ip6aux),
bzero(m_tag_data(mtag), sizeof(struct ip6aux));
return mtag ? (struct ip6aux *)m_tag_data(mtag) : NULL;
struct ip6aux *
return mtag ? (struct ip6aux *)m_tag_data(mtag) : NULL;
static struct ip6aux *
struct ip6aux *n;
struct ip6aux *n;
struct ip6aux *ip6_addaux (struct mbuf *);
struct ip6aux *ip6_findaux (struct mbuf *);