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

  /src/external/ibm-public/postfix/dist/src/tls/
tlsrpt_wrapper.h 48 extern void trw_set_ehlo_resp(TLSRPT_WRAPPER *trw,
84 /* Set with trw_set_ehlo_resp(). */
tlsrpt_wrapper.c 35 /* void trw_set_ehlo_resp(
172 /* trw_set_tcp_connection() and trw_set_ehlo_resp() are optionally
183 /* trw_set_ehlo_resp() is optionally called by the SMTP protcol
381 /* Destroy fields set with trw_set_ehlo_resp(). */
382 trw_set_ehlo_resp(trw, (char *) 0);
421 trw_set_ehlo_resp(trw, (char *) 0);
452 /* trw_set_ehlo_resp - set EHLO response */
454 void trw_set_ehlo_resp(TLSRPT_WRAPPER *trw, const char *rcv_mta_ehlo) function
456 const char myname[] = "trw_set_ehlo_resp";
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tlsrpt.c 421 trw_set_ehlo_resp(state->tlsrpt, STR(buf));
smtp_proto.c 501 trw_set_ehlo_resp(state->tlsrpt, resp->str);

Completed in 25 milliseconds