Lines Matching refs:DLVL
143 #define DLVL(x) ISC_LOGCATEGORY_GENERAL, ISC_LOGMODULE_SOCKET, ISC_LOG_DEBUG(x)
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_LEVEL)
162 #define CREATION DLVL(CREATION_LEVEL)