Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/nameser/
H A 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()
154 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr()
192 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr()
216 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr2()
254 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr2()
H A Dns_newmsg.c149 msg->_counts[ns_s_qd] = ++msg->_rrnum; in ns_newmsg_q()
190 msg->_counts[sect] = ++msg->_rrnum; in ns_newmsg_rr()
207 NS_PUT16(msg->_counts[sect], t); in ns_newmsg_done()
/titanic_41/usr/src/head/arpa/
H A Dnameser.h139 uint16_t _id, _flags, _counts[ns_s_max]; member
166 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)