Searched refs:snmp_varbind_root (Results 1 – 3 of 3) sorted by relevance
/lk-master/external/lib/lwip/include/lwip/ |
A D | snmp_msg.h | 112 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);
|
/lk-master/external/lib/lwip/core/snmp/ |
A D | msg_out.c | 69 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()
|
A D | msg_in.c | 1397 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()
|
Completed in 6 milliseconds