#include <inet/inet.h>#include <fcntl.h>#include <stdio.h>#include <time.h>#include <unistd.h>#include <sys/svrctl.h>#include <sys/times.h>#include <net/netlib.h>#include <net/gen/inet.h>#include <net/gen/netdb.h>#include <net/gen/socket.h>#include <minix/queryparam.h>#include <minix/com.h>#include <minix/sysinfo.h>#include <inet/generic/buf.h>#include <inet/generic/clock.h>#include <inet/generic/event.h>#include <inet/generic/type.h>#include <inet/generic/tcp.h>#include <inet/generic/tcp_int.h>Go to the source code of this file.
Defines | |
| #define | _MINIX_SOURCE |
| #define | _POSIX_C_SOURCE 2 |
Functions | |
| void | print_conn (int i, clock_t now) |
| void | usage (void) |
| int | main (int argc, char *argv[]) |
Variables | |
| u32_t | system_hz |
| char * | prog_name |
| tcp_conn_t | tcp_conn_table [TCP_CONN_NR] |
| char | values [2 *sizeof(tcp_conn_table)+1] |
| int | inclListen |
| int | numerical |
| int | verbose |
| void usage | ( | void | ) |
Definition at line 785 of file installboot.c.
| int inclListen |
| tcp_conn_t tcp_conn_table[TCP_CONN_NR] |
| char values[2 *sizeof(tcp_conn_table)+1] |
1.5.8