Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.inet_ntoa6.d35 struct in6_addr *ip6e; variable
52 ip6e = this->buf6e;
75 ip6e->_S6_un._S6_u8[12] = 0x7f;
76 ip6e->_S6_un._S6_u8[15] = 0x01;
90 printf("%s\n", inet_ntoa6(ip6e));
H A Dtst.inet_ntop.d39 struct in6_addr *ip6e; variable
66 ip6e = this->buf6e;
94 ip6e->_S6_un._S6_u8[12] = 0x7f;
95 ip6e->_S6_un._S6_u8[15] = 0x01;
129 printf("%s\n", inet_ntop(AF_INET6, ip6e));