Searched refs:dwords (Results 1 – 1 of 1) sorted by relevance
72 auto dwords = reinterpret_cast<const uint32_t*>(&addr_in6->sin6_addr); in GetIPAddress() local73 if (dwords[0] == 0x00000000 && dwords[1] == 0x00000000 && in GetIPAddress()74 dwords[2] == htonl(0x0000ffff)) { in GetIPAddress()