Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/apps/snmp/
H A Dsnmp_snmpv2_usm.c108 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
113 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
118 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
125 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
133 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
138 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
143 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
150 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_instance()
201 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_next_instance()
208 return SNMP_ERR_NOSUCHINSTANCE; in usmusertable_get_next_instance()
[all …]
H A Dsnmp_mib2_udp.c103 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value_core()
122 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
128 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
133 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
136 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
153 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_cell_value()
200 return SNMP_ERR_NOSUCHINSTANCE; in udp_endpointTable_get_next_cell_instance_and_value()
232 return SNMP_ERR_NOSUCHINSTANCE; in udp_Table_get_cell_value_core()
247 return SNMP_ERR_NOSUCHINSTANCE; in udp_Table_get_cell_value()
267 return SNMP_ERR_NOSUCHINSTANCE; in udp_Table_get_cell_value()
[all …]
H A Dsnmp_mib2_tcp.c189 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnTable_get_cell_value_core()
207 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnTable_get_cell_value()
245 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnTable_get_cell_value()
297 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnTable_get_next_cell_instance_and_value()
316 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_cell_value_core()
337 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_cell_value()
343 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_cell_value()
363 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_cell_value()
410 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ConnectionTable_get_next_cell_instance_and_value()
425 return SNMP_ERR_NOSUCHINSTANCE; in tcp_ListenerTable_get_cell_value_core()
[all …]
H A 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()
H A 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 …]
H A 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()
H A 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()
H A Dsnmp_threadsync.c168 return SNMP_ERR_NOSUCHINSTANCE; in do_sync()
H A Dsnmp_msg.c398 return SNMP_ERR_NOSUCHINSTANCE; in snmp_msg_getnext_validate_node_inst()
403 return SNMP_ERR_NOSUCHINSTANCE; in snmp_msg_getnext_validate_node_inst()
1620 case SNMP_ERR_NOSUCHINSTANCE: in snmp_complete_outbound_frame()
1652 case SNMP_ERR_NOSUCHINSTANCE: in snmp_complete_outbound_frame()
/minix3/minix/lib/liblwip/dist/src/include/lwip/apps/
H A Dsnmp_core.h122SNMP_ERR_NOSUCHINSTANCE = SNMP_VARBIND_EXCEPTION_OFFSET + SNMP_ASN1_CONTEXT_VARBIND_NO_SUCH_I… enumerator