Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_asn1.c498 …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
506 if (oid_max_len < 2) { in snmp_asn1_dec_oid()
542 while ((len > 0) && (*oid_len < oid_max_len)) { in snmp_asn1_dec_oid()
Dsnmp_asn1.h87 …_oid(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t *oid, u8_t *oid_len, u8_t oid_max_len);