Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpDriver.c120 if (HttpService->Tcp6ChildHandle != NULL) { in HttpCleanService()
122 HttpService->Tcp6ChildHandle, in HttpCleanService()
132 HttpService->Tcp6ChildHandle in HttpCleanService()
135 HttpService->Tcp6ChildHandle = NULL; in HttpCleanService()
443 if (HttpService->Tcp6ChildHandle == NULL) { in HttpDxeStart()
451 &HttpService->Tcp6ChildHandle in HttpDxeStart()
459 HttpService->Tcp6ChildHandle, in HttpDxeStart()
483 if (HttpService->Tcp4ChildHandle == NULL && HttpService->Tcp6ChildHandle == NULL) { in HttpDxeStart()
575 if (HttpService->Tcp4ChildHandle == NULL && HttpService->Tcp6ChildHandle == NULL) { in HttpDxeStop()
DHttpProto.c678 &HttpInstance->Tcp6ChildHandle in HttpInitProtocol()
686 HttpInstance->Tcp6ChildHandle, in HttpInitProtocol()
699 HttpInstance->Tcp6ChildHandle, in HttpInitProtocol()
712 HttpInstance->Service->Tcp6ChildHandle, in HttpInitProtocol()
767 if (HttpInstance->Tcp6ChildHandle != NULL) { in HttpInitProtocol()
769 HttpInstance->Tcp6ChildHandle, in HttpInitProtocol()
776 HttpInstance->Tcp6ChildHandle, in HttpInitProtocol()
786 HttpInstance->Tcp6ChildHandle in HttpInitProtocol()
790 if (HttpInstance->Service->Tcp6ChildHandle != NULL) { in HttpInitProtocol()
792 HttpInstance->Service->Tcp6ChildHandle, in HttpInitProtocol()
[all …]
DHttpProto.h63 EFI_HANDLE Tcp6ChildHandle; member
106 EFI_HANDLE Tcp6ChildHandle; member