Postfix3.3.1
timed_connect.h
[詳解]
1 #ifndef _TIMED_CONNECT_H_INCLUDED_
2 #define _TIMED_CONNECT_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /* timed_connect 3h
7 /* SUMMARY
8 /* connect operation with timeout
9 /* SYNOPSIS
10 /* #include <sys/socket.h>
11 /* #include <timed_connect.h>
12 /* DESCRIPTION
13 /* .nf
14 
15  /*
16  * External interface.
17  */
18 extern int timed_connect(int, struct sockaddr *, int, int);
19 
20 /* LICENSE
21 /* .ad
22 /* .fi
23 /* The Secure Mailer license must be distributed with this software.
24 /* AUTHOR(S)
25 /* Wietse Venema
26 /* IBM T.J. Watson Research
27 /* P.O. Box 704
28 /* Yorktown Heights, NY 10598, USA
29 /*--*/
30 
31 #endif
int timed_connect(int, struct sockaddr *, int, int)
Definition: timed_connect.c:67