Searched refs:GET_MAXREP (Results 1 – 2 of 2) sorted by relevance
391 snmpget_fix_getbulk(&req, GET_MAXREP(snmptoolctx), in snmptool_get()484 snmpget_fix_getbulk(&req, GET_MAXREP(snmptoolctx), in snmptool_walk()513 snmpget_fix_getbulk(&req, GET_MAXREP(snmptoolctx), in snmptool_walk()
227 #define GET_MAXREP(ctx) (((ctx)->flags & MAXREP_BITS) >> 16) macro