Searched defs:snmp_varbind_root (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp_msg.h95 struct snmp_varbind_root struct
236 struct snmp_varbind_root invb;
238 struct snmp_varbind_root outvb;
261 struct snmp_varbind_root outvb;
281 void snmp_varbind_list_free(struct snmp_varbind_root *root);
282 void snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb);
283 struct snmp_varbind* snmp_varbind_tail_remove(struct snmp_varbind_root *root);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsnmp_msg.h112 struct snmp_varbind_root struct
253 struct snmp_varbind_root invb;
255 struct snmp_varbind_root outvb;
278 struct snmp_varbind_root outvb;
298 void snmp_varbind_list_free(struct snmp_varbind_root *root);
299 void snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb);
300 struct snmp_varbind* snmp_varbind_tail_remove(struct snmp_varbind_root *root);

Completed in 42 milliseconds