Home
last modified time | relevance | path

Searched refs:GatewayIsFound (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c517 BOOLEAN GatewayIsFound; in HttpBootCheckRouteTable() local
523 GatewayIsFound = FALSE; in HttpBootCheckRouteTable()
541 GatewayIsFound = TRUE; in HttpBootCheckRouteTable()
565 if (GatewayIsFound || RetryCount == TimeOutInSecond) { in HttpBootCheckRouteTable()
601 if (GatewayIsFound) { in HttpBootCheckRouteTable()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c1516 BOOLEAN GatewayIsFound; in PxeBcCheckRouteTable() local
1522 GatewayIsFound = FALSE; in PxeBcCheckRouteTable()
1539 GatewayIsFound = TRUE; in PxeBcCheckRouteTable()
1563 if (GatewayIsFound || RetryCount == TimeOutInSecond) { in PxeBcCheckRouteTable()
1599 if (GatewayIsFound) { in PxeBcCheckRouteTable()