Searched defs:MAX_PORT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c594 const int MAX_PORT = 10100; local
599 port = (unsigned short) crRandInt(10001, MAX_PORT);
627 while (port < MAX_PORT) {

Completed in 34 milliseconds