Home
last modified time | relevance | path

Searched refs:Tcp4ChildHandle (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpDriver.c102 if (HttpService->Tcp4ChildHandle != NULL) { in HttpCleanService()
104 HttpService->Tcp4ChildHandle, in HttpCleanService()
114 HttpService->Tcp4ChildHandle in HttpCleanService()
117 HttpService->Tcp4ChildHandle = NULL; in HttpCleanService()
408 if (HttpService->Tcp4ChildHandle == NULL) { in HttpDxeStart()
416 &HttpService->Tcp4ChildHandle in HttpDxeStart()
424 HttpService->Tcp4ChildHandle, in HttpDxeStart()
483 if (HttpService->Tcp4ChildHandle == NULL && HttpService->Tcp6ChildHandle == NULL) { in HttpDxeStart()
575 if (HttpService->Tcp4ChildHandle == NULL && HttpService->Tcp6ChildHandle == NULL) { in HttpDxeStop()
DHttpProto.c627 &HttpInstance->Tcp4ChildHandle in HttpInitProtocol()
635 HttpInstance->Tcp4ChildHandle, in HttpInitProtocol()
648 HttpInstance->Tcp4ChildHandle, in HttpInitProtocol()
660 HttpInstance->Service->Tcp4ChildHandle, in HttpInitProtocol()
735 if (HttpInstance->Tcp4ChildHandle != NULL) { in HttpInitProtocol()
737 HttpInstance->Tcp4ChildHandle, in HttpInitProtocol()
744 HttpInstance->Tcp4ChildHandle, in HttpInitProtocol()
754 HttpInstance->Tcp4ChildHandle in HttpInitProtocol()
758 if (HttpInstance->Service->Tcp4ChildHandle != NULL) { in HttpInitProtocol()
760 HttpInstance->Service->Tcp4ChildHandle, in HttpInitProtocol()
[all …]
DHttpProto.h62 EFI_HANDLE Tcp4ChildHandle; member
93 EFI_HANDLE Tcp4ChildHandle; member