Searched defs:Tcp4State (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Main.h61 EFI_TCP4_CONNECTION_STATE *Tcp4State; member in struct:_TCP4_MODE_DATA
93 @param Tcp4State Pointer to the buffer to receive the current TCP
116 OUT EFI_TCP4_CONNECTION_STATE *Tcp4State OPTIONAL,
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
H A DTcpMain.h73 EFI_TCP4_CONNECTION_STATE *Tcp4State; member in struct:_TCP4_MODE_DATA
109 @param[out] Tcp4State Pointer to the buffer to receive the current TCP
132 OUT EFI_TCP4_CONNECTION_STATE *Tcp4State OPTIONAL,
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
H A DHttpProto.c1205 EFI_TCP4_CONNECTION_STATE Tcp4State; local
1214 &Tcp4State,
1225 if (Tcp4State == Tcp4StateEstablished) {
1227 } else if (Tcp4State > Tcp4StateEstablished ) {

Completed in 11 milliseconds