Searched defs:ISC_EVENTCLASS (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Deventclass.h34 #define ISC_EVENTCLASS(eclass) ((eclass) << 16) macro
42 #define ISC_EVENTCLASS_TASK ISC_EVENTCLASS(0)
43 #define ISC_EVENTCLASS_TIMER ISC_EVENTCLASS(1)
44 #define ISC_EVENTCLASS_SOCKET ISC_EVENTCLASS(2)
45 #define ISC_EVENTCLASS_FILE ISC_EVENTCLASS(3)
46 #define ISC_EVENTCLASS_DNS ISC_EVENTCLASS(4)
47 #define ISC_EVENTCLASS_APP ISC_EVENTCLASS(5)
48 #define ISC_EVENTCLASS_OMAPI ISC_EVENTCLASS(6)
49 #define ISC_EVENTCLASS_RATELIMITER ISC_EVENTCLASS(7)
50 #define ISC_EVENTCLASS_ISCCC ISC_EVENTCLASS(
[all...]

Completed in 1957 milliseconds