HomeSort by: relevance | last modified time | path
    Searched refs:_counts (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/nameser/
ns_parse.c 128 NS_GET16(handle->_counts[i], msg);
131 if (handle->_counts[i] == 0)
135 handle->_counts[i]);
163 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
201 if (++handle->_rrnum > handle->_counts[(int)section])
226 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
264 if (++handle->_rrnum > handle->_counts[(int)section])
  /src/include/arpa/
nameser.h 134 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
162 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)

Completed in 18 milliseconds