OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNMP_COMMUNITY_STR_LEN
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h
220
#define
SNMP_COMMUNITY_STR_LEN
64
238
u8_t community[
SNMP_COMMUNITY_STR_LEN
+ 1];
/external/syslinux/core/lwip/src/core/snmp/
msg_in.c
952
derr = snmp_asn1_dec_raw(p, ofs + 1 + len_octets, len,
SNMP_COMMUNITY_STR_LEN
, m_stat->community);
959
len = ((len < (
SNMP_COMMUNITY_STR_LEN
))?(len):(
SNMP_COMMUNITY_STR_LEN
));
962
if (strncmp(snmp_publiccommunity, (const char*)m_stat->community,
SNMP_COMMUNITY_STR_LEN
) != 0)
[
all
...]
Completed in 40 milliseconds