Searched refs:snmp_varbind_alloc (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmsg_in.c404 vb = snmp_varbind_alloc(&msg_ps->ext_oid,
478 vb = snmp_varbind_alloc(&oid, object_def.asn_type, object_def.v_len);
1199 vb = snmp_varbind_alloc(&oid, type, sizeof(s32_t));
1215 vb = snmp_varbind_alloc(&oid, type, sizeof(u32_t));
1230 vb = snmp_varbind_alloc(&oid, type, len);
1242 vb = snmp_varbind_alloc(&oid, type, 0);
1257 vb = snmp_varbind_alloc(&oid, type, oid_value.len * sizeof(s32_t));
1281 vb = snmp_varbind_alloc(&oid, type, 4);
1326 snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len) function
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmsg_in.c427 vb = snmp_varbind_alloc(&msg_ps->ext_oid,
502 vb = snmp_varbind_alloc(&oid, object_def.asn_type, (u8_t)object_def.v_len);
1188 vb = snmp_varbind_alloc(&oid, type, sizeof(s32_t));
1204 vb = snmp_varbind_alloc(&oid, type, sizeof(u32_t));
1220 vb = snmp_varbind_alloc(&oid, type, (u8_t)len);
1232 vb = snmp_varbind_alloc(&oid, type, 0);
1247 vb = snmp_varbind_alloc(&oid, type, oid_value.len * sizeof(s32_t));
1271 vb = snmp_varbind_alloc(&oid, type, 4);
1316 snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len) function
1336 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_varbind_alloc
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp_msg.h279 struct snmp_varbind* snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len);
/vbox/src/VBox/Devices/Network/lwip-new/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);

Completed in 85 milliseconds