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

  /src/external/ibm-public/postfix/dist/src/global/
mail_connect.c 89 if ((fd = LOCAL_CONNECT(path, block_mode, 0)) < 0) {
nbdb_clnt.c 93 if ((fd = LOCAL_CONNECT(service_path, BLOCKING, timeout)) < 0) {
  /src/external/ibm-public/postfix/dist/src/util/
pass_trigger.c 112 if ((connect_fd = LOCAL_CONNECT(service, BLOCKING, timeout)) < 0) {
auto_clnt.c 329 auto_clnt->connect = LOCAL_CONNECT;
sys_defs.h 454 #define LOCAL_CONNECT stream_connect
1462 #define LOCAL_CONNECT unix_connect
  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_clnt.c 181 if ((fd = LOCAL_CONNECT(STR(tlsproxy_service), BLOCKING,
  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_send.c 245 LOCAL_CONNECT(psc_smtpd_service_name, NON_BLOCKING,
postscreen_starttls.c 291 if ((fd = LOCAL_CONNECT(psc_tlsp_service, NON_BLOCKING, 1)) < 0) {
postscreen_dnsbl.c 557 if ((fd = LOCAL_CONNECT(psc_dnsbl_service, NON_BLOCKING, 1)) < 0) {
  /src/external/ibm-public/postfix/dist/src/milter/
milter8.c 1748 connect_fn = LOCAL_CONNECT;

Completed in 32 milliseconds