Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c1305 BOOLEAN IsBCast; in PxeBcDhcp4Discover() local
1331 IsBCast = TRUE; in PxeBcDhcp4Discover()
1334 IsBCast = FALSE; in PxeBcDhcp4Discover()
1410 Token.Packet->Dhcp4.Header.Reserved = HTONS ((UINT16) ((IsBCast) ? 0x8000 : 0x0)); in PxeBcDhcp4Discover()
1415 if (IsBCast) { in PxeBcDhcp4Discover()
1423 if (!IsBCast) { in PxeBcDhcp4Discover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1182 BOOLEAN IsBCast; in PxeBcDiscvBootService() local
1205 IsBCast = TRUE; in PxeBcDiscvBootService()
1208 IsBCast = FALSE; in PxeBcDiscvBootService()
1265 Token.Packet->Dhcp4.Header.Reserved = HTONS((UINT16) ((IsBCast) ? 0x8000 : 0)); in PxeBcDiscvBootService()
1270 if (IsBCast) { in PxeBcDiscvBootService()
1278 if (!IsBCast) { in PxeBcDiscvBootService()