Searched refs:IsBCast (Results 1 – 2 of 2) sorted by relevance
1373 BOOLEAN IsBCast; in PxeBcDhcp4Discover() local1399 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()
1229 BOOLEAN IsBCast; in PxeBcDiscvBootService() local1252 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()