Home
last modified time | relevance | path

Searched refs:SNMPERR_UNKNOWN_OBJID (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/net-snmp/net-snmp-5.9/perl/SNMP/
H A DSNMP.xs2012 (char*)snmp_api_errstring(SNMPERR_UNKNOWN_OBJID)); in _bulkwalk_recv_pdu()
2013 sv_setiv(*err_num_svp, SNMPERR_UNKNOWN_OBJID); in _bulkwalk_recv_pdu()
3086 (char*)snmp_api_errstring(SNMPERR_UNKNOWN_OBJID)); in snmp_set()
3087 sv_setiv(*err_num_svp, SNMPERR_UNKNOWN_OBJID); in snmp_set()
3315 (char*)snmp_api_errstring(SNMPERR_UNKNOWN_OBJID)); in snmp_get()
3316 sv_setiv(*err_num_svp, SNMPERR_UNKNOWN_OBJID); in snmp_get()
3556 (char*)snmp_api_errstring(SNMPERR_UNKNOWN_OBJID)); in snmp_getnext()
3557 sv_setiv(*err_num_svp, SNMPERR_UNKNOWN_OBJID); in snmp_getnext()
3798 sv_setiv(*err_num_svp, SNMPERR_UNKNOWN_OBJID); in snmp_getbulk()
4086 (char*)snmp_api_errstring(SNMPERR_UNKNOWN_OBJID)); in snmp_bulkwalk()
[all …]
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dsnmp_api.h386 #define SNMPERR_UNKNOWN_OBJID (-58) macro
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A Dsnmp_api.h386 #define SNMPERR_UNKNOWN_OBJID (-58) macro
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/library/
H A Dsnmp_api.h259 #define SNMPERR_UNKNOWN_OBJID (-58) macro
/dports/net-mgmt/cacti88-spine/cacti-spine-0.8.8h/
H A Dping.c194 if (host->snmp_status == SNMPERR_UNKNOWN_OBJID) { in ping_snmp()
/dports/net-mgmt/cacti-spine/cacti-spine-1.2.17/
H A Dping.c204 if (host->snmp_status == SNMPERR_UNKNOWN_OBJID) { in ping_snmp()
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dmib.c3084 ret = SNMPERR_UNKNOWN_OBJID; in read_objid()
5786 SET_SNMP_ERROR(SNMPERR_UNKNOWN_OBJID); in get_node()
/dports/net-mgmt/net-snmp/net-snmp-5.9/
H A DChangeLog155591 Note SNMPERR_UNKNOWN_OBJID error from within the library.
155597 Note SNMPERR_UNKNOWN_OBJID error without specifying snmp_errno _outside_ the library.
201673 Note SNMPERR_UNKNOWN_OBJID error without specifying snmp_errno _outside_ the library.
201676 Note SNMPERR_UNKNOWN_OBJID error from within the library.