Searched refs:IsBCast (Results 1 – 2 of 2) sorted by relevance
1305 BOOLEAN IsBCast; in PxeBcDhcp4Discover() local1331 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()
1182 BOOLEAN IsBCast; in PxeBcDiscvBootService() local1205 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()