Home
last modified time | relevance | path

Searched refs:H_TRACE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dconf.c137 { "received", H_TRACE|H_FORCE, NULL },
138 { "x400-received", H_TRACE|H_FORCE, NULL },
139 { "via", H_TRACE|H_FORCE, NULL },
140 { "mail-from", H_TRACE|H_FORCE, NULL },
H A Dmilter.c3011 !bitset(H_TRACE, h->h_flags))
3217 !bitset(H_TRACE, h->h_flags))
H A Dheaders.c918 if (bitset(H_TRACE, h->h_flags))
H A Dsendmail.h1033 #define H_TRACE 0x00000080 /* this field contains trace information */ macro