Home
last modified time | relevance | path

Searched refs:inbound_varbind_enumerator (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.c338 err = snmp_vb_enumerator_get_next(&request->inbound_varbind_enumerator, &vb); in snmp_process_get_request()
374 err = snmp_vb_enumerator_get_next(&request->inbound_varbind_enumerator, &vb); in snmp_process_getnext_request()
431 err = snmp_vb_enumerator_get_next(&request->inbound_varbind_enumerator, &vb); in snmp_process_getbulk_request()
509 err = snmp_vb_enumerator_get_next(&request->inbound_varbind_enumerator, &vb); in snmp_process_set_request()
547 err = snmp_vb_enumerator_get_next(&request->inbound_varbind_enumerator, &vb); in snmp_process_set_request()
554 if (request->inbound_varbind_enumerator.varbind_count == 1) { in snmp_process_set_request()
1473 request->error_index = request->inbound_varbind_enumerator.varbind_count; in snmp_complete_outbound_frame()
1477 snmp_stats.intotalsetvars += request->inbound_varbind_enumerator.varbind_count; in snmp_complete_outbound_frame()
1479 snmp_stats.intotalreqvars += request->inbound_varbind_enumerator.varbind_count; in snmp_complete_outbound_frame()
1555 struct snmp_varbind_enumerator inbound_varbind_enumerator; in snmp_execute_write_callbacks() local
[all …]
A Dsnmp_msg.h139 struct snmp_varbind_enumerator inbound_varbind_enumerator; member

Completed in 7 milliseconds