HomeSort by relevance Sort by last modified time
    Searched refs:pdulen (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 149 u16_t pdulen; member in struct:snmp_resp_header_lengths
191 u16_t pdulen; member in struct:snmp_trap_header_lengths
  /external/syslinux/core/lwip/src/core/snmp/
msg_out.c 338 rhl->pdulen = tot_len;
339 snmp_asn1_enc_length_cnt(rhl->pdulen, &rhl->pdulenlen);
394 thl->pdulen = tot_len;
395 snmp_asn1_enc_length_cnt(thl->pdulen, &thl->pdulenlen);
513 snmp_asn1_enc_length(p, ofs, m_stat->rhl.pdulen);
570 snmp_asn1_enc_length(p, ofs, m_trap->thl.pdulen);

Completed in 212 milliseconds