HomeSort by relevance Sort by last modified time
    Searched refs:TCP_CONNECTED (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Proto.h 270 /// TCP_CONNECTED: both ends have synchronized their ISN.
272 #define TCP_CONNECTED(state) ((state) > TCP_SYN_RCVD)
Tcp4Timer.c 123 if (!TCP_CONNECTED (Tcb->State)) {
Tcp4Input.c 387 if (IsListEmpty (&Tcb->RcvQue) || !TCP_CONNECTED (Tcb->State)) {
925 // Process segment in SYN_RCVD or TCP_CONNECTED states
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpProto.h 135 /// TCP_CONNECTED: both ends have synchronized their ISN.
137 #define TCP_CONNECTED(state) ((state) > TCP_SYN_RCVD)
TcpTimer.c 155 if (!TCP_CONNECTED (Tcb->State)) {
TcpInput.c 409 if (IsListEmpty (&Tcb->RcvQue) || !TCP_CONNECTED (Tcb->State)) {
1006 // Process segment in SYN_RCVD or TCP_CONNECTED states
    [all...]

Completed in 69 milliseconds