Home
last modified time | relevance | path

Searched refs:DIRECTION_TO_NATIVE (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sal/osl/w32/ !
H A Dsocket.cxx221 #define DIRECTION_TO_NATIVE(x) SocketDirection[x] macro
1718 return (shutdown(pSocket->m_Socket, DIRECTION_TO_NATIVE(Direction))==0); in osl_shutdownSocket()
/AOO41X/main/sal/osl/os2/ !
H A Dsocket.c340 #define DIRECTION_TO_NATIVE(x) SocketDirection[x] macro
2711 nRet=shutdown(pSocket->m_Socket, DIRECTION_TO_NATIVE(Direction)); in osl_shutdownSocket()
/AOO41X/main/sal/osl/unx/ !
H A Dsocket.c340 #define DIRECTION_TO_NATIVE(x) SocketDirection[x] macro
2679 nRet=shutdown(pSocket->m_Socket, DIRECTION_TO_NATIVE(Direction)); in osl_shutdownSocket()