Home
last modified time | relevance | path

Searched refs:Ip6Nic (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDxe.c151 if (Private->Ip6Nic != NULL) { in HttpBootDestroyIp6Children()
157 Private->Ip6Nic->Controller in HttpBootDestroyIp6Children()
161 Private->Ip6Nic->Controller, in HttpBootDestroyIp6Children()
163 &Private->Ip6Nic->LoadFile, in HttpBootDestroyIp6Children()
165 Private->Ip6Nic->DevicePath, in HttpBootDestroyIp6Children()
168 FreePool (Private->Ip6Nic); in HttpBootDestroyIp6Children()
169 Private->Ip6Nic = NULL; in HttpBootDestroyIp6Children()
613 if (Private->Ip4Nic == NULL && Private->Ip6Nic == NULL) { in HttpBootIp4DxeDriverBindingStop()
841 if (Private->Ip6Nic != NULL) { in HttpBootIp6DxeDriverBindingStart()
848 Private->Ip6Nic = AllocateZeroPool (sizeof (HTTP_BOOT_VIRTUAL_NIC)); in HttpBootIp6DxeDriverBindingStart()
[all …]
DHttpBootImpl.c50 if (UsingIpv6 && Private->Ip6Nic != NULL) { in HttpBootStart()
387 if (VirtualNic == Private->Ip6Nic) { in HttpBootDxeLoadFile()
DHttpBootClient.c122 Private->Ip6Nic->Controller, in HttpBootUpdateDevicePath()
124 Private->Ip6Nic->DevicePath, in HttpBootUpdateDevicePath()
130 FreePool (Private->Ip6Nic->DevicePath); in HttpBootUpdateDevicePath()
131 Private->Ip6Nic->DevicePath = NewDevicePath; in HttpBootUpdateDevicePath()
DHttpBootDxe.h101 HTTP_BOOT_VIRTUAL_NIC *Ip6Nic; member
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDriver.c396 if (Private->Ip6Nic != NULL) { in PxeBcDestroyIp6Children()
404 Private->Ip6Nic->Controller in PxeBcDestroyIp6Children()
408 Private->Ip6Nic->Controller, in PxeBcDestroyIp6Children()
410 Private->Ip6Nic->DevicePath, in PxeBcDestroyIp6Children()
412 &Private->Ip6Nic->LoadFile, in PxeBcDestroyIp6Children()
422 Private->Ip6Nic->Controller, in PxeBcDestroyIp6Children()
425 Private->Ip6Nic->Controller in PxeBcDestroyIp6Children()
428 Private->Ip6Nic->Controller, in PxeBcDestroyIp6Children()
433 FreePool (Private->Ip6Nic); in PxeBcDestroyIp6Children()
441 Private->Ip6Nic = NULL; in PxeBcDestroyIp6Children()
[all …]
DPxeBcImpl.h109 PXEBC_VIRTUAL_NIC *Ip6Nic; member
DPxeBcImpl.c74 if (UseIpv6 && Mode->Ipv6Available && Mode->Ipv6Supported && Private->Ip6Nic != NULL) { in EfiPxeBcStart()
2364 if (VirtualNic == Private->Ip6Nic) { in EfiPxeLoadFile()