Searched refs:TCP_COMP_VAL (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Dispatcher.c17 #define TCP_COMP_VAL(Min, Max, Default, Val) \ macro
452 (UINT32) (TCP_COMP_VAL (
462 (UINT32) (TCP_COMP_VAL (
473 (UINT32) (TCP_COMP_VAL (
482 Tcb->MaxRexmit = (UINT16) TCP_COMP_VAL (
488 Tcb->FinWait2Timeout = TCP_COMP_VAL (
496 Tcb->TimeWaitTimeout = TCP_COMP_VAL (
509 Tcb->MaxKeepAlive = (UINT8) TCP_COMP_VAL (
515 Tcb->KeepAliveIdle = TCP_COMP_VAL (
521 Tcb->KeepAlivePeriod = TCP_COMP_VAL (
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c590 (UINT32) (TCP_COMP_VAL (
600 (UINT32) (TCP_COMP_VAL (
611 (UINT32) (TCP_COMP_VAL (
620 Tcb->MaxRexmit = (UINT16) TCP_COMP_VAL (
626 Tcb->FinWait2Timeout = TCP_COMP_VAL (
634 Tcb->TimeWaitTimeout = TCP_COMP_VAL (
647 Tcb->MaxKeepAlive = (UINT8) TCP_COMP_VAL (
653 Tcb->KeepAliveIdle = TCP_COMP_VAL (
659 Tcb->KeepAlivePeriod = TCP_COMP_VAL (
667 Tcb->ConnectTimeout = TCP_COMP_VAL (
[all...]
H A DTcpFunc.h21 #define TCP_COMP_VAL(Min, Max, Default, Val) \ macro

Completed in 64 milliseconds