Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c1373 BOOLEAN IsBCast; in PxeBcDhcp4Discover() local
1399 IsBCast = TRUE; in PxeBcDhcp4Discover()
1402 IsBCast = FALSE; in PxeBcDhcp4Discover()
1478 Token.Packet->Dhcp4.Header.Reserved = HTONS ((UINT16) ((IsBCast) ? 0x8000 : 0x0)); in PxeBcDhcp4Discover()
1483 if (IsBCast) { in PxeBcDhcp4Discover()
1491 if (!IsBCast) { in PxeBcDhcp4Discover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1229 BOOLEAN IsBCast; in PxeBcDiscvBootService() local
1252 IsBCast = TRUE; in PxeBcDiscvBootService()
1255 IsBCast = FALSE; in PxeBcDiscvBootService()
1312 Token.Packet->Dhcp4.Header.Reserved = HTONS((UINT16) ((IsBCast) ? 0x8000 : 0)); in PxeBcDiscvBootService()
1317 if (IsBCast) { in PxeBcDiscvBootService()
1325 if (!IsBCast) { in PxeBcDiscvBootService()