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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.h 51 } DHCP_OPTION;
63 DHCP_OPTION *Options;
162 array of DHCP_OPTION and a continuous buffer after the array to put
164 field in DHCP_OPTION structure. At last, it call DhcpIterateOptions
184 OUT DHCP_OPTION **OptionPoint
Dhcp4Option.c 499 DHCP_OPTION *Options;
533 array of DHCP_OPTION and a continuous buffer after the array to put
535 field in DHCP_OPTION structure. At last, it call DhcpIterateOptions
555 OUT DHCP_OPTION **OptionPoint
559 DHCP_OPTION *Options;
614 Options = AllocateZeroPool ((UINTN) (OptNum * sizeof (DHCP_OPTION)) + TotalLen);
660 DHCP_OPTION *AllOption;
661 DHCP_OPTION *Option;
793 DHCP_OPTION *Mark;
794 DHCP_OPTION *SeedOptions;
    [all...]

Completed in 61 milliseconds