Searched refs:MIN_LEASE_LENGTH (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Ddhcp.c3892 #define MIN_LEASE_LENGTH (3) /* 3 seconds */ macro
3915 if (*lease < MIN_LEASE_LENGTH) {
3916 *lease = MIN_LEASE_LENGTH;

Completed in 63 milliseconds