Home
last modified time | relevance | path

Searched refs:SNMP_ERR_NOERROR (Results 1 – 13 of 13) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_table.c145 if (result == SNMP_ERR_NOERROR) { in snmp_table_get_next_instance()
160 return SNMP_ERR_NOERROR; in snmp_table_get_next_instance()
182 if (ret == SNMP_ERR_NOERROR) { in snmp_table_simple_get_instance()
217 ret = SNMP_ERR_NOERROR; in snmp_table_simple_get_instance()
279 if (result == SNMP_ERR_NOERROR) { in snmp_table_simple_get_next_instance()
315 return SNMP_ERR_NOERROR; in snmp_table_simple_get_next_instance()
Dsnmp_msg.c290 if (request.error_status == SNMP_ERR_NOERROR) { in snmp_receive()
355 request.error_status = SNMP_ERR_NOERROR; in snmp_receive()
370 && (request.error_status == SNMP_ERR_NOERROR) in snmp_receive()
399 return SNMP_ERR_NOERROR; in snmp_msg_getnext_validate_node_inst()
413 if (request->error_status == SNMP_ERR_NOERROR) { in snmp_process_varbind()
419 if (request->error_status == SNMP_ERR_NOERROR) { in snmp_process_varbind()
423 if (request->error_status != SNMP_ERR_NOERROR) { in snmp_process_varbind()
431 if (request->error_status != SNMP_ERR_NOERROR) { in snmp_process_varbind()
441 request->error_status = SNMP_ERR_NOERROR; in snmp_process_varbind()
492 while (request->error_status == SNMP_ERR_NOERROR) { in snmp_process_get_request()
[all …]
Dsnmp_mib2_interfaces.c115 return SNMP_ERR_NOERROR; in interfaces_Table_get_cell_instance()
149 return SNMP_ERR_NOERROR; in interfaces_Table_get_next_cell_instance()
286 return SNMP_ERR_NOERROR; in interfaces_Table_set_test()
309 return SNMP_ERR_NOERROR; in interfaces_Table_set_value()
Dsnmp_mib2_system.c312 ret = SNMP_ERR_NOERROR; in system_set_test()
316 ret = SNMP_ERR_NOERROR; in system_set_test()
361 return SNMP_ERR_NOERROR; in system_set_value()
Dsnmp_scalar.c67 return SNMP_ERR_NOERROR; in snmp_scalar_get_instance()
113 return SNMP_ERR_NOERROR; in snmp_scalar_array_get_instance()
190 return SNMP_ERR_NOERROR; in snmp_scalar_array_get_next_instance()
Dsnmp_mib2_ip.c173 ret = SNMP_ERR_NOERROR; in ip_set_test()
178 ret = SNMP_ERR_NOERROR; in ip_set_test()
196 return SNMP_ERR_NOERROR; in ip_set_value()
247 return SNMP_ERR_NOERROR; in ip_AddrTable_get_cell_value_core()
392 return SNMP_ERR_NOERROR; in ip_RouteTable_get_cell_value_core()
512 return SNMP_ERR_NOERROR; in ip_NetToMediaTable_get_cell_value_core()
Dsnmp_mib2_snmp.c167 ret = SNMP_ERR_NOERROR; in snmp_set_test()
188 return SNMP_ERR_NOERROR; in snmp_set_value()
Dsnmp_core.c795 if (result == SNMP_ERR_NOERROR) { in snmp_get_node_instance_from_oid()
868 if (result == SNMP_ERR_NOERROR) { in snmp_get_next_node_instance_from_oid()
880 … (validate_node_instance_method(node_instance, validate_node_instance_arg) == SNMP_ERR_NOERROR)) { in snmp_get_next_node_instance_from_oid()
975 return SNMP_ERR_NOERROR; in snmp_get_next_node_instance_from_oid()
1199 return SNMP_ERR_NOERROR; in snmp_set_test_ok()
Dsnmp_mib2_udp.c114 return SNMP_ERR_NOERROR; in udp_endpointTable_get_cell_value_core()
243 return SNMP_ERR_NOERROR; in udp_Table_get_cell_value_core()
Dsnmp_snmpv2_usm.c156 return SNMP_ERR_NOERROR; in usmusertable_get_instance()
272 return SNMP_ERR_NOERROR; in usmusertable_get_next_instance()
Dsnmp_mib2_tcp.c199 return SNMP_ERR_NOERROR; in tcp_ConnTable_get_cell_value_core()
326 return SNMP_ERR_NOERROR; in tcp_ConnectionTable_get_cell_value_core()
435 return SNMP_ERR_NOERROR; in tcp_ListenerTable_get_cell_value_core()
Dsnmp_threadsync.c195 if (call_data->retval.err == SNMP_ERR_NOERROR) { in do_sync()
/third_party/lwip/src/include/lwip/apps/
Dsnmp_core.h103 SNMP_ERR_NOERROR = 0, enumerator