Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.h105 u16_t community_strlen; member
A Dsnmp_msg.c654 request->community_strlen = (u16_t)strlen(snmp_community); in snmp_parse_inbound_frame()
860 …_dec_raw(&pbuf_stream, tlv.value_len, request->community, &request->community_strlen, SNMP_MAX_COM… in snmp_parse_inbound_frame()
863 request->community_strlen = 0; in snmp_parse_inbound_frame()
869 request->community[request->community_strlen] = 0; in snmp_parse_inbound_frame()
908 if (request->community_strlen == 0) { in snmp_parse_inbound_frame()
1017 SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_OCTET_STRING, 0, request->community_strlen); in snmp_prepare_outbound_frame()
1019 OF_BUILD_EXEC( snmp_asn1_enc_raw(pbuf_stream, request->community, request->community_strlen) ); in snmp_prepare_outbound_frame()

Completed in 6 milliseconds