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

  /src/external/mpl/dhcp/dist/includes/arpa/
nameser.h 111 const u_int8_t *_msg, *_eom; member in struct:__ns_msg
130 #define ns_msg_end(handle) ((handle)._eom + 0)
131 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
  /src/include/arpa/
nameser.h 133 const u_char *_msg, *_eom; member in struct:__ns_msg
160 #define ns_msg_end(handle) ((handle)._eom + 0)
161 #define ns_msg_size(handle) ((size_t)((handle)._eom - (handle)._msg))
  /src/external/bsd/libbind/dist/include/arpa/
nameser.h 135 const u_char *_msg, *_eom; member in struct:__ns_msg
162 #define ns_msg_end(handle) ((handle)._eom + 0)
163 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)

Completed in 32 milliseconds