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

/bind-9.6-ESV-R11/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...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c227 #define DLVL(x) ISC_LOGCATEGORY_GENERAL, ISC_LOGMODULE_SOCKET, ISC_LOG_DEBUG(x) macro
230 * DLVL(90) -- Function entry/exit and other tracing.
231 * DLVL(70) -- Socket "correctness" -- including returning of events, etc.
232 * DLVL(60) -- Socket data send/receive
233 * DLVL(50) -- Event tracing, including receiving/sending completion events.
234 * DLVL(20) -- Socket creation/destruction.
242 #define TRACE DLVL(TRACE_LEVEL)
243 #define CORRECTNESS DLVL(CORRECTNESS_LEVEL)
244 #define IOEVENT DLVL(IOEVENT_LEVEL)
245 #define EVENT DLVL(EVENT_LEVE
[all...]

Completed in 19 milliseconds