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

/freebsd-10-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c462 u_int non_rep; local
476 if ((non_rep = pdu->error_status) > pdu->nbindings)
477 non_rep = pdu->nbindings;
480 for (i = 0; i < non_rep; i++) {
506 if (non_rep == pdu->nbindings)
512 for (i = non_rep; i < pdu->nbindings; i++) {
524 (pdu->nbindings - non_rep)],
/freebsd-10-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c367 snmpget_fix_getbulk(struct snmp_pdu *pdu, uint32_t max_rep, uint32_t non_rep) argument
371 if (pdu->nbindings < non_rep)
374 pdu->error_status = non_rep;

Completed in 105 milliseconds