Home
last modified time | relevance | path

Searched refs:D_IFNHELO (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Ddaemon.c1830 { "IFNHELO", D_IFNHELO },
2828 if (bitnset(D_IFNHELO, ClientSettings[addr.sa.sa_family].d_flags))
2831 setbitn(D_IFNHELO, d_flags);
2857 if (bitnset(D_IFNHELO, d_flags))
H A Dsendmail.h1821 #define D_IFNHELO 'h' /* use if name for HELO */ macro