Searched refs:TCP_SYN_RCVD (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Proto.h33 #define TCP_SYN_RCVD 3 macro
272 #define TCP_CONNECTED(state) ((state) > TCP_SYN_RCVD)
H A DTcp4Misc.c36 L"TCP_SYN_RCVD",
365 (Tcb->State == TCP_SYN_RCVD) ||
724 case TCP_SYN_RCVD:
765 case TCP_SYN_RCVD:
810 case TCP_SYN_RCVD:
866 case TCP_SYN_RCVD:
H A DTcp4Input.c436 case TCP_SYN_RCVD:
821 TcpSetState (Tcb, TCP_SYN_RCVD);
907 TcpSetState (Tcb, TCP_SYN_RCVD);
964 if (Tcb->State == TCP_SYN_RCVD) {
1020 if (Tcb->State == TCP_SYN_RCVD) {
H A DTcp4Timer.c131 if (TCP_SYN_RCVD == Tcb->State) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpProto.h26 #define TCP_SYN_RCVD 3 macro
137 #define TCP_CONNECTED(state) ((state) > TCP_SYN_RCVD)
H A DTcpInput.c464 case TCP_SYN_RCVD:
887 TcpSetState (Tcb, TCP_SYN_RCVD);
986 TcpSetState (Tcb, TCP_SYN_RCVD);
1050 if (Tcb->State == TCP_SYN_RCVD) {
1115 if (Tcb->State == TCP_SYN_RCVD) {
H A DTcpMisc.c34 L"TCP_SYN_RCVD",
438 (Tcb->State == TCP_SYN_RCVD) ||
758 case TCP_SYN_RCVD:
797 case TCP_SYN_RCVD:
885 case TCP_SYN_RCVD:
H A DTcpTimer.c166 if (TCP_SYN_RCVD == Tcb->State) {
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtcp.h152 #define TCP_SYN_RCVD ( TCP_STATE_SENT ( TCP_SYN | TCP_ACK ) | \ macro
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtcp.c157 case TCP_SYN_RCVD: return "SYN_RCVD";
604 ( tcp->tcp_state == TCP_SYN_RCVD ) ||

Completed in 919 milliseconds