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

/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Dtimer.h90 isc_timertype_once = 1, /*%< Once */ enumerator in enum:__anon4845
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dtimer.c234 if (timer->type != isc_timertype_once) {
447 if (type == isc_timertype_once && !isc_interval_iszero(interval)) {
570 if (type == isc_timertype_once && !isc_interval_iszero(interval)) {
622 * REQUIRE(timer->type == isc_timertype_once);

Completed in 108 milliseconds