Home
last modified time | relevance | path

Searched refs:community (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
H A Dsnmp.h119 void snmp_set_community(const char * const community);
120 void snmp_set_community_write(const char * const community);
121 void snmp_set_community_trap(const char * const community);
/third_party/lwip/src/apps/snmp/
H A Dsnmp_msg.c67 /** SNMP community string */
69 /** SNMP community string for write access */
71 /** SNMP community string for sending traps */
160 * Returns current SNMP community string.
161 * @return current SNMP community string
171 * Sets SNMP community string.
175 * @param community is a pointer to new community string
178 snmp_set_community(const char *const community) in snmp_set_community() argument
181 LWIP_ASSERT("community strin in snmp_set_community()
216 snmp_set_community_write(const char *const community) snmp_set_community_write() argument
233 snmp_set_community_trap(const char *const community) snmp_set_community_trap() argument
[all...]
H A Dsnmp_msg.h89 /* community name (zero terminated) */
90 u8_t community[SNMP_MAX_COMMUNITY_STR_LEN + 1]; member
91 /* community string length (exclusive zero term) */
166 /** Agent community string */
168 /** Agent community string for write access */
/third_party/backends/backend/
H A Dmagicolor.c2003 session.community = (u_char *) "public"; in mc_network_discovery()
2004 session.community_len = strlen ((char *)session.community); in mc_network_discovery()

Completed in 6 milliseconds