src/tcldcc.c File Reference

#include "main.h"
#include "tandem.h"
#include "modules.h"
Include dependency graph for tcldcc.c:

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_ttimer
tcl_timer_tutimer
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 portmaproot = 0

Function Documentation

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 }

Here is the caller graph for this function:


Variable Documentation

int int backgrd

Definition at line 106 of file main.c.

time_t time_t global[129] [read]

Definition at line 34 of file tcldcc.c.

int int int int(* int)(global[170])) [read]

Definition at line 39 of file modules.h.

unsigned long itraffic_bn

Definition at line 153 of file main.c.

unsigned long itraffic_bn_today

Definition at line 154 of file main.c.

unsigned long itraffic_dcc

Definition at line 155 of file main.c.

unsigned long itraffic_dcc_today

Definition at line 156 of file main.c.

unsigned long itraffic_irc

Definition at line 151 of file main.c.

unsigned long itraffic_irc_today

Definition at line 152 of file main.c.

unsigned long itraffic_trans

Definition at line 157 of file main.c.

unsigned long itraffic_trans_today

Definition at line 158 of file main.c.

unsigned long itraffic_unknown

Definition at line 159 of file main.c.

unsigned long itraffic_unknown_today

Definition at line 160 of file main.c.

unsigned long otraffic_bn

Definition at line 141 of file main.c.

unsigned long otraffic_bn_today

Definition at line 142 of file main.c.

unsigned long otraffic_dcc

Definition at line 143 of file main.c.

unsigned long otraffic_dcc_today

Definition at line 144 of file main.c.

unsigned long otraffic_irc

Definition at line 139 of file main.c.

unsigned long otraffic_irc_today

Definition at line 140 of file main.c.

unsigned long otraffic_trans

Definition at line 147 of file main.c.

unsigned long otraffic_trans_today

Definition at line 148 of file main.c.

unsigned long otraffic_unknown

Definition at line 149 of file main.c.

unsigned long otraffic_unknown_today

Definition at line 150 of file main.c.

party_t*(* party_t)(global[260]))
int int int int(* remote_boots)

Definition at line 34 of file tcldcc.c.

Referenced by bot_reject(), and cmd_boot().

struct portmap* root = 0 [static]

Definition at line 45 of file tcldcc.c.

tand_t*(* tand_t)(global[259]))
Tcl_Interp*(* Tcl_Interp)(global[128]))

Definition at line 56 of file chanprog.c.

Definition at line 57 of file chanprog.c.


Generated on 7 Sep 2016 for Eggdrop by  doxygen 1.6.1