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

  /external/syslinux/gpxe/src/include/gpxe/
tcp.h 177 #define TCP_FIN_WAIT_1 ( TCP_STATE_SENT ( TCP_SYN | TCP_ACK | TCP_FIN ) | \
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Proto.h 35 #define TCP_FIN_WAIT_1 5
281 (((State) == TCP_FIN_WAIT_1) || \
Tcp4Misc.c 38 L"TCP_FIN_WAIT_1",
725 TcpSetState (Tcb, TCP_FIN_WAIT_1);
772 case TCP_FIN_WAIT_1:
836 case TCP_FIN_WAIT_1:
867 case TCP_FIN_WAIT_1:
Tcp4Input.c 442 case TCP_FIN_WAIT_1:
975 (Tcb->State == TCP_FIN_WAIT_1) ||
1216 case TCP_FIN_WAIT_1:
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpProto.h 28 #define TCP_FIN_WAIT_1 5
149 ((State) == TCP_FIN_WAIT_1) || \
TcpMisc.c 37 L"TCP_FIN_WAIT_1",
760 TcpSetState (Tcb, TCP_FIN_WAIT_1);
805 case TCP_FIN_WAIT_1:
887 case TCP_FIN_WAIT_1:
TcpInput.c 470 case TCP_FIN_WAIT_1:
1060 (Tcb->State == TCP_FIN_WAIT_1) ||
1338 case TCP_FIN_WAIT_1:
    [all...]
  /external/syslinux/gpxe/src/net/
tcp.c 114 case TCP_FIN_WAIT_1: return "FIN_WAIT_1";
530 ( tcp->tcp_state == TCP_FIN_WAIT_1 ) ||

Completed in 204 milliseconds