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

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp_msg.h62 struct snmp_varbind struct
65 struct snmp_varbind *next;
67 struct snmp_varbind *prev;
97 struct snmp_varbind *head;
98 struct snmp_varbind *tail;
234 struct snmp_varbind *vb_ptr;
279 struct snmp_varbind* snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len);
280 void snmp_varbind_free(struct snmp_varbind *vb);
282 void snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb);
283 struct snmp_varbind* snmp_varbind_tail_remov
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsnmp_msg.h79 struct snmp_varbind struct
82 struct snmp_varbind *next;
84 struct snmp_varbind *prev;
114 struct snmp_varbind *head;
115 struct snmp_varbind *tail;
251 struct snmp_varbind *vb_ptr;
296 struct snmp_varbind* snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len);
297 void snmp_varbind_free(struct snmp_varbind *vb);
299 void snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb);
300 struct snmp_varbind* snmp_varbind_tail_remov
[all...]

Completed in 527 milliseconds