Home
last modified time | relevance | path

Searched refs:SMTP_START (Results 1 – 6 of 6) sorted by relevance

/dports/shells/ksh93/ast-93u/src/cmd/mailx/
H A Dsmtp.c85 #define SMTP_START 354 macro
221 if (strtol(s, &e, 10) != SMTP_START) in sendsmtp()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/
H A Dsmtp.c85 #define SMTP_START 354 macro
221 if (strtol(s, &e, 10) != SMTP_START) in sendsmtp()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/
H A Dsmtp.c85 #define SMTP_START 354 macro
221 if (strtol(s, &e, 10) != SMTP_START) in sendsmtp()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dhiproto.h169 #define SMTP_START 11 /* expect EHLO, send 250 */ macro
H A Dhinet.c631 io->ad.smtp.state = SMTP_START; in hi_accept_book()
H A Dsmtp.c342 case SMTP_START: return smtp_ehlo(hit, io, req);