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

/freebsd-10.1-release/lib/libc/nameser/
H A Dns_parse.c121 NS_GET16(handle->_counts[i], msg);
124 if (handle->_counts[i] == 0)
128 handle->_counts[i]);
156 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
194 if (++handle->_rrnum > handle->_counts[(int)section])
218 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
256 if (++handle->_rrnum > handle->_counts[(int)section])
/freebsd-10.1-release/include/arpa/
H A Dnameser.h127 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
155 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)

Completed in 158 milliseconds