Home
last modified time | relevance | path

Searched refs:ISC_LOG_OPENERR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c1360 if ((channel->flags & ISC_LOG_OPENERR) == 0) { in isc_log_open()
1366 channel->flags |= ISC_LOG_OPENERR; in isc_log_open()
1687 (channel->flags & ISC_LOG_OPENERR) == 0) { in isc_log_doit()
1692 channel->flags |= ISC_LOG_OPENERR; in isc_log_doit()
1696 channel->flags &= ~ISC_LOG_OPENERR; in isc_log_doit()
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dlog.h73 #define ISC_LOG_OPENERR 0x8000 /* internal */ macro