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

/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp888 RTR3DECL(int) RTTcpClientClose(RTSOCKET Sock) function
890 return rtTcpClose(Sock, "RTTcpClientClose", true /*fTryGracefulShutdown*/);
/vbox/include/iprt/
H A Dmangling.h1585 # define RTTcpClientClose RT_MANGLER(RTTcpClientClose) macro

Completed in 60 milliseconds