#include "main.h"
#include "tandem.h"
#include "modules.h"
Go to the source code of this file.
Functions | |
char ((char *) global[123])[] | |
int | expmem_tcldcc (void) |
Variables | |
Tcl_Interp *(* | Tcl_Interp )(global[128])) |
tcl_timer_t * | timer |
tcl_timer_t * | utimer |
struct dcc_t *struct | global [92] |
int int | backgrd |
int int int int(* | int )(global[170])) |
int int int int(* | remote_boots ) |
party_t *(* | party_t )(global[260])) |
tand_t *(* | tand_t )(global[259])) |
unsigned long | otraffic_irc |
unsigned long | otraffic_irc_today |
unsigned long | itraffic_irc |
unsigned long | itraffic_irc_today |
unsigned long | otraffic_bn |
unsigned long | otraffic_bn_today |
unsigned long | itraffic_bn |
unsigned long | itraffic_bn_today |
unsigned long | otraffic_dcc |
unsigned long | otraffic_dcc_today |
unsigned long | itraffic_dcc |
unsigned long | itraffic_dcc_today |
unsigned long | otraffic_trans |
unsigned long | otraffic_trans_today |
unsigned long | itraffic_trans |
unsigned long | itraffic_trans_today |
unsigned long | otraffic_unknown |
unsigned long | itraffic_unknown |
unsigned long | otraffic_unknown_today |
unsigned long | itraffic_unknown_today |
static struct portmap * | root = 0 |
char | ( | (char *) | global[123] | ) |
int expmem_tcldcc | ( | void | ) |
Definition at line 48 of file tcldcc.c.
References portmap::next.
Referenced by debug_mem_to_dcc(), and expected_memory().
00049 { 00050 int tot = 0; 00051 struct portmap *pmap; 00052 00053 for (pmap = root; pmap; pmap = pmap->next) 00054 tot += sizeof(struct portmap); 00055 00056 return tot; 00057 }
unsigned long itraffic_bn |
unsigned long itraffic_bn_today |
unsigned long itraffic_dcc |
unsigned long itraffic_dcc_today |
unsigned long itraffic_irc |
unsigned long itraffic_irc_today |
unsigned long itraffic_trans |
unsigned long itraffic_trans_today |
unsigned long itraffic_unknown |
unsigned long itraffic_unknown_today |
unsigned long otraffic_bn |
unsigned long otraffic_bn_today |
unsigned long otraffic_dcc |
unsigned long otraffic_dcc_today |
unsigned long otraffic_irc |
unsigned long otraffic_irc_today |
unsigned long otraffic_trans |
unsigned long otraffic_trans_today |
unsigned long otraffic_unknown |
unsigned long otraffic_unknown_today |
int int int int(* remote_boots) |
Definition at line 34 of file tcldcc.c.
Referenced by bot_reject(), and cmd_boot().
Tcl_Interp*(* Tcl_Interp)(global[128])) |
Definition at line 56 of file chanprog.c.
Definition at line 57 of file chanprog.c.