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

/macosx-10.9.5/ntp-88/ntpdate/
H A Dntptimeset.c231 int max_period = DEFMAXPERIOD; variable
477 max_period = ltmp;
576 finish_time = max_period * TIMER_HZ;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dike_session.c330 int min_period, max_period, sample_period = 0; local
338 max_period = MAX(iph1->rmconf->dpd_interval, iph1->rmconf->idle_timeout);
340 min_period = max_period = iph1->rmconf->idle_timeout;
348 GET_SAMPLE_PERIOD(sample_period, max_period);

Completed in 214 milliseconds