Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.h176 extern const char *snmp_community;
A Dsnmp_msg.c60 const char *snmp_community = SNMP_COMMUNITY; variable
77 return snmp_community; in snmp_get_community()
92 snmp_community = community; in snmp_set_community()
653 strcpy((char*)request->community, snmp_community); in snmp_parse_inbound_frame()
654 request->community_strlen = (u16_t)strlen(snmp_community); in snmp_parse_inbound_frame()
925 if (strncmp(snmp_community, (const char*)request->community, SNMP_MAX_COMMUNITY_STR_LEN) != 0) { in snmp_parse_inbound_frame()

Completed in 6 milliseconds