Home
last modified time | relevance | path

Searched refs:SNMP_ERR_NOSUCHINSTANCE (Results 1 – 10 of 10) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_snmpv2_usm.c106 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
111 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
116 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
123 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
131 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
136 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
141 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
148 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
199 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_next_instance()
206 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_next_instance()
[all …]
Dsnmp_mib2_udp.c111 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value_core()
130 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
136 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
141 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
144 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
161 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
208 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_next_cell_instance_and_value()
240 return SNMP_ERR_NOSUCHINSTANCE; in udp_Table_get_cell_value_core()
255 return SNMP_ERR_NOSUCHINSTANCE; in udp_Table_get_cell_value()
275 return SNMP_ERR_NOSUCHINSTANCE; in udp_Table_get_cell_value()
[all …]
Dsnmp_mib2_tcp.c196 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnTable_get_cell_value_core()
214 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnTable_get_cell_value()
252 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnTable_get_cell_value()
304 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnTable_get_next_cell_instance_and_value()
323 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_cell_value_core()
344 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_cell_value()
350 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_cell_value()
370 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_cell_value()
417 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_next_cell_instance_and_value()
432 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ListenerTable_get_cell_value_core()
[all …]
Dsnmp_table.c48 snmp_err_t ret = SNMP_ERR_NOSUCHINSTANCE; in snmp_table_get_instance()
101 return SNMP_ERR_NOSUCHINSTANCE; in snmp_table_get_next_instance()
134 return SNMP_ERR_NOSUCHINSTANCE; in snmp_table_get_next_instance()
166 snmp_err_t ret = SNMP_ERR_NOSUCHINSTANCE; in snmp_table_simple_get_instance()
219 ret = SNMP_ERR_NOSUCHINSTANCE; in snmp_table_simple_get_instance()
240 return SNMP_ERR_NOSUCHINSTANCE; in snmp_table_simple_get_next_instance()
270 return SNMP_ERR_NOSUCHINSTANCE; in snmp_table_simple_get_next_instance()
Dsnmp_mib2_ip.c244 return SNMP_ERR_NOSUCHINSTANCE; in ip_AddrTable_get_cell_value_core()
258 return SNMP_ERR_NOSUCHINSTANCE; in ip_AddrTable_get_cell_value()
273 return SNMP_ERR_NOSUCHINSTANCE; in ip_AddrTable_get_cell_value()
303 return SNMP_ERR_NOSUCHINSTANCE; in ip_AddrTable_get_next_cell_instance_and_value()
389 return SNMP_ERR_NOSUCHINSTANCE; in ip_RouteTable_get_cell_value_core()
403 return SNMP_ERR_NOSUCHINSTANCE; in ip_RouteTable_get_cell_value()
427 return SNMP_ERR_NOSUCHINSTANCE; in ip_RouteTable_get_cell_value()
468 return SNMP_ERR_NOSUCHINSTANCE; in ip_RouteTable_get_next_cell_instance_and_value()
509 return SNMP_ERR_NOSUCHINSTANCE; in ip_NetToMediaTable_get_cell_value_core()
524 return SNMP_ERR_NOSUCHINSTANCE; in ip_NetToMediaTable_get_cell_value()
[all …]
Dsnmp_scalar.c59 return SNMP_ERR_NOSUCHINSTANCE; in snmp_scalar_get_instance()
81 return SNMP_ERR_NOSUCHINSTANCE; in snmp_scalar_get_next_instance()
117 return SNMP_ERR_NOSUCHINSTANCE; in snmp_scalar_array_get_instance()
176 return SNMP_ERR_NOSUCHINSTANCE; in snmp_scalar_array_get_next_instance()
Dsnmp_mib2_interfaces.c104 return SNMP_ERR_NOSUCHINSTANCE; in interfaces_Table_get_cell_instance()
120 return SNMP_ERR_NOSUCHINSTANCE; in interfaces_Table_get_cell_instance()
153 return SNMP_ERR_NOSUCHINSTANCE; in interfaces_Table_get_next_cell_instance()
Dsnmp_threadsync.c180 return SNMP_ERR_NOSUCHINSTANCE; in do_sync()
Dsnmp_msg.c389 return SNMP_ERR_NOSUCHINSTANCE; in snmp_msg_getnext_validate_node_inst()
395 return SNMP_ERR_NOSUCHINSTANCE; in snmp_msg_getnext_validate_node_inst()
1615 case SNMP_ERR_NOSUCHINSTANCE: in snmp_complete_outbound_frame()
1647 case SNMP_ERR_NOSUCHINSTANCE: in snmp_complete_outbound_frame()
/third_party/lwip/src/include/lwip/apps/
Dsnmp_core.h124SNMP_ERR_NOSUCHINSTANCE = SNMP_VARBIND_EXCEPTION_OFFSET + SNMP_ASN1_CONTEXT_VARBIND_NO_SUCH_I… enumerator