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

  /src/external/bsd/nvi/dist/common/
msg.h 56 LIST_HEAD(_msgh, _msg);
57 struct _msg { struct
58 LIST_ENTRY(_msg) q; /* Linked list of messages. */
  /src/external/mpl/dhcp/dist/includes/arpa/
nameser.h 111 const u_int8_t *_msg, *_eom; member in struct:__ns_msg
129 #define ns_msg_base(handle) ((handle)._msg + 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
159 #define ns_msg_base(handle) ((handle)._msg + 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
161 #define ns_msg_base(handle) ((handle)._msg + 0)
163 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)

Completed in 103 milliseconds