Searched refs:words (Results 1 – 4 of 4) sorted by relevance
72 unsigned int words[sizeof(struct in6_addr) / sizeof(uint16_t)]; in inet_ntop6() local80 memset(words, '\0', sizeof words); in inet_ntop6()82 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6()87 for (i = 0; i < (int) ARRAY_SIZE(words); i++) { in inet_ntop6()88 if (words[i] == 0) { in inet_ntop6()112 for (i = 0; i < (int) ARRAY_SIZE(words); i++) { in inet_ntop6()125 (best.len == 7 && words[7] != 0x0001) || in inet_ntop6()126 (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6()133 tp += snprintf(tp, sizeof tmp - (tp - tmp), "%x", words[i]); in inet_ntop6()136 if (best.base != -1 && (best.base + best.len) == ARRAY_SIZE(words)) in inet_ntop6()
71 * Use C89-compliant syntax. In other words, variables can only be declared at
4410 * docs: add some missing words (Daryl Haresign)
183 In other words, other datagram-type sockets like raw sockets or netlink
Completed in 33 milliseconds