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

/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h194 #define LOCALKEY_BIT 0x00000040 /* bit 6 for using localized key */ macro
222 #define SET_LOCALKEY(ctx) ((ctx)->flags |= LOCALKEY_BIT)
223 #define ISSET_LOCALKEY(ctx) ((ctx)->flags & LOCALKEY_BIT)

Completed in 36 milliseconds