Home
last modified time | relevance | path

Searched refs:snmp_publiccommunity (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dsnmp_msg.h286 extern const char snmp_publiccommunity[7];
/lk-master/external/lib/lwip/core/snmp/
A Dmsg_out.c391 thl->comlen = sizeof(snmp_publiccommunity) - 1; in snmp_trap_header_sum()
558 snmp_asn1_enc_raw(p, ofs, m_trap->thl.comlen, (u8_t *)&snmp_publiccommunity[0]); in snmp_trap_header_enc()
A Dmsg_in.c54 const char snmp_publiccommunity[7] = "public"; variable
975 if (strncmp(snmp_publiccommunity, (const char*)m_stat->community, SNMP_COMMUNITY_STR_LEN) != 0) in snmp_pdu_header_check()

Completed in 6 milliseconds