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

/freebsd-11.0-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h189 #define NUMERIC_BIT 0x00000004 /* bit 2 for numeric oids */ macro
210 #define SET_NUMERIC(ctx) ((ctx)->flags |= NUMERIC_BIT)
211 #define ISSET_NUMERIC(ctx) ((ctx)->flags & NUMERIC_BIT)

Completed in 106 milliseconds