Home
last modified time | relevance | path

Searched refs:conFreq (Results 1 – 3 of 3) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dclass.h27 int conFreq; member
36 #define ConFreq(x) ((x)->conFreq)
45 #define ConfConFreq(x) (Class(x)->conFreq)
/dports/irc/irc/irc2.11.2p3/common/
H A Dclass_def.h26 int conFreq; member
45 #define ConFreq(x) ((x)->conFreq)
60 #define ConfConFreq(x) (Class(x)->conFreq)
/dports/irc/irc/irc2.11.2p3/ircd/
H A Ds_bsd.c3185 if (aconf->class->conFreq == 0) /* avoid flooding */
3195 if (cp->seq > 1 && cp->seq * aconf->class->conFreq > 1200)