HomeSort by relevance Sort by last modified time
    Searched refs:Udp4Read (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c 140 Status = Private->Udp4Read->Configure (
141 Private->Udp4Read,
165 PxeBcSeedDhcp4Packet (&Private->SeedPacket, Private->Udp4Read);
264 Private->Udp4Read->Configure (Private->Udp4Read, NULL);
349 Private->Udp4Read->Groups (Private->Udp4Read, FALSE, NULL);
350 Private->Udp4Read->Configure (Private->Udp4Read, NULL);
459 // Stop Udp4Read instance
    [all...]
PxeBcImpl.h 123 EFI_UDP4_PROTOCOL *Udp4Read;
PxeBcDriver.c 643 (VOID **) &Private->Udp4Read,
847 // Set default configure data for Udp4Read and Ip4 instance.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 342 Status = Private->Udp4Read->Configure (
343 Private->Udp4Read,
524 Private->Udp4Read->Groups (Private->Udp4Read, FALSE, NULL);
525 Private->Udp4Read->Configure (Private->Udp4Read, NULL);
605 // Stop Udp4Read instance
607 Private->Udp4Read->Configure (Private->Udp4Read, NULL);
739 Private->Udp4Read->Configure (Private->Udp4Read, &Private->Udp4CfgData);
    [all...]
PxeBcImpl.h 83 EFI_UDP4_PROTOCOL *Udp4Read;
PxeBcDriver.c 309 (VOID **) &Private->Udp4Read,
354 PxeBcInitSeedPacket (&Private->SeedPacket, Private->Udp4Read);

Completed in 435 milliseconds