#include <unistd.h>
#include <sys/param.h>
#include <netdb.h>
#include <netinet/in.h>
#include "sig.h"
#include "exit.h"
#include "getoptb.h"
#include "uint_t.h"
#include "fmt.h"
#include "scan.h"
#include "str.h"
#include "ip.h"
#include "socket_if.h"
#include "fd.h"
#include "stralloc.h"
#include "buffer.h"
#include "error.h"
#include "logmsg.h"
#include "pathexec.h"
#include "timeout.h"
#include "timeoutconn.h"
#include "dnsresolv.h"
#include "byte.h"
#include "remoteinfo.h"
Go to the source code of this file.
|
| void | nomem (void) |
| void | usage (void) |
| int | main (int argc, char *const *argv) |
|
| int | verbosity = 1 |
| int | flagdelay = 1 |
| int | flagremoteinfo = 1 |
| int | flagremotehost = 1 |
| unsigned long | itimeout = 26 |
| unsigned long | ctimeout [2] = {2, 58} |
| uint32 | netif = 0 |
| char | iplocal [16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0} |
| uint16 | portlocal = 0 |
| char * | forcelocal = 0 |
| char | ipremote [16] |
| uint16 | portremote |
| const char * | hostname |
| const char * | loopback = "127.0.0.1" |
| char | seed [128] |
◆ WHO
◆ main()
| int main |
( |
int | argc, |
|
|
char *const * | argv ) |
◆ nomem()
◆ usage()
◆ ctimeout
| unsigned long ctimeout[2] = {2, 58} |
◆ flagdelay
◆ flagremotehost
◆ flagremoteinfo
◆ forcelocal
◆ hostname
◆ iplocal
| char iplocal[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0} |
◆ ipremote
◆ itimeout
| unsigned long itimeout = 26 |
◆ loopback
| const char* loopback = "127.0.0.1" |
◆ netif
◆ portlocal
◆ portremote
◆ seed
◆ verbosity