Searched refs:thl (Results 1 – 2 of 2) sorted by relevance
362 struct snmp_trap_header_lengths *thl; in snmp_trap_header_sum() local364 thl = &m_trap->thl; in snmp_trap_header_sum()367 snmp_asn1_enc_u32t_cnt(m_trap->ts, &thl->tslen); in snmp_trap_header_sum()368 snmp_asn1_enc_length_cnt(thl->tslen, &thl->tslenlen); in snmp_trap_header_sum()369 tot_len += 1 + thl->tslen + thl->tslenlen; in snmp_trap_header_sum()371 snmp_asn1_enc_s32t_cnt(m_trap->spc_trap, &thl->strplen); in snmp_trap_header_sum()372 snmp_asn1_enc_length_cnt(thl->strplen, &thl->strplenlen); in snmp_trap_header_sum()373 tot_len += 1 + thl->strplen + thl->strplenlen; in snmp_trap_header_sum()375 snmp_asn1_enc_s32t_cnt(m_trap->gen_trap, &thl->gtrplen); in snmp_trap_header_sum()376 snmp_asn1_enc_length_cnt(thl->gtrplen, &thl->gtrplenlen); in snmp_trap_header_sum()[all …]
280 struct snmp_trap_header_lengths thl; member