Searched refs:SHUT_RDWR (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvTCP.cpp46 # ifndef SHUT_RDWR /* OS/2 */
47 # define SHUT_RDWR 3 macro
51 #ifndef SHUT_RDWR
53 # define SHUT_RDWR SD_BOTH macro
55 # define SHUT_RDWR 2 macro
253 int rc = shutdown(pThis->TCPServer, SHUT_RDWR);
306 int rc = shutdown(pThis->TCPConnection, SHUT_RDWR);
H A DDrvNamedPipe.cpp42 # ifndef SHUT_RDWR /* OS/2 */
43 # define SHUT_RDWR 3 macro
412 int rc = shutdown(pThis->LocalSocketServer, SHUT_RDWR);
478 int rc = shutdown(pThis->LocalSocket, SHUT_RDWR);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dctrl.c115 shutdown(sock, SHUT_RDWR);
210 shutdown(s, SHUT_RDWR);
524 shutdown(s, SHUT_RDWR);
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinutils.h136 # define SHUT_RDWR SD_BOTH macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dsocket.h533 #define SHUT_RDWR 2 /* Disallow further sends/receives. */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h342 #define SHUT_RDWR 2 macro
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp72 #ifndef SHUT_RDWR
74 # define SHUT_RDWR SD_BOTH macro
76 # define SHUT_RDWR 2 macro
H A Dsocket.cpp84 #ifndef SHUT_RDWR
86 # define SHUT_RDWR SD_BOTH macro
88 # define SHUT_RDWR 2 macro
1509 fHow = SHUT_RDWR;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c5085 if (( SHUT_RD <= How ) && ( SHUT_RDWR >= How )) {
5094 if (( SHUT_RD == How ) || ( SHUT_RDWR == How )) {
5101 if (( SHUT_WR == How ) || ( SHUT_RDWR == How )) {
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c1466 } else if(how == SHUT_RDWR) {

Completed in 73 milliseconds