Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.inet_ntoa6.d37 struct in6_addr *ip6g; variable
54 ip6g = this->buf6g;
81 ip6g->_S6_un._S6_u8[10] = 0xff;
82 ip6g->_S6_un._S6_u8[11] = 0xfe;
83 ip6g->_S6_un._S6_u8[12] = 0x7f;
84 ip6g->_S6_un._S6_u8[15] = 0x01;
92 printf("%s\n", inet_ntoa6(ip6g));
H A Dtst.inet_ntop.d41 struct in6_addr *ip6g; variable
68 ip6g = this->buf6g;
100 ip6g->_S6_un._S6_u8[10] = 0xff;
101 ip6g->_S6_un._S6_u8[11] = 0xfe;
102 ip6g->_S6_un._S6_u8[12] = 0x7f;
103 ip6g->_S6_un._S6_u8[15] = 0x01;
131 printf("%s\n", inet_ntop(AF_INET6, ip6g));