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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c297 #define SN_MIN_TIMER 1 macro
454 * to make sure that they are within the range SN_MIN_TIMER-SN_MAX_TIMER. The
469 timer = (timer < SN_MIN_TIMER) ? (SN_MIN_TIMER) : (timer);

Completed in 71 milliseconds