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

/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmp.h46 #define SNMP_MAX_BINDINGS 100 macro
194 struct snmp_value bindings[SNMP_MAX_BINDINGS];
H A Dsnmpagent.c82 const struct snmp_node *node[SNMP_MAX_BINDINGS];
83 struct snmp_scratch scratch[SNMP_MAX_BINDINGS];
517 if (resp->nbindings == SNMP_MAX_BINDINGS)
H A Dsnmp.c261 if (pdu->nbindings == SNMP_MAX_BINDINGS) {
263 SNMP_MAX_BINDINGS);
H A Dsnmpclient.c1202 if (pdu->nbindings >= SNMP_MAX_BINDINGS){
/freebsd-11-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c97 if (v > SNMP_MAX_BINDINGS) {
99 SNMP_MAX_BINDINGS);
116 if (v > SNMP_MAX_BINDINGS) {
118 SNMP_MAX_BINDINGS);
390 snmptool_add_vbind, &req, SNMP_MAX_BINDINGS)) > 0) {
1067 if (pdu->nbindings > SNMP_MAX_BINDINGS) {
1093 snmpset_add_vbind, &req, SNMP_MAX_BINDINGS)) > 0) {
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1357 if (snmptoolctx->objects >= SNMP_MAX_BINDINGS) {
1470 if (maxcount < 0 || maxcount > SNMP_MAX_BINDINGS) {
1471 warnx("maxcount out of range: <0 || >SNMP_MAX_BINDINGS");

Completed in 82 milliseconds