Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_asn1.c641 …c_oid(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t* oid, u8_t* oid_len, u8_t oid_max_len) in snmp_asn1_dec_oid() argument
649 if (oid_max_len < 2) { in snmp_asn1_dec_oid()
685 while ((len > 0) && (*oid_len < oid_max_len)) { in snmp_asn1_dec_oid()
A Dsnmp_asn1.h86 …_oid(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t* oid, u8_t* oid_len, u8_t oid_max_len);

Completed in 4 milliseconds