HomeSort by: relevance | last modified time | path
    Searched defs:RESPONSE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtpstone/
smtp-source.c 204 * Structure with broken-up SMTP server response.
206 typedef struct { /* server response */
210 } RESPONSE;
338 /* response - read and process SMTP server response */
340 static RESPONSE *response(VSTREAM *stream, VSTRING *buf) function
342 static RESPONSE rdata;
347 * Initialize the response data buffer. smtp_get() defends against a
554 RESPONSE *resp
    [all...]
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 26 /* and the negative EHLO response are reported. Otherwise, the reported
27 /* EHLO response details further server capabilities.
59 /* its unique name in its EHLO response. If, upon reconnecting with
218 /* response; with these servers there will never be more than
491 VSTRING *buffer; /* Response buffer */
523 * Structure with broken-up SMTP server response.
525 typedef struct { /* server response */
529 } RESPONSE;
561 /* response - read and process SMTP server response */
563 static RESPONSE *response(STATE *state, int verbose) function
    [all...]

Completed in 17 milliseconds