Home
last modified time | relevance | path

Searched refs:GET_NONREP (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c392 GET_NONREP(snmptoolctx)); in snmptool_get()
485 GET_NONREP(snmptoolctx)); in snmptool_walk()
514 GET_NONREP(snmptoolctx)); in snmptool_walk()
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h230 #define GET_NONREP(ctx) (((ctx)->flags & NONREP_BITS) >> 24) macro