Home
last modified time | relevance | path

Searched defs:ISC_MAGIC (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/isc/include/isc/
Dmagic.h41 #define ISC_MAGIC(a, b, c, d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) macro
/freebsd-9-stable/contrib/ntp/lib/isc/include/isc/
Dmagic.h39 #define ISC_MAGIC(a, b, c, d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) macro