Searched refs:error_index (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/bsnmp/lib/
H A Dsnmpagent.c225 pdu->error_index = i + 1;
244 pdu->error_index = i + 1;
254 pdu->error_index = i + 1;
265 pdu->error_index = 0;
273 pdu->error_index = i + 1;
417 pdu->error_index = i + 1;
428 pdu->error_index = 0;
436 pdu->error_index = i + 1;
474 pdu->error_index = i + 1;
489 pdu->error_index
[all...]
H A Dsnmp.h181 int32_t error_index; member in struct:snmp_pdu
H A Dsnmp.c229 if (asn_get_integer(b, &pdu->error_index) != ASN_ERR_OK) {
230 snmp_error("cannot parse 'error_index'");
826 asn_put_integer(b, pdu->error_index) != ASN_ERR_OK)
1090 snmp_printf(" error_index=%d\n", pdu->error_index);
H A Dsnmpclient.c446 pdu->error_index = 10;
476 resp->error_index ==
482 resp->error_status, resp->error_index);
1152 pdu->error_index = 0;
/freebsd-10.2-release/sys/dev/tws/
H A Dtws_services.h84 enum error_index { enum
/freebsd-10.2-release/contrib/binutils/ld/
H A Dldgram.y61 static int error_index;
62 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
63 #define POP_ERROR() error_index--;
1335 if (error_index > 0 && error_index < ERROR_NAME_MAX)
1336 einfo ("%P%F:%S: %s in %s\n", arg, error_names[error_index-1]);
/freebsd-10.2-release/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c361 * In case of a getbulk PDU, the error_status and error_index fields are used by
377 pdu->error_index = max_rep;
379 pdu->error_index = 1;
416 &(resp.bindings[resp.error_index - 1]),
1102 &(resp.bindings[resp.error_index - 1]),
/freebsd-10.2-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1572 for (M = 0; M < req->error_index && (r + M) <
2018 if (pdu == NULL || (pdu->error_index > (int32_t) pdu->nbindings)) {
2027 &(pdu->bindings[pdu->error_index - 1])) > 0))
2030 asn_oid2str_r(&(pdu->bindings[pdu->error_index - 1].var), buf);
/freebsd-10.2-release/contrib/bsnmp/snmpd/
H A Dtrap.c447 pdu->error_index = 0;
475 pdu->error_index = 0;
H A Dmain.c685 pdu->error_index = ivar;

Completed in 81 milliseconds