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

/freebsd-11-stable/usr.sbin/ppp/
H A Ddefs.h71 #define MIN_FSMRETRY 1 /* Minimum FSM retry frequency */ macro
H A Dcommand.c1620 if (l < MIN_FSMRETRY) {
1622 l, MIN_FSMRETRY);
2190 if (long_val < MIN_FSMRETRY)
2192 long_val, MIN_FSMRETRY);

Completed in 63 milliseconds