Home
last modified time | relevance | path

Searched refs:SOCK_CLOSE (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DSocket.h96 #define SOCK_CLOSE 9 ///< Need to close the protocol process macro
DSockInterface.c871 Status = Sock->ProtoHandler (Sock, SOCK_CLOSE, NULL); in SockClose()
DTcpDispatcher.c830 case SOCK_CLOSE: in TcpDispatcher()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DSocket.h356 #define SOCK_CLOSE 9 ///< Need to close the protocol process macro
DSockInterface.c835 Status = Sock->ProtoHandler (Sock, SOCK_CLOSE, NULL); in SockClose()
DTcp4Dispatcher.c656 case SOCK_CLOSE: in Tcp4Dispatcher()