#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "stralloc.h"
#include "logmsg.h"
#include "ip.h"
#include "case.h"
#include "str.h"
#include "exit.h"
#include "scan.h"
#include "timeout.h"
#include "timeoutconn.h"
#include "socket_if.h"
Go to the source code of this file.
|
int | main (int argc, char *const *argv) |
|
unsigned int | port = 60000 |
◆ CT
#define CT 10 /* Connect timeout */ |
◆ RT
◆ WHO
#define WHO "qmail-postgrey" |
◆ WT
◆ main()
int main |
( |
int | argc, |
|
|
char *const * | argv ) |
◆ port
unsigned int port = 60000 |