Searched refs:unix_connect (Results 1 - 11 of 11) sorted by last modified time

/macosx-10.9.5/netcat-20/
H A Dnetcat.c140 int unix_connect(char *);
489 if ((s = unix_connect(host)) > 0 && !zflag) {
554 * unix_connect()
558 unix_connect(char *path) function
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dsys_defs.h1409 #define LOCAL_CONNECT unix_connect
H A Dauto_clnt.c298 auto_clnt->connect = unix_connect;
H A Dconnect.h22 extern int unix_connect(const char *, int, int);
27 #define unix_pass_connect unix_connect
H A Dunix_connect.c3 /* unix_connect 3
9 /* int unix_connect(addr, block_mode, timeout)
14 /* unix_connect() connects to a listener in the UNIX domain at the
57 /* unix_connect - connect to UNIX-domain listener */
59 int unix_connect(const char *addr, int block_mode, int timeout) function
H A Dunix_send_fd.c173 server_sock = unix_connect(endpoint, BLOCKING, 0);
H A Dunix_trigger.c35 /* unix_connect(3), UNIX-domain client
102 if ((fd = unix_connect(service, BLOCKING, timeout)) < 0) {
/macosx-10.9.5/postfix-252/postfix/src/milter/
H A Dmilter8.c1692 connect_fn = unix_connect;
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_proxy.c341 connect_fn = unix_connect;
/macosx-10.9.5/postfix-252/postfix/src/tls/
H A Dtls_prng_egd.c95 if ((fd = unix_connect(name, BLOCKING, timeout)) < 0) {
/macosx-10.9.5/postfix-252/postfix/src/xsasl/
H A Dxsasl_dovecot_server.c273 fd = unix_connect(path, BLOCKING, AUTH_TIMEOUT);

Completed in 187 milliseconds