HomeSort by: relevance | last modified time | path
    Searched refs:ip6aux (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
ip6_var.h 238 struct ip6aux { struct
298 const struct ip6aux *ip6_getdstifaddr(struct mbuf *);
ip6_input.c 821 struct ip6aux *ip6a;
827 ip6a = (struct ip6aux *)(mtag + 1);
838 const struct ip6aux *
845 return (struct ip6aux *)(mtag + 1);
1508 mtag = m_tag_get(PACKET_TAG_INET6, sizeof(struct ip6aux),
1512 memset(mtag + 1, 0, sizeof(struct ip6aux));
icmp6.c 2056 const struct ip6aux *ip6a;

Completed in 15 milliseconds