Searched refs:cMaxPending (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Dsocket.h59 int rtSocketListen(RTSOCKET hSocket, int cMaxPending);
/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp1637 * @param cMaxPending The max number of pending connections.
1639 int rtSocketListen(RTSOCKET hSocket, int cMaxPending) argument
1650 if (listen(pThis->hNative, cMaxPending) != 0)

Completed in 168 milliseconds