Home
last modified time | relevance | path

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

/bionic/libc/netbsd/nameser/
Dns_parse.c119 NS_GET16(handle->_counts[i], msg); in ns_initparse()
122 if (handle->_counts[i] == 0) in ns_initparse()
126 handle->_counts[i]); in ns_initparse()
152 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr()
190 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr()
/bionic/libc/private/
Darpa_nameser.h112 uint16_t _id, _flags, _counts[ns_s_max]; member
129 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)