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

/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c143 #define DLVL(x) ISC_LOGCATEGORY_GENERAL, ISC_LOGMODULE_SOCKET, ISC_LOG_DEBUG(x) macro
146 * DLVL(90) -- Function entry/exit and other tracing.
147 * DLVL(70) -- Socket "correctness" -- including returning of events, etc.
148 * DLVL(60) -- Socket data send/receive
149 * DLVL(50) -- Event tracing, including receiving/sending completion events.
150 * DLVL(20) -- Socket creation/destruction.
158 #define TRACE DLVL(TRACE_LEVEL)
159 #define CORRECTNESS DLVL(CORRECTNESS_LEVEL)
160 #define IOEVENT DLVL(IOEVENT_LEVEL)
161 #define EVENT DLVL(EVENT_LEVE
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c237 #define DLVL(x) ISC_LOGCATEGORY_GENERAL, ISC_LOGMODULE_SOCKET, ISC_LOG_DEBUG(x) macro
240 * DLVL(90) -- Function entry/exit and other tracing.
241 * DLVL(70) -- Socket "correctness" -- including returning of events, etc.
242 * DLVL(60) -- Socket data send/receive
243 * DLVL(50) -- Event tracing, including receiving/sending completion events.
244 * DLVL(20) -- Socket creation/destruction.
252 #define TRACE DLVL(TRACE_LEVEL)
253 #define CORRECTNESS DLVL(CORRECTNESS_LEVEL)
254 #define IOEVENT DLVL(IOEVENT_LEVEL)
255 #define EVENT DLVL(EVENT_LEVE
[all...]

Completed in 111 milliseconds