Searched refs:snmp_publiccommunity (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp_msg.h269 extern const char snmp_publiccommunity[7];
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsnmp_msg.h286 extern const char snmp_publiccommunity[7];
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmsg_out.c404 thl->comlen = sizeof(snmp_publiccommunity) - 1;
571 snmp_asn1_enc_raw(p, ofs, m_trap->thl.comlen, (u8_t *)&snmp_publiccommunity[0]);
H A Dmsg_in.c55 const char snmp_publiccommunity[7] = "public"; variable
986 if (strncmp(snmp_publiccommunity, (const char*)m_stat->community, SNMP_COMMUNITY_STR_LEN) != 0)
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmsg_out.c395 thl->comlen = sizeof(snmp_publiccommunity) - 1;
562 snmp_asn1_enc_raw(p, ofs, m_trap->thl.comlen, (u8_t *)&snmp_publiccommunity[0]);
H 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)

Completed in 295 milliseconds