Home
last modified time | relevance | path

Searched refs:NS_IN6ADDRSZ (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dinet_ntop.c114 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6()
123 for (i = 0; i < NS_IN6ADDRSZ; i++) in inet_ntop6()
129 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) { in inet_ntop6()
154 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) { in inet_ntop6()
177 if (best.base != -1 && (best.base + best.len) == (NS_IN6ADDRSZ / NS_INT16SZ)) in inet_ntop6()
Dares_ipv6.h56 #ifndef NS_IN6ADDRSZ
59 #define NS_IN6ADDRSZ 16 macro
61 #define NS_IN6ADDRSZ sizeof(struct in6_addr) macro
Dinet_net_pton.c268 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; in inet_net_pton_ipv6()
278 memset((tp = tmp), '\0', NS_IN6ADDRSZ); in inet_net_pton_ipv6()
279 endp = tp + NS_IN6ADDRSZ; in inet_net_pton_ipv6()
/third_party/node/deps/cares/include/
Dares_nameser.h56 #ifndef NS_IN6ADDRSZ
57 # define NS_IN6ADDRSZ 16 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h24 #define NS_IN6ADDRSZ 16 macro
366 #define IN6ADDRSZ NS_IN6ADDRSZ
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h24 #define NS_IN6ADDRSZ 16 macro
366 #define IN6ADDRSZ NS_IN6ADDRSZ
/third_party/musl/include/arpa/
Dnameser.h24 #define NS_IN6ADDRSZ 16 macro
366 #define IN6ADDRSZ NS_IN6ADDRSZ
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h24 #define NS_IN6ADDRSZ 16 macro
366 #define IN6ADDRSZ NS_IN6ADDRSZ
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h24 #define NS_IN6ADDRSZ 16 macro
366 #define IN6ADDRSZ NS_IN6ADDRSZ
/third_party/node/src/
Dnode_url.cc366 #define NS_IN6ADDRSZ 16 macro
384 for (int i = 0; i < NS_IN6ADDRSZ; i += 2) { in ParseIPv6Host()