Searched defs:address (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dsendmail.h179 # define INADDRSZ 4 /* size of an IPv4 address in bytes */
182 # define IN6ADDRSZ 16 /* size of an IPv6 address in bytes */
191 # define INADDR_LOOPBACK 0x7f000001 /* loopback address */
233 struct address struct
235 char *q_paddr; /* the printname for the address */
245 struct address *q_next; /* chain */
246 struct address *q_alias; /* address this results from */
248 struct address *q_tchain; /* temporary use chain */
250 struct address *q_pchai
[all...]

Completed in 24 milliseconds