Searched refs:HTTP_BOOT_VIRTUAL_NIC (Results 1 – 3 of 3) sorted by relevance
92 typedef struct _HTTP_BOOT_VIRTUAL_NIC HTTP_BOOT_VIRTUAL_NIC; typedef138 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…
397 Private->Ip4Nic = AllocateZeroPool (sizeof (HTTP_BOOT_VIRTUAL_NIC)); in HttpBootIp4DxeDriverBindingStart()869 Private->Ip6Nic = AllocateZeroPool (sizeof (HTTP_BOOT_VIRTUAL_NIC)); in HttpBootIp6DxeDriverBindingStart()
440 HTTP_BOOT_VIRTUAL_NIC *VirtualNic; in HttpBootDxeLoadFile()