Searched defs:TCP_CONNECTED (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Proto.h270 /// TCP_CONNECTED: both ends have synchronized their ISN.
272 #define TCP_CONNECTED(state) ((state) > TCP_SYN_RCVD) macro
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
H A DTcpProto.h135 /// TCP_CONNECTED: both ends have synchronized their ISN.
137 #define TCP_CONNECTED(state) ((state) > TCP_SYN_RCVD) macro

Completed in 110 milliseconds