Searched refs:snmp_publiccommunity (Results 1 – 3 of 3) sorted by relevance
286 extern const char snmp_publiccommunity[7];
391 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()
54 const char snmp_publiccommunity[7] = "public"; variable975 if (strncmp(snmp_publiccommunity, (const char*)m_stat->community, SNMP_COMMUNITY_STR_LEN) != 0) in snmp_pdu_header_check()
Completed in 6 milliseconds