Searched refs:non_rep (Results 1 – 2 of 2) sorted by relevance
465 u_int non_rep; in snmp_getbulk() local479 if ((non_rep = pdu->error_status) > pdu->nbindings) in snmp_getbulk()480 non_rep = pdu->nbindings; in snmp_getbulk()483 for (i = 0; i < non_rep; i++) { in snmp_getbulk()509 if (non_rep == pdu->nbindings) in snmp_getbulk()515 for (i = non_rep; i < pdu->nbindings; i++) { in snmp_getbulk()527 (pdu->nbindings - non_rep)], in snmp_getbulk()
365 snmpget_fix_getbulk(struct snmp_pdu *pdu, uint32_t max_rep, uint32_t non_rep) in snmpget_fix_getbulk() argument369 if (pdu->nbindings < non_rep) in snmpget_fix_getbulk()372 pdu->error_status = non_rep; in snmpget_fix_getbulk()