Home
last modified time | relevance | path

Searched refs:NS_INT16SZ (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/network/
Dns_parse.c56 if (msglen < (2 + ns_s_max) * NS_INT16SZ) goto bad; in ns_initparse()
88 if (r + 2 * NS_INT16SZ > eom - p) goto bad; in ns_skiprr()
89 p += r + 2 * NS_INT16SZ; in ns_skiprr()
91 if (NS_INT32SZ + NS_INT16SZ > eom - p) goto bad; in ns_skiprr()
129 if (2 * NS_INT16SZ > handle->_eom - handle->_msg_ptr) goto size; in ns_parserr()
133 if (NS_INT32SZ + NS_INT16SZ > handle->_eom - handle->_msg_ptr) goto size; in ns_parserr()
/third_party/node/deps/cares/src/lib/
Dinet_ntop.c114 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; 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.h69 #ifndef NS_INT16SZ
70 #define NS_INT16SZ 2 macro
Dinet_net_pton.c264 if (tp + NS_INT16SZ > endp) in ares_inet_pton6()
282 if (tp + NS_INT16SZ > endp) in ares_inet_pton6()
/third_party/cares/include/
Dares_nameser.h48 #ifndef NS_INT16SZ
49 # define NS_INT16SZ 2 macro
/third_party/node/deps/cares/include/
Dares_nameser.h48 #ifndef NS_INT16SZ
49 # define NS_INT16SZ 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h21 #define NS_INT16SZ 2 macro
363 #define INT16SZ NS_INT16SZ
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h21 #define NS_INT16SZ 2 macro
363 #define INT16SZ NS_INT16SZ
/third_party/musl/include/arpa/
Dnameser.h21 #define NS_INT16SZ 2 macro
363 #define INT16SZ NS_INT16SZ
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h21 #define NS_INT16SZ 2 macro
363 #define INT16SZ NS_INT16SZ
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h21 #define NS_INT16SZ 2 macro
363 #define INT16SZ NS_INT16SZ
/third_party/cares/
Dbackport-001-CVE-2023-31130.patch130 if (tp + NS_INT16SZ > endp)
158 if (tp + NS_INT16SZ > endp)