Searched refs:error_index (Results 1 – 3 of 3) sorted by relevance
85 s32_t error_index; member621 snmp_asn1_enc_u32t_cnt(trap->error_index, &len); in snmp_trap_header_sum_v2c_specific()804 snmp_asn1_enc_s32t_cnt(trap->error_index, &tlv.value_len); in snmp_trap_header_enc_v2c_specific()806 BUILD_EXEC( snmp_asn1_enc_s32t(pbuf_stream, tlv.value_len, trap->error_index) ); in snmp_trap_header_enc_v2c_specific()
642 … request->error_index = request->non_repeaters + repetition_varbind_enumerator.varbind_count; in snmp_process_getbulk_request()652 … request->error_index = request->non_repeaters + repetition_varbind_enumerator.varbind_count; in snmp_process_getbulk_request()1223 request->error_index = 1; in snmp_parse_inbound_frame()1278 IF_PARSE_EXEC(snmp_asn1_dec_s32t(&pbuf_stream, tlv.value_len, &request->error_index)); in snmp_parse_inbound_frame()1780 request->error_index = 0; /* defined by RFC 1157 */ in snmp_complete_outbound_frame()1781 } else if (request->error_index == 0) { in snmp_complete_outbound_frame()1783 request->error_index = request->inbound_varbind_enumerator.varbind_count; in snmp_complete_outbound_frame()1794 if (request->error_index != 0) { in snmp_complete_outbound_frame()1796 snmp_asn1_enc_s32t_cnt(request->error_index, &len); in snmp_complete_outbound_frame()1802 … OF_BUILD_EXEC( snmp_asn1_enc_s32t(&(request->outbound_pbuf_stream), len, request->error_index) ); in snmp_complete_outbound_frame()
100 s32_t error_index; member