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

  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c 87 Status = Private->Udp6Read->Configure (
88 Private->Udp6Read,
253 Private->Udp6Read->Configure (Private->Udp6Read, NULL);
321 Private->Udp6Read->Groups (Private->Udp6Read, FALSE, NULL);
322 Private->Udp6Read->Configure (Private->Udp6Read, NULL);
448 // Stop Udp6Read instance
450 Private->Udp6Read->Configure (Private->Udp6Read, NULL);
    [all...]
PxeBcImpl.h 136 EFI_UDP6_PROTOCOL *Udp6Read;
PxeBcDhcp6.c 787 // Start Udp6Read instance
789 Status = Private->Udp6Read->Configure (Private->Udp6Read, &Private->Udp6CfgData);
807 // Stop Udp6Read instance
809 Private->Udp6Read->Configure (Private->Udp6Read, NULL);
    [all...]
PxeBcDriver.c 995 (VOID **) &Private->Udp6Read,
    [all...]

Completed in 523 milliseconds