Home
last modified time | relevance | path

Searched refs:pdulen (Results 1 – 4 of 4) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_traps.c70 u16_t pdulen; member
341 trap->pdulen = tot_len; in snmp_trap_header_sum()
342 snmp_asn1_enc_length_cnt(trap->pdulen, &lenlen); in snmp_trap_header_sum()
402 …_CLASS_CONTEXT | SNMP_ASN1_CONTENTTYPE_CONSTRUCTED | SNMP_ASN1_CONTEXT_PDU_TRAP), 0, trap->pdulen); in snmp_trap_header_enc()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_traps.c70 u16_t pdulen; member
350 trap->pdulen = tot_len; in snmp_trap_header_sum()
351 snmp_asn1_enc_length_cnt(trap->pdulen, &lenlen); in snmp_trap_header_sum()
413 …_CLASS_CONTEXT | SNMP_ASN1_CONTENTTYPE_CONSTRUCTED | SNMP_ASN1_CONTEXT_PDU_TRAP), 0, trap->pdulen); in snmp_trap_header_enc()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_msg.h149 u16_t pdulen; member
191 u16_t pdulen; member
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmsg_out.c331 rhl->pdulen = tot_len; in snmp_resp_header_sum()
332 snmp_asn1_enc_length_cnt(rhl->pdulen, &rhl->pdulenlen); in snmp_resp_header_sum()
387 thl->pdulen = tot_len; in snmp_trap_header_sum()
388 snmp_asn1_enc_length_cnt(thl->pdulen, &thl->pdulenlen); in snmp_trap_header_sum()
506 snmp_asn1_enc_length(p, ofs, m_stat->rhl.pdulen); in snmp_resp_header_enc()
563 snmp_asn1_enc_length(p, ofs, m_trap->thl.pdulen); in snmp_trap_header_enc()

Completed in 8 milliseconds