Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.h178 extern const char *snmp_community_write;
A Dsnmp_msg.c62 const char *snmp_community_write = SNMP_COMMUNITY_WRITE; variable
103 return snmp_community_write; in snmp_get_community_write()
130 snmp_community_write = community; in snmp_set_community_write()
914 if (snmp_community_write[0] == 0) { in snmp_parse_inbound_frame()
918 …} else if (strncmp(snmp_community_write, (const char*)request->community, SNMP_MAX_COMMUNITY_STR_L… in snmp_parse_inbound_frame()

Completed in 6 milliseconds