Definition at line 1499 of file dns.c.
References Curr_N_Conns, dim_print_date_time(), Dna_conns, Dns_conns, i, DNS_CONNECTION::n_services, Net_conns, SRC_DIC, and SRC_DIS.
Referenced by main().
1508 printf(
" Connection Statistics :\n");
1514 printf(
"%d - Server %s@%s (PID %d) %d services\n",
1524 printf(
"%d - Client %s@%s\n",
1534 printf(
"%d - Undefined %s@%s\n",
1538 printf(
"%d - Undefined\n", i);
1544 printf(
"%d - Empty\n", i);
1549 printf(
"Number of Connections = %d : %d servers, %d clients\n", n_conns,
1550 n_servers, n_clients);
1551 printf(
"Number of Services = %d\n", n_services);
DllExp DIM_NOSHARE int Curr_N_Conns
DllExp DIM_NOSHARE DNS_CONNECTION * Dns_conns
DllExp DIM_NOSHARE NET_CONNECTION * Net_conns
DllExp DIM_NOSHARE DNA_CONNECTION * Dna_conns
void dim_print_date_time()