HomeSort by relevance Sort by last modified time
    Searched defs:ADDRESS (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
mail.h 35 #define ADDRESS 'T' /* label types */
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
sendmail.h 172 # define INADDRSZ 4 /* size of an IPv4 address in bytes */
175 # define IN6ADDRSZ 16 /* size of an IPv6 address in bytes */
184 # define INADDR_LOOPBACK 0x7f000001 /* loopback address */
222 ** Address structure.
226 struct address struct
228 char *q_paddr; /* the printname for the address */
238 struct address *q_next; /* chain */
239 struct address *q_alias; /* address this results from */
241 struct address *q_tchain; /* temporary use chain *
    [all...]

Completed in 240 milliseconds