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

/vbox/src/VBox/Runtime/r3/
H A Dudp.cpp122 static int rtUdpServerDestroySocket(RTSOCKET volatile *pSock, const char *pszMsg);
166 static int rtUdpServerDestroySocket(RTSOCKET volatile *pSock, const char *pszMsg) function
483 rtUdpServerDestroySocket(&pServer->hSocket, "ListenCleanup");
553 rtUdpServerDestroySocket(&pServer->hSocket, "RTUdpServerShutdown");
616 rtUdpServerDestroySocket(&pServer->hSocket, "Destroyer: server");

Completed in 43 milliseconds