#include <inspircd.h>
Collaboration diagram for serverstats:
Public Member Functions | |
serverstats () | |
Public Attributes | |
int | statsAccept |
int | statsRefused |
int | statsUnknown |
int | statsCollisions |
int | statsDns |
int | statsDnsGood |
int | statsDnsBad |
int | statsConnects |
int | statsSent |
int | statsRecv |
int | BoundPortCount |
Definition at line 74 of file inspircd.h.
|
Definition at line 89 of file inspircd.h. References BoundPortCount, statsAccept, statsCollisions, statsConnects, statsDns, statsDnsBad, statsDnsGood, statsRecv, statsRefused, statsSent, and statsUnknown. 00090 { 00091 statsAccept = statsRefused = statsUnknown = 0; 00092 statsCollisions = statsDns = statsDnsGood = 0; 00093 statsDnsBad = statsConnects = statsSent = statsRecv = 0; 00094 BoundPortCount = 0; 00095 }
|
|
Definition at line 87 of file inspircd.h. Referenced by serverstats(). |
|
Definition at line 77 of file inspircd.h. Referenced by serverstats(). |
|
Definition at line 80 of file inspircd.h. Referenced by force_nickchange(), and serverstats(). |
|
Definition at line 84 of file inspircd.h. Referenced by FullConnectUser(), and serverstats(). |
|
Definition at line 81 of file inspircd.h. Referenced by serverstats(). |
|
Definition at line 83 of file inspircd.h. Referenced by serverstats(). |
|
Definition at line 82 of file inspircd.h. Referenced by serverstats(). |
|
Definition at line 86 of file inspircd.h. Referenced by serverstats(). |
|
Definition at line 78 of file inspircd.h. Referenced by serverstats(). |
|
Definition at line 85 of file inspircd.h. Referenced by serverstats(). |
|
Definition at line 79 of file inspircd.h. Referenced by serverstats(). |