Searched refs:timed_connect (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dtimed_connect.h8 /* timed_connect 3h
13 /* #include <timed_connect.h>
20 extern int timed_connect(int, struct sockaddr *, int, int);
H A Dtimed_connect.c1 /* $NetBSD: timed_connect.c,v 1.2 2017/02/14 01:16:49 christos Exp $ */
5 /* timed_connect 3
10 /* #include <timed_connect.h>
12 /* int timed_connect(fd, buf, buf_len, timeout)
18 /* timed_connect() implement a BSD socket connect() operation that is
24 /* must be set to non-blocking mode prior to calling timed_connect().
40 /* A common error is to call timed_connect() without enabling
65 #include "timed_connect.h"
67 /* timed_connect - connect with deadline */
69 int timed_connect(in function
[all...]
H A Dunix_connect.c57 #include "timed_connect.h"
91 if (timed_connect(sock, (struct sockaddr *) &sun, sizeof(sun), timeout) < 0) {
H A Dinet_connect.c75 #include "timed_connect.h"
171 if (timed_connect(sock, res->ai_addr, res->ai_addrlen, timeout) < 0) {
H A DMakefile.in28 sys_compat.c timed_connect.c timed_read.c timed_wait.c timed_write.c \
75 sys_compat.o timed_connect.o timed_read.o timed_wait.o timed_write.o \
117 stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h \
2063 inet_connect.o: timed_connect.h
2733 timed_connect.o: iostuff.h
2734 timed_connect.o: msg.h
2735 timed_connect.o: sane_connect.h
2736 timed_connect.o: sys_defs.h
2737 timed_connect.o: timed_connect
[all...]
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile205 timed_connect.c \
/netbsd-current/external/ibm-public/postfix/dist/src/posttls-finger/
H A DMakefile.in96 posttls-finger.o: ../../include/timed_connect.h
H A Dposttls-finger.c373 #include <timed_connect.h>
1018 conn_stat = timed_connect(sock, sa, salen, conn_tmout);
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_connect.c92 #include <timed_connect.h>
326 conn_stat = timed_connect(sock, sa, salen, var_smtp_conn_tmout);
H A DMakefile.in278 smtp_connect.o: ../../include/timed_connect.h

Completed in 362 milliseconds