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

  /src/external/bsd/libbind/dist/nameser/
ns_parse.c 121 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])
ns_newmsg.c 141 msg->_counts[ns_s_qd] = ++msg->_rrnum;
182 msg->_counts[sect] = ++msg->_rrnum;
199 NS_PUT16(msg->_counts[sect], t);
  /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/external/mpl/dhcp/dist/includes/arpa/
nameser.h 112 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
132 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
  /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)
  /src/external/bsd/libbind/dist/include/arpa/
nameser.h 136 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
164 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)

Completed in 29 milliseconds