Home | History | Annotate | Download | only in Dhcp4Dxe

Lines Matching defs:Unit

168   INTN                      Unit;

172 Unit = 0;
177 Unit = 1;
181 Unit = 2;
186 Unit = 4;
190 Unit = 8;
194 ASSERT (Unit != 0);
199 if ((Len % Unit) != 0) {
204 // Validate the occurance of the option unit is with in [MinOccur, MaxOccur]
206 Occur = Len / Unit;