Home
last modified time | relevance | path

Searched refs:community (Results 1 – 11 of 11) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dsnmp.h112 void snmp_set_community(const char * const community);
113 void snmp_set_community_write(const char * const community);
114 void snmp_set_community_trap(const char * const community);
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
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);
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_msg.c89 snmp_set_community(const char * const community) in snmp_set_community() argument
91 LWIP_ASSERT("community string is too long!", strlen(community) <= SNMP_MAX_COMMUNITY_STR_LEN); in snmp_set_community()
92 snmp_community = community; in snmp_set_community()
126 snmp_set_community_write(const char * const community) in snmp_set_community_write() argument
128 LWIP_ASSERT("community string must not be NULL", community != NULL); in snmp_set_community_write()
129 LWIP_ASSERT("community string is too long!", strlen(community) <= SNMP_MAX_COMMUNITY_STR_LEN); in snmp_set_community_write()
130 snmp_community_write = community; in snmp_set_community_write()
142 snmp_set_community_trap(const char * const community) in snmp_set_community_trap() argument
145 snmp_community_trap = community; in snmp_set_community_trap()
653 strcpy((char*)request->community, snmp_community); in snmp_parse_inbound_frame()
[all …]
A Dsnmp_msg.h103 u8_t community[SNMP_MAX_COMMUNITY_STR_LEN + 1]; member
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_msg.c178 snmp_set_community(const char *const community) in snmp_set_community() argument
181 LWIP_ASSERT("community string is too long!", strlen(community) <= SNMP_MAX_COMMUNITY_STR_LEN); in snmp_set_community()
182 snmp_community = community; in snmp_set_community()
216 snmp_set_community_write(const char *const community) in snmp_set_community_write() argument
219 LWIP_ASSERT("community string must not be NULL", community != NULL); in snmp_set_community_write()
220 LWIP_ASSERT("community string is too long!", strlen(community) <= SNMP_MAX_COMMUNITY_STR_LEN); in snmp_set_community_write()
221 snmp_community_write = community; in snmp_set_community_write()
233 snmp_set_community_trap(const char *const community) in snmp_set_community_trap() argument
237 snmp_community_trap = community; in snmp_set_community_trap()
816 strncpy((char *)request->community, snmp_community, SNMP_MAX_COMMUNITY_STR_LEN); in snmp_parse_inbound_frame()
[all …]
A Dsnmp_msg.h90 u8_t community[SNMP_MAX_COMMUNITY_STR_LEN + 1]; member
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_msg.h238 u8_t community[SNMP_COMMUNITY_STR_LEN + 1]; member
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmsg_in.c874 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_recv ok, community %s\n", msg_ps->community)); in snmp_recv()
965 derr = snmp_asn1_dec_raw(p, ofs + 1 + len_octets, len, SNMP_COMMUNITY_STR_LEN, m_stat->community); in snmp_pdu_header_check()
973 m_stat->community[len] = 0; in snmp_pdu_header_check()
975 if (strncmp(snmp_publiccommunity, (const char*)m_stat->community, SNMP_COMMUNITY_STR_LEN) != 0) in snmp_pdu_header_check()
A Dmsg_out.c501 snmp_asn1_enc_raw(p, ofs, m_stat->rhl.comlen, m_stat->community); in snmp_resp_header_enc()
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG324 * opt.h, snmp*: added support for write-access community and dedicated
325 community for sending traps
698 * snmp*: made community writable, fixed some const pointers
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG577 * opt.h, snmp*: added support for write-access community and dedicated
578 community for sending traps
951 * snmp*: made community writable, fixed some const pointers

Completed in 31 milliseconds