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

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_proto.c 987 VSTRING *port_buf; local
1107 port_buf = vstring_alloc(100); /* minimize fragmentation */
1108 vstring_sprintf(port_buf, "%d", ntohs(iter->port));
1112 STR(port_buf), var_smtp_starttls_tmout,
1116 vstring_free(port_buf);
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 757 VSTRING *port_buf; local
853 port_buf = vstring_alloc(100);
854 vstring_sprintf(port_buf, "%d", ntohs(state->port));
857 state->stream, state->paddr, STR(port_buf),
861 vstring_free(port_buf);

Completed in 56 milliseconds