Home
last modified time | relevance | path

Searched refs:Ip6Nic (Results 1 – 9 of 9) 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()
622 if (Private->Ip4Nic == NULL && Private->Ip6Nic == NULL) { in HttpBootIp4DxeDriverBindingStop()
862 if (Private->Ip6Nic != NULL) { in HttpBootIp6DxeDriverBindingStart()
869 Private->Ip6Nic = AllocateZeroPool (sizeof (HTTP_BOOT_VIRTUAL_NIC)); in HttpBootIp6DxeDriverBindingStart()
[all …]
DHttpBootSupport.c374 Private->Ip6Nic->ImageHandle, in HttpBootDns()
386 Private->Ip6Nic->ImageHandle, in HttpBootDns()
476 Private->Ip6Nic->ImageHandle, in HttpBootDns()
484 Private->Ip6Nic->ImageHandle, in HttpBootDns()
1185 Private->UsingIpv6 ? Private->Ip6Nic->DevicePath : Private->Ip4Nic->DevicePath, in HttpBootRegisterRamDisk()
DHttpBootClient.c123 Private->Ip6Nic->Controller, in HttpBootUpdateDevicePath()
125 Private->Ip6Nic->DevicePath, in HttpBootUpdateDevicePath()
131 FreePool (Private->Ip6Nic->DevicePath); in HttpBootUpdateDevicePath()
132 Private->Ip6Nic->DevicePath = NewDevicePath; in HttpBootUpdateDevicePath()
467 ImageHandle = Private->Ip6Nic->ImageHandle; in HttpBootCreateHttpIo()
DHttpBootImpl.c95 if (UsingIpv6 && Private->Ip6Nic != NULL) { in HttpBootStart()
473 if (VirtualNic == Private->Ip6Nic) { in HttpBootDxeLoadFile()
DHttpBootDxe.h139 HTTP_BOOT_VIRTUAL_NIC *Ip6Nic; member
DHttpBootConfig.c645 if (Private->Ip4Nic != NULL || Private->Ip6Nic != NULL) { in HttpBootConfigFormUnload()
/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.h111 PXEBC_VIRTUAL_NIC *Ip6Nic; member
DPxeBcImpl.c74 if (UseIpv6 && Mode->Ipv6Available && Mode->Ipv6Supported && Private->Ip6Nic != NULL) { in EfiPxeBcStart()
2384 if (VirtualNic == Private->Ip6Nic) { in EfiPxeLoadFile()