Home
last modified time | relevance | path

Searched refs:_counts (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/network/
Dns_parse.c59 for (i = 0; i < ns_s_max; i++) NS_GET16(handle->_counts[i], msg); in ns_initparse()
61 if (handle->_counts[i]) { in ns_initparse()
63 r = ns_skiprr(msg, handle->_eom, i, handle->_counts[i]); in ns_initparse()
115 if (rrnum < 0 || rrnum >= handle->_counts[section]) goto bad; in ns_parserr()
145 if (handle->_rrnum > handle->_counts[section]) { in ns_parserr()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h41 uint16_t _id, _flags, _counts[ns_s_max]; member
55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h41 uint16_t _id, _flags, _counts[ns_s_max]; member
55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
/third_party/musl/include/arpa/
Dnameser.h41 uint16_t _id, _flags, _counts[ns_s_max]; member
55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h41 uint16_t _id, _flags, _counts[ns_s_max]; member
55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h41 uint16_t _id, _flags, _counts[ns_s_max]; member
55 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)