Home
last modified time | relevance | path

Searched refs:snmp_varbind (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dsnmp_msg.h79 struct snmp_varbind struct
82 struct snmp_varbind *next; argument
84 struct snmp_varbind *prev; argument
114 struct snmp_varbind *head; argument
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_remove(struct snmp_varbind_root *root);
Dmemp_std.h81 LWIP_MEMPOOL(SNMP_VARBIND, MEMP_NUM_SNMP_VARBIND, sizeof(struct snmp_varbind), "SNMP_VARB…
/lib/liblwip/src/core/snmp/
Dmsg_in.c110 struct snmp_varbind *vbi = msg_ps->invb.head; in snmp_error_response()
111 struct snmp_varbind *vbo = msg_ps->outvb.head; in snmp_error_response()
193 struct snmp_varbind *vb; in snmp_msg_get_event()
199 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND); in snmp_msg_get_event()
308 struct snmp_varbind *vb; in snmp_msg_get_event()
312 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND); in snmp_msg_get_event()
421 struct snmp_varbind *vb; in snmp_msg_getnext_event()
496 struct snmp_varbind *vb; in snmp_msg_getnext_event()
1136 struct snmp_varbind *vb; in snmp_pdu_dec_varbindlist()
1315 struct snmp_varbind*
[all …]
Dmsg_out.c416 struct snmp_varbind *vb; in snmp_varbind_list_sum()
610 struct snmp_varbind *vb; in snmp_varbind_list_enc()