Home
last modified time | relevance | path

Searched refs:snmp_error (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/bsnmp/lib/
H A Dsnmp.c79 snmp_error("cannot parse varbind header"); in get_var_binding()
90 snmp_error("cannot parse binding objid"); in get_var_binding()
114 snmp_error("%s", strerror(errno)); in get_var_binding()
238 snmp_error("cannot get varlist header"); in snmp_parse_pdus_hdr()
296 snmp_error("cannot parse usm header"); in parse_secparams()
302 snmp_error("cannot decode usm header"); in parse_secparams()
487 snmp_error("cannot decode version"); in snmp_pdu_decode_header()
516 snmp_error("cannot decode msg size"); in snmp_pdu_decode_header()
528 snmp_error("cannot decode msg size"); in snmp_pdu_decode_header()
581 snmp_error("cannot get pdu header"); in snmp_pdu_decode_scoped()
[all …]
H A Dsnmpagent.c587 snmp_error("set: rollback failed (%d) on variable %s " in rollback()
902 snmp_error("set: commit failed (%d) on" in snmp_set()
908 snmp_error("set: fix_encoding failed"); in snmp_set()
994 snmp_error("cannot decode encrypted pdu"); in snmp_make_errresp()
999 snmp_error("cannot decode scoped pdu header"); in snmp_make_errresp()
1006 snmp_error("cannot decode msg context engine"); in snmp_make_errresp()
1013 snmp_error("cannot decode msg context name"); in snmp_make_errresp()
1021 snmp_error("cannot get pdu header"); in snmp_make_errresp()
1027 snmp_error("bad pdu header tag"); in snmp_make_errresp()
H A Dsnmpcrypto.c77 snmp_error("unknown authentication option - %d", in snmp_digest_init()
130 snmp_error("bad digest size - %d", olen); in snmp_pdu_calc_digest()
170 snmp_error("unknown privacy option - %d", pdu->user.priv_proto); in snmp_pdu_cipher_init()
H A Dsnmp.h280 extern void (*snmp_error)(const char *, ...);
/freebsd-14.2/contrib/bsnmp/snmpd/
H A Dmain.c1530 snmp_error = snmp_error_func; in main()