Home
last modified time | relevance | path

Searched refs:SVC_BucketForAddress (Results 1 – 6 of 6) sorted by relevance

/dports/games/openarena-server/openarena-engine-source-0.8.8/code/server/
H A Dsv_main.c416 static leakyBucket_t *SVC_BucketForAddress( netadr_t address, int burst, int period ) { in SVC_BucketForAddress() function
530 leakyBucket_t *bucket = SVC_BucketForAddress( from, burst, period ); in SVC_RateLimitAddress()
/dports/games/openarena/openarena-engine-source-0.8.8/code/server/
H A Dsv_main.c416 static leakyBucket_t *SVC_BucketForAddress( netadr_t address, int burst, int period ) { in SVC_BucketForAddress() function
530 leakyBucket_t *bucket = SVC_BucketForAddress( from, burst, period ); in SVC_RateLimitAddress()
/dports/games/iortcw/iortcw-1.51c/SP/code/server/
H A Dsv_main.c428 static leakyBucket_t *SVC_BucketForAddress( netadr_t address, int burst, int period ) { in SVC_BucketForAddress() function
542 leakyBucket_t *bucket = SVC_BucketForAddress( from, burst, period ); in SVC_RateLimitAddress()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_main.cpp326 static leakyBucket_t *SVC_BucketForAddress( netadr_t address, int burst, int period, int now ) { in SVC_BucketForAddress() function
406 leakyBucket_t *bucket = SVC_BucketForAddress( from, burst, period, now ); in SVC_RateLimitAddress()
/dports/games/ufoai/ufoai-2.5-source/src/server/
H A Dsv_main.cpp204 static leakyBucket_t* SVC_BucketForAddress (struct net_stream &address, int burst, int period) in SVC_BucketForAddress() function
292 leakyBucket_t* bucket = SVC_BucketForAddress(from, burst, period); in SVC_RateLimitAddress()
/dports/games/iortcw/iortcw-1.51c/MP/code/server/
H A Dsv_main.c422 static leakyBucket_t *SVC_BucketForAddress( netadr_t address, int burst, int period ) { in SVC_BucketForAddress() function
536 leakyBucket_t *bucket = SVC_BucketForAddress( from, burst, period ); in SVC_RateLimitAddress()