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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.h 89 /// Type is the options' data type, such as DHCP_OPTION_INT8. MinOccur
98 INTN MinOccur;
Dhcp4Option.c 204 // Validate the occurance of the option unit is with in [MinOccur, MaxOccur]
208 if (((Format->MinOccur != -1) && (Occur < Format->MinOccur)) ||

Completed in 1098 milliseconds