Home
last modified time | relevance | path

Searched refs:words (Results 1 – 4 of 4) sorted by relevance

/libuv/src/
H A Dinet.c72 unsigned int words[sizeof(struct in6_addr) / sizeof(uint16_t)]; in inet_ntop6() local
80 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()
/libuv/
H A DCONTRIBUTING.md71 * Use C89-compliant syntax. In other words, variables can only be declared at
H A DChangeLog4410 * docs: add some missing words (Daryl Haresign)
/libuv/docs/src/
H A Dudp.rst183 In other words, other datagram-type sockets like raw sockets or netlink

Completed in 33 milliseconds