/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
HttpBootDxe.c | 151 if (Private->Ip6Nic != NULL) {
157 Private->Ip6Nic->Controller
161 Private->Ip6Nic->Controller,
163 &Private->Ip6Nic->LoadFile,
165 Private->Ip6Nic->DevicePath,
168 FreePool (Private->Ip6Nic);
169 Private->Ip6Nic = NULL;
622 if (Private->Ip4Nic == NULL && Private->Ip6Nic == NULL) {
[all...] |
HttpBootImpl.c | 95 if (UsingIpv6 && Private->Ip6Nic != NULL) {
473 if (VirtualNic == Private->Ip6Nic) {
|
HttpBootClient.c | 123 Private->Ip6Nic->Controller,
125 Private->Ip6Nic->DevicePath,
131 FreePool (Private->Ip6Nic->DevicePath);
132 Private->Ip6Nic->DevicePath = NewDevicePath;
467 ImageHandle = Private->Ip6Nic->ImageHandle;
[all...] |
HttpBootSupport.c | 374 Private->Ip6Nic->ImageHandle,
386 Private->Ip6Nic->ImageHandle,
476 Private->Ip6Nic->ImageHandle,
484 Private->Ip6Nic->ImageHandle,
[all...] |
HttpBootDxe.h | 139 HTTP_BOOT_VIRTUAL_NIC *Ip6Nic;
|
HttpBootConfig.c | 645 if (Private->Ip4Nic != NULL || Private->Ip6Nic != NULL) {
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcDriver.c | 396 if (Private->Ip6Nic != NULL) {
404 Private->Ip6Nic->Controller
408 Private->Ip6Nic->Controller,
410 Private->Ip6Nic->DevicePath,
412 &Private->Ip6Nic->LoadFile,
422 Private->Ip6Nic->Controller,
425 Private->Ip6Nic->Controller
428 Private->Ip6Nic->Controller,
433 FreePool (Private->Ip6Nic);
441 Private->Ip6Nic = NULL; [all...] |
PxeBcImpl.h | 111 PXEBC_VIRTUAL_NIC *Ip6Nic;
|
PxeBcImpl.c | 74 if (UseIpv6 && Mode->Ipv6Available && Mode->Ipv6Supported && Private->Ip6Nic != NULL) {
[all...] |