Searched refs:DIRECTION_TO_NATIVE (Results 1 – 3 of 3) sorted by relevance
221 #define DIRECTION_TO_NATIVE(x) SocketDirection[x] macro1718 return (shutdown(pSocket->m_Socket, DIRECTION_TO_NATIVE(Direction))==0); in osl_shutdownSocket()
340 #define DIRECTION_TO_NATIVE(x) SocketDirection[x] macro2711 nRet=shutdown(pSocket->m_Socket, DIRECTION_TO_NATIVE(Direction)); in osl_shutdownSocket()
340 #define DIRECTION_TO_NATIVE(x) SocketDirection[x] macro2679 nRet=shutdown(pSocket->m_Socket, DIRECTION_TO_NATIVE(Direction)); in osl_shutdownSocket()
Completed in 46 milliseconds