Home
last modified time | relevance | path

Searched refs:SNMP_NOSUCHOBJECT (Results 1 – 25 of 107) sorted by relevance

12345

/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/
H A Dsnmpps.c453 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
456 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
459 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
462 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
465 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
468 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
474 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
477 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
480 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
483 if (vlp->type == SNMP_NOSUCHOBJECT) goto out; in collect_cpu()
[all …]
H A Dsnmpping.c515 if (vlp->type == SNMP_NOSUCHOBJECT) goto parseerr; in overall_stats()
518 if (vlp->type == SNMP_NOSUCHOBJECT) goto parseerr; in overall_stats()
521 if (vlp->type == SNMP_NOSUCHOBJECT) goto parseerr; in overall_stats()
524 if (vlp->type == SNMP_NOSUCHOBJECT) goto parseerr; in overall_stats()
527 if (vlp->type == SNMP_NOSUCHOBJECT) goto parseerr; in overall_stats()
530 if (vlp->type == SNMP_NOSUCHOBJECT) goto parseerr; in overall_stats()
533 if (vlp->type == SNMP_NOSUCHOBJECT) goto parseerr; in overall_stats()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dip.c414 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
422 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
430 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
438 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
446 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
455 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
469 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
489 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
497 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
505 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in ip_handler()
[all …]
H A Dudp.c218 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in udp_handler()
245 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in udp_handler()
254 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in udp_handler()
263 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in udp_handler()
291 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in udp_handler()
H A Dtcp.c299 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in tcp_handler()
308 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in tcp_handler()
312 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in tcp_handler()
325 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in tcp_handler()
437 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in tcp_handler()
547 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in tcp_handler()
H A DsysORTable.c162 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in sysORTable_handler()
185 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in sysORTable_handler()
H A Dsnmp_mib.c83 netsnmp_set_request_error(reqinfo, requests, SNMP_NOSUCHOBJECT); in handle_snmp()
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/library/
H A Dlibsnmp.h92 #define SMI_NOSUCHOBJECT SNMP_NOSUCHOBJECT
144 #define SNMP_NOSUCHOBJECT SMI_NOSUCHOBJECT
H A Dsnmp.h201 #define SNMP_NOSUCHOBJECT (ASN_CONTEXT | ASN_PRIMITIVE | 0x0) /* 80=128 */ macro
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/agent/
H A DnsLogging.c189 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in handle_nsLoggingTable()
313 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in handle_nsLoggingTable()
314 return SNMP_NOSUCHOBJECT; in handle_nsLoggingTable()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/helpers/
H A Dscalar_group.c143 ret = reqinfo->mode == MODE_GET ? SNMP_NOSUCHOBJECT : SNMP_ERR_NOCREATION; in netsnmp_scalar_group_helper_handler()
215 requests->requestvb->type == SNMP_NOSUCHOBJECT || in netsnmp_scalar_group_helper_handler()
H A Dmultiplexer.c85 netsnmp_request_set_error_all(requests, SNMP_NOSUCHOBJECT); in netsnmp_multiplexer_helper_handler()
H A Dnull.c78 netsnmp_request_set_error_all(requests, SNMP_NOSUCHOBJECT); in netsnmp_null_handler()
H A Dtable.c418 SNMP_NOSUCHOBJECT); in table_helper_handler()
498 SNMP_NOSUCHOBJECT); in table_helper_handler()
565 table_helper_cleanup(reqinfo, request, SNMP_NOSUCHOBJECT); in table_helper_handler()
795 if (request->requestvb->type == SNMP_NOSUCHOBJECT || in sparse_table_helper_handler()
H A Dscalar.c192 SNMP_NOSUCHOBJECT); in netsnmp_scalar_helper_handler()
H A Dtable_row.c251 netsnmp_set_request_error( reqinfo, req, SNMP_NOSUCHOBJECT ); in _table_row_default_handler()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_snmp/
H A Dsubagent.c194 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in handle_identity()
278 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in handle_systemStats()
383 netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); in handle_channelList()
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp.c285 case SNMP_NOSUCHOBJECT: in snmp_build_var_op()
395 case SNMP_NOSUCHOBJECT: in snmp_realloc_rbuild_var_op()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/host/
H A DhrSWRunPerfTable.c191 SNMP_NOSUCHOBJECT, NULL, 0); in hrSWRunPerfTable_handler()
H A DhrSWInstalledTable.c231 SNMP_NOSUCHOBJECT, NULL, 0); in hrSWInstalledTable_handler()
/dports/net-mgmt/nagios-snmp-plugins/nagios-snmp-plugins-1.3.1/
H A Dsnmp_common.c197 (vars->type != SNMP_NOSUCHOBJECT) && in fetch_table()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/ucd-snmp/
H A DlmsensorsMib.c208 SNMP_NOSUCHOBJECT); in lmSensorsTables_handler()
/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/snmpnetstat/
H A Droutex.c136 if (var->type == SNMP_NOSUCHOBJECT || in routexpr()
277 if (var->type == SNMP_NOSUCHOBJECT || in route6pr()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/sctp-mib/
H A DsctpAssocLocalAddrTable.c189 SNMP_NOSUCHOBJECT); in sctpAssocLocalAddrTable_handler()
H A DsctpLookupRemHostNameTable.c186 SNMP_NOSUCHOBJECT); in sctpLookupRemHostNameTable_handler()

12345