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

  /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 20 milliseconds