HomeSort by relevance Sort by last modified time
    Searched defs:SO_CLOSED (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Socket.h 72 #define SO_CLOSED 0
163 #define SOCK_IS_CLOSED(Sock) ((Sock)->State == SO_CLOSED)
441 This function flushes the socket, sets the state to SO_CLOSED and signals
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
Socket.h 70 #define SO_CLOSED 0
177 #define SOCK_IS_CLOSED(Sock) ((Sock)->State == SO_CLOSED)
581 This function flushes the socket, sets the state to SO_CLOSED, and signals

Completed in 113 milliseconds