Searched refs:in6_addr_t (Results 1 – 2 of 2) sorted by relevance
110 typedef struct in6_addr in6_addr_t; typedef119 in6_addr_t *ipv6_src; /* source address */120 in6_addr_t *ipv6_dst; /* destination address */299 ipv6_src = p == NULL ? 0 : (in6_addr_t *)&p->ip6_src;300 ipv6_dst = p == NULL ? 0 : (in6_addr_t *)&p->ip6_dst;
99 STRFUNC(inet_ntoa6((in6_addr_t *)alloca(sizeof (in6_addr_t))))