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

/vbox/src/VBox/Runtime/r3/
H A Dudp.cpp123 static int rtUdpClose(RTSOCKET Sock, const char *pszMsg);
171 return rtUdpClose(hSocket, pszMsg);
334 rtUdpClose(Sock, "RTServerCreateEx");
465 rtUdpClose(hSocket, "Listener: server stopped");
630 static int rtUdpClose(RTSOCKET Sock, const char *pszMsg) function

Completed in 45 milliseconds