HomeSort by: relevance | last modified time | path
    Searched refs:smtp_helo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_connect.c 692 && smtp_helo(state) != 0) {
1258 && smtp_helo(state) != 0) {
smtp.h 492 extern int smtp_helo(SMTP_STATE *);
smtp_proto.c 11 /* int smtp_helo(state)
26 /* smtp_helo() performs the initial handshake with the SMTP server.
44 /* smtp_helo(), smtp_xfer(), smtp_rset() and smtp_quit() return
295 /* smtp_helo - perform initial handshake with SMTP server */
297 int smtp_helo(SMTP_STATE *state) function
299 const char *myname = "smtp_helo";
1353 return (smtp_helo(state));

Completed in 17 milliseconds