Home
last modified time | relevance | path

Searched refs:in6_addr_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dip.d110 typedef struct in6_addr in6_addr_t; typedef
119 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;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d99 STRFUNC(inet_ntoa6((in6_addr_t *)alloca(sizeof (in6_addr_t))))