Searched refs:ip6a (Results 1 – 3 of 3) sorted by relevance
31 struct in6_addr *ip6a; variable48 ip6a = this->buf6a;56 ip6a->_S6_un._S6_u8[0] = 0xfe;57 ip6a->_S6_un._S6_u8[1] = 0x80;58 ip6a->_S6_un._S6_u8[8] = 0x02;59 ip6a->_S6_un._S6_u8[9] = 0x14;60 ip6a->_S6_un._S6_u8[10] = 0x4f;61 ip6a->_S6_un._S6_u8[11] = 0xff;62 ip6a->_S6_un._S6_u8[12] = 0xfe;63 ip6a->_S6_un._S6_u8[13] = 0x0b;[all …]
35 struct in6_addr *ip6a; variable62 ip6a = this->buf6a;75 ip6a->_S6_un._S6_u8[0] = 0xfe;76 ip6a->_S6_un._S6_u8[1] = 0x80;77 ip6a->_S6_un._S6_u8[8] = 0x02;78 ip6a->_S6_un._S6_u8[9] = 0x14;79 ip6a->_S6_un._S6_u8[10] = 0x4f;80 ip6a->_S6_un._S6_u8[11] = 0xff;81 ip6a->_S6_un._S6_u8[12] = 0xfe;82 ip6a->_S6_un._S6_u8[13] = 0x0b;[all …]
31 struct in6_addr *ip6a; variable35 ip6a = 0;37 printf("%s\n", inet_ntop(AF_INET6, ip6a));