Home
last modified time | relevance | path

Searched refs:snmp_community (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_msg.h167 extern const char *snmp_community;
Dsnmp_msg.c68 const char *snmp_community = SNMP_COMMUNITY; variable
166 return snmp_community; in snmp_get_community()
182 snmp_community = community; in snmp_set_community()
816 strncpy((char *)request->community, snmp_community, SNMP_MAX_COMMUNITY_STR_LEN); in snmp_parse_inbound_frame()
1203 … if (strncmp(snmp_community, (const char *)request->community, SNMP_MAX_COMMUNITY_STR_LEN) != 0) { in snmp_parse_inbound_frame()