HomeSort by relevance Sort by last modified time
    Searched defs:Duid (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.c 21 Generate client Duid in the format of Duid-llt.
35 EFI_DHCP6_DUID *Duid;
45 GetVariable2 (L"ClientId", &gEfiDhcp6ServiceBindingProtocolGuid, (VOID**)&Duid, NULL);
46 if (Duid != NULL) {
47 return Duid;
58 // . DUID .
65 // If System UUID is found from SMBIOS Table, use DUID-UUID type.
70 // The format of DUID-UUID:
74 // | DUID-Type (4) | UUID (128 bits) |
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp6.h 213 /// Length of DUID in octects.
217 /// Array of DUID octects.
219 UINT8 Duid[1];
    [all...]

Completed in 55 milliseconds