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

  /src/external/ibm-public/postfix/dist/src/util/
sane_sockaddr_to_hostaddr.c 15 /* MAI_SERVPORT_STR *port_buf,
60 MAI_SERVPORT_STR *port_buf,
68 addr_buf, port_buf, socktype));
  /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);
  /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);

Completed in 32 milliseconds