Home
last modified time | relevance | path

Searched refs:MAX_CHALLENGES (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/QW/server/
Dserver.h219 #define MAX_CHALLENGES 1024 macro
247 challenge_t challenges[MAX_CHALLENGES]; // to prevent invalid IPs from connecting
Dsv_main.c470 for (i = 0 ; i < MAX_CHALLENGES ; i++) in SVC_GetChallenge()
481 if (i == MAX_CHALLENGES) in SVC_GetChallenge()
536 for (i=0 ; i<MAX_CHALLENGES ; i++) in SVC_DirectConnect()
546 if (i == MAX_CHALLENGES) in SVC_DirectConnect()