Home
last modified time | relevance | path

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

/netbsd/sys/netinet6/
H A Dip6_var.h238 struct ip6aux { struct
298 const struct ip6aux *ip6_getdstifaddr(struct mbuf *);
H A Dip6_input.c821 struct ip6aux *ip6a; in ip6_setdstifaddr()
827 ip6a = (struct ip6aux *)(mtag + 1); in ip6_setdstifaddr()
838 const struct ip6aux *
845 return (struct ip6aux *)(mtag + 1); in ip6_getdstifaddr()
1508 mtag = m_tag_get(PACKET_TAG_INET6, sizeof(struct ip6aux), in ip6_addaux()
1512 memset(mtag + 1, 0, sizeof(struct ip6aux)); in ip6_addaux()
H A Dicmp6.c2056 const struct ip6aux *ip6a; in icmp6_reflect()