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

  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 134 u8_t pdulenlen; member in struct:snmp_resp_header_lengths
172 u8_t pdulenlen; member in struct:snmp_trap_header_lengths
  /external/syslinux/core/lwip/src/core/snmp/
msg_out.c 339 snmp_asn1_enc_length_cnt(rhl->pdulen, &rhl->pdulenlen);
340 tot_len += 1 + rhl->pdulenlen;
395 snmp_asn1_enc_length_cnt(thl->pdulen, &thl->pdulenlen);
396 tot_len += 1 + thl->pdulenlen;
514 ofs += m_stat->rhl.pdulenlen;
571 ofs += m_trap->thl.pdulenlen;

Completed in 479 milliseconds