Home
last modified time | relevance | path

Searched refs:snmp_varbind_root (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/lwip/
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);
/lib/liblwip/src/core/snmp/
Dmsg_out.c69 static u16_t snmp_varbind_list_sum(struct snmp_varbind_root *root);
73 static u16_t snmp_varbind_list_enc(struct snmp_varbind_root *root, struct pbuf *p, u16_t ofs);
115 struct snmp_varbind_root emptyvb = {NULL, NULL, 0, 0, 0}; in snmp_send_response()
414 snmp_varbind_list_sum(struct snmp_varbind_root *root) in snmp_varbind_list_sum()
608 snmp_varbind_list_enc(struct snmp_varbind_root *root, struct pbuf *p, u16_t ofs) in snmp_varbind_list_enc()
Dmsg_in.c1397 snmp_varbind_list_free(struct snmp_varbind_root *root) in snmp_varbind_list_free()
1414 snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb) in snmp_varbind_tail_add()
1433 snmp_varbind_tail_remove(struct snmp_varbind_root *root) in snmp_varbind_tail_remove()