Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/
H A Dmsg_in.c427 vb = snmp_varbind_alloc(&msg_ps->ext_oid, in snmp_msg_getnext_event()
502 vb = snmp_varbind_alloc(&oid, object_def.asn_type, (u8_t)object_def.v_len); in snmp_msg_getnext_event()
1188 vb = snmp_varbind_alloc(&oid, type, sizeof(s32_t)); in snmp_pdu_dec_varbindlist()
1204 vb = snmp_varbind_alloc(&oid, type, sizeof(u32_t)); in snmp_pdu_dec_varbindlist()
1220 vb = snmp_varbind_alloc(&oid, type, (u8_t)len); in snmp_pdu_dec_varbindlist()
1232 vb = snmp_varbind_alloc(&oid, type, 0); in snmp_pdu_dec_varbindlist()
1247 vb = snmp_varbind_alloc(&oid, type, oid_value.len * sizeof(s32_t)); in snmp_pdu_dec_varbindlist()
1271 vb = snmp_varbind_alloc(&oid, type, 4); in snmp_pdu_dec_varbindlist()
1316 snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len) in snmp_varbind_alloc() function
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsnmp_msg.h296 struct snmp_varbind* snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len);