Searched refs:strplen (Results 1 – 2 of 2) sorted by relevance
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()589 snmp_asn1_enc_length(p, ofs, m_trap->thl.strplen); in snmp_trap_header_enc()591 snmp_asn1_enc_u32t(p, ofs, m_trap->thl.strplen, m_trap->spc_trap); in snmp_trap_header_enc()592 ofs += m_trap->thl.strplen; in snmp_trap_header_enc()
183 u16_t strplen; member
Completed in 4 milliseconds