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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.h 59 } DHCP_OPTION_COUNT;
62 DHCP_OPTION_COUNT *OpCount;
Dhcp4Option.c 448 Tag. Context is an array of 256 DHCP_OPTION_COUNT.
454 DHCP_OPTION_COUNT.
467 DHCP_OPTION_COUNT *OpCount;
469 OpCount = (DHCP_OPTION_COUNT *) Context;
498 DHCP_OPTION_COUNT *OptCount;
560 DHCP_OPTION_COUNT *OptCount;
572 OptCount = AllocateZeroPool (DHCP_MAX_OPTIONS * sizeof (DHCP_OPTION_COUNT));

Completed in 302 milliseconds