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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c388 #define MAX_PORTS 100 macro
389 static int ports[MAX_PORTS];
390 static int sockets[MAX_PORTS];
491 if (count == MAX_PORTS) {

Completed in 56 milliseconds