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

/freebsd-10.1-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h188 #define OUTPUT_BITS 0x00000003 /* bits 0-1 for output type */ macro
207 #define SET_OUTPUT(ctx, type) ((ctx)->flags |= ((type) & OUTPUT_BITS))
208 #define GET_OUTPUT(ctx) ((ctx)->flags & OUTPUT_BITS)

Completed in 93 milliseconds