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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.h 90 /// is the minium occurance of this data type. MaxOccur is defined
91 /// similarly. If MaxOccur is -1, it means that there is no limit on the
99 INTN MaxOccur;
Dhcp4Option.c 204 // Validate the occurance of the option unit is with in [MinOccur, MaxOccur]
209 ((Format->MaxOccur != -1) && (Occur > Format->MaxOccur))

Completed in 243 milliseconds