Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c140 XS_DEFAULT);
186 helo_options, NULL, XS_DEFAULT);
240 XS_DEFAULT);
2178 r = reply(m, mci, e, TimeOuts.to_mail, NULL, &enhsc, XS_DEFAULT);
2430 r = reply(m, mci, e, TimeOuts.to_rcpt, NULL, &enhsc, XS_DEFAULT);
2591 r = reply(m, mci, e, TimeOuts.to_datainit, NULL, &enhsc, XS_DEFAULT);
2725 r = reply(m, mci, e, TimeOuts.to_datafinal, NULL, &enhsc, XS_DEFAULT);
2810 r = reply(m, mci, e, TimeOuts.to_datafinal, NULL, &enhsc, XS_DEFAULT);
2897 XS_DEFAULT);
2972 r = reply(m, mci, e, TimeOuts.to_rset, NULL, NULL, XS_DEFAULT);
[all …]
H A Dsendmail.h2185 #define XS_DEFAULT 0 macro