Searched refs:SOCK_CONNECT (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DSocket.h354 #define SOCK_CONNECT 8 ///< Need to connect to a peer macro
H A DSockInterface.c361 Status = Sock->ProtoHandler (Sock, SOCK_CONNECT, NULL);
H A DTcp4Dispatcher.c655 case SOCK_CONNECT:
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DSocket.h95 #define SOCK_CONNECT 8 ///< Need to connect to a peer macro
H A DSockInterface.c376 Status = Sock->ProtoHandler (Sock, SOCK_CONNECT, NULL);
H A DTcpDispatcher.c802 case SOCK_CONNECT:

Completed in 138 milliseconds