Searched refs:rtSocketConnect (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Dsocket.h61 int rtSocketConnect(RTSOCKET hSocket, PCRTNETADDR pAddr, RTMSINTERVAL cMillies);
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp840 rc = rtSocketConnect(Sock, &Addr, cMillies);
846 rc = rtSocketConnect(Sock, &Addr, cMillies);
H A Dsocket.cpp1729 int rtSocketConnect(RTSOCKET hSocket, PCRTNETADDR pAddr, RTMSINTERVAL cMillies) function

Completed in 180 milliseconds