Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDxe.h92 typedef struct _HTTP_BOOT_VIRTUAL_NIC HTTP_BOOT_VIRTUAL_NIC; typedef
138 HTTP_BOOT_VIRTUAL_NIC *Ip4Nic;
139 HTTP_BOOT_VIRTUAL_NIC *Ip6Nic;
247 #define HTTP_BOOT_VIRTUAL_NIC_FROM_LOADFILE(a) CR (a, HTTP_BOOT_VIRTUAL_NIC, LoadFile, HTTP_BOOT…
DHttpBootDxe.c397 Private->Ip4Nic = AllocateZeroPool (sizeof (HTTP_BOOT_VIRTUAL_NIC)); in HttpBootIp4DxeDriverBindingStart()
869 Private->Ip6Nic = AllocateZeroPool (sizeof (HTTP_BOOT_VIRTUAL_NIC)); in HttpBootIp6DxeDriverBindingStart()
DHttpBootImpl.c440 HTTP_BOOT_VIRTUAL_NIC *VirtualNic; in HttpBootDxeLoadFile()