Home
last modified time | relevance | path

Searched refs:IsDoDiscover (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcImpl.h164 BOOLEAN IsDoDiscover; member
DPxeBcDhcp4.c726 Private->IsDoDiscover = FALSE; in PxeBcRetryBinlOffer()
1346 if (Private->IsDoDiscover) { in PxeBcDhcp4Discover()
1387 if (Private->IsDoDiscover) { in PxeBcDhcp4Discover()
1488 if (Private->IsDoDiscover) { in PxeBcDhcp4Discover()
DPxeBcDhcp6.c850 Private->IsDoDiscover = FALSE; in PxeBcRetryDhcp6Binl()
1885 if (Private->IsDoDiscover) { in PxeBcDhcp6Discover()
DPxeBcImpl.c658 Private->IsDoDiscover = TRUE; in EfiPxeBcDiscover()