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

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

Completed in 106 milliseconds