summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.inet_ntoa6.d
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.inet_ntoa6.d')
-rw-r--r--cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.inet_ntoa6.d58
1 files changed, 29 insertions, 29 deletions
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.inet_ntoa6.d b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.inet_ntoa6.d
index 9a00eb7..40b3849 100644
--- a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.inet_ntoa6.d
+++ b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.inet_ntoa6.d
@@ -53,35 +53,35 @@ BEGIN
ip6f = this->buf6f;
ip6g = this->buf6g;
- ip6a->_S6_un._S6_u8[0] = 0xfe;
- ip6a->_S6_un._S6_u8[1] = 0x80;
- ip6a->_S6_un._S6_u8[8] = 0x02;
- ip6a->_S6_un._S6_u8[9] = 0x14;
- ip6a->_S6_un._S6_u8[10] = 0x4f;
- ip6a->_S6_un._S6_u8[11] = 0xff;
- ip6a->_S6_un._S6_u8[12] = 0xfe;
- ip6a->_S6_un._S6_u8[13] = 0x0b;
- ip6a->_S6_un._S6_u8[14] = 0x76;
- ip6a->_S6_un._S6_u8[15] = 0xc8;
- ip6b->_S6_un._S6_u8[0] = 0x10;
- ip6b->_S6_un._S6_u8[1] = 0x80;
- ip6b->_S6_un._S6_u8[10] = 0x08;
- ip6b->_S6_un._S6_u8[11] = 0x08;
- ip6b->_S6_un._S6_u8[13] = 0x20;
- ip6b->_S6_un._S6_u8[13] = 0x0c;
- ip6b->_S6_un._S6_u8[14] = 0x41;
- ip6b->_S6_un._S6_u8[15] = 0x7a;
- ip6c->_S6_un._S6_u8[15] = 0x01;
- ip6e->_S6_un._S6_u8[12] = 0x7f;
- ip6e->_S6_un._S6_u8[15] = 0x01;
- ip6f->_S6_un._S6_u8[10] = 0xff;
- ip6f->_S6_un._S6_u8[11] = 0xff;
- ip6f->_S6_un._S6_u8[12] = 0x7f;
- ip6f->_S6_un._S6_u8[15] = 0x01;
- ip6g->_S6_un._S6_u8[10] = 0xff;
- ip6g->_S6_un._S6_u8[11] = 0xfe;
- ip6g->_S6_un._S6_u8[12] = 0x7f;
- ip6g->_S6_un._S6_u8[15] = 0x01;
+ ip6a->__u6_addr.__u6_addr8[0] = 0xfe;
+ ip6a->__u6_addr.__u6_addr8[1] = 0x80;
+ ip6a->__u6_addr.__u6_addr8[8] = 0x02;
+ ip6a->__u6_addr.__u6_addr8[9] = 0x14;
+ ip6a->__u6_addr.__u6_addr8[10] = 0x4f;
+ ip6a->__u6_addr.__u6_addr8[11] = 0xff;
+ ip6a->__u6_addr.__u6_addr8[12] = 0xfe;
+ ip6a->__u6_addr.__u6_addr8[13] = 0x0b;
+ ip6a->__u6_addr.__u6_addr8[14] = 0x76;
+ ip6a->__u6_addr.__u6_addr8[15] = 0xc8;
+ ip6b->__u6_addr.__u6_addr8[0] = 0x10;
+ ip6b->__u6_addr.__u6_addr8[1] = 0x80;
+ ip6b->__u6_addr.__u6_addr8[10] = 0x08;
+ ip6b->__u6_addr.__u6_addr8[11] = 0x08;
+ ip6b->__u6_addr.__u6_addr8[13] = 0x20;
+ ip6b->__u6_addr.__u6_addr8[13] = 0x0c;
+ ip6b->__u6_addr.__u6_addr8[14] = 0x41;
+ ip6b->__u6_addr.__u6_addr8[15] = 0x7a;
+ ip6c->__u6_addr.__u6_addr8[15] = 0x01;
+ ip6e->__u6_addr.__u6_addr8[12] = 0x7f;
+ ip6e->__u6_addr.__u6_addr8[15] = 0x01;
+ ip6f->__u6_addr.__u6_addr8[10] = 0xff;
+ ip6f->__u6_addr.__u6_addr8[11] = 0xff;
+ ip6f->__u6_addr.__u6_addr8[12] = 0x7f;
+ ip6f->__u6_addr.__u6_addr8[15] = 0x01;
+ ip6g->__u6_addr.__u6_addr8[10] = 0xff;
+ ip6g->__u6_addr.__u6_addr8[11] = 0xfe;
+ ip6g->__u6_addr.__u6_addr8[12] = 0x7f;
+ ip6g->__u6_addr.__u6_addr8[15] = 0x01;
printf("%s\n", inet_ntoa6(ip6a));
printf("%s\n", inet_ntoa6(ip6b));
OpenPOWER on IntegriCloud