Home
last modified time | relevance | path

Searched defs:leakyBucket_s (Results 1 – 6 of 6) sorted by relevance

/dports/games/openarena-server/openarena-engine-source-0.8.8/code/server/
H A Dsv_main.c359 struct leakyBucket_s { struct
360 netadrtype_t type;
362 union {
365 } ipv;
367 int lastTime;
368 signed char burst;
370 long hash;
372 leakyBucket_t *prev, *next;
/dports/games/openarena/openarena-engine-source-0.8.8/code/server/
H A Dsv_main.c359 struct leakyBucket_s { struct
360 netadrtype_t type;
362 union {
365 } ipv;
367 int lastTime;
368 signed char burst;
370 long hash;
372 leakyBucket_t *prev, *next;
/dports/games/ufoai/ufoai-2.5-source/src/server/
H A Dsv_main.cpp57 typedef struct leakyBucket_s { struct
65 struct leakyBucket_s* prev; argument
66 struct leakyBucket_s* next; argument
/dports/games/iortcw/iortcw-1.51c/SP/code/server/
H A Dserver.h338 struct leakyBucket_s { struct
339 netadrtype_t type;
341 union {
344 } ipv;
346 int lastTime;
347 signed char burst;
349 long hash;
351 leakyBucket_t *prev, *next;
/dports/games/iortcw/iortcw-1.51c/MP/code/server/
H A Dserver.h378 struct leakyBucket_s { struct
379 netadrtype_t type;
381 union {
384 } ipv;
386 int lastTime;
387 signed char burst;
389 long hash;
391 leakyBucket_t *prev, *next;
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dserver.h289 struct leakyBucket_s { struct
290 int lastTime;
291 unsigned short burst;