Home
last modified time | relevance | path

Searched refs:error_index (Results 1 – 7 of 7) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_msg.c463 … request->error_index = request->non_repeaters + repetition_varbind_enumerator.varbind_count; in snmp_process_getbulk_request()
473 … request->error_index = request->non_repeaters + repetition_varbind_enumerator.varbind_count; in snmp_process_getbulk_request()
917 request->error_index = 1; in snmp_parse_inbound_frame()
972 IF_PARSE_EXEC(snmp_asn1_dec_s32t(&pbuf_stream, tlv.value_len, &request->error_index)); in snmp_parse_inbound_frame()
1470 request->error_index = 0; /* defined by RFC 1157 */ in snmp_complete_outbound_frame()
1471 } else if (request->error_index == 0) { in snmp_complete_outbound_frame()
1473 request->error_index = request->inbound_varbind_enumerator.varbind_count; in snmp_complete_outbound_frame()
1484 if (request->error_index != 0) { in snmp_complete_outbound_frame()
1486 snmp_asn1_enc_s32t_cnt(request->error_index, &len); in snmp_complete_outbound_frame()
1492 … OF_BUILD_EXEC( snmp_asn1_enc_s32t(&(request->outbound_pbuf_stream), len, request->error_index) ); in snmp_complete_outbound_frame()
A Dsnmp_msg.h113 s32_t error_index; member
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_msg.h100 s32_t error_index; member
A Dsnmp_msg.c618 … request->error_index = request->non_repeaters + repetition_varbind_enumerator.varbind_count; in snmp_process_getbulk_request()
628 … request->error_index = request->non_repeaters + repetition_varbind_enumerator.varbind_count; in snmp_process_getbulk_request()
1195 request->error_index = 1; in snmp_parse_inbound_frame()
1250 IF_PARSE_EXEC(snmp_asn1_dec_s32t(&pbuf_stream, tlv.value_len, &request->error_index)); in snmp_parse_inbound_frame()
1752 request->error_index = 0; /* defined by RFC 1157 */ in snmp_complete_outbound_frame()
1753 } else if (request->error_index == 0) { in snmp_complete_outbound_frame()
1755 request->error_index = request->inbound_varbind_enumerator.varbind_count; in snmp_complete_outbound_frame()
1766 if (request->error_index != 0) { in snmp_complete_outbound_frame()
1768 snmp_asn1_enc_s32t_cnt(request->error_index, &len); in snmp_complete_outbound_frame()
1774 … OF_BUILD_EXEC( snmp_asn1_enc_s32t(&(request->outbound_pbuf_stream), len, request->error_index) ); in snmp_complete_outbound_frame()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_msg.h236 s32_t error_index; member
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmsg_in.c86 msg_ps->error_index = 0; in snmp_init()
129 msg_ps->error_index = (error != SNMP_ES_TOOBIG) ? (1 + msg_ps->vb_idx) : 0; in snmp_error_response()
867 (msg_ps->error_index != 0)) ) in snmp_recv()
891 msg_ps->error_index = 0; in snmp_recv()
1097 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &m_stat->error_index); in snmp_pdu_header_check()
A Dmsg_out.c132 m_stat->error_index = 0; in snmp_send_response()
319 snmp_asn1_enc_s32t_cnt(m_stat->error_index, &rhl->erridxlen); in snmp_resp_header_sum()
527 snmp_asn1_enc_s32t(p, ofs, m_stat->rhl.erridxlen, m_stat->error_index); in snmp_resp_header_enc()

Completed in 14 milliseconds