Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A 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);
A Dmemp_std.h81 LWIP_MEMPOOL(SNMP_VARBIND, MEMP_NUM_SNMP_VARBIND, sizeof(struct snmp_varbind), "SNMP_VARB…
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dsnmp.h54 struct snmp_varbind struct
57 struct snmp_varbind *next; argument
59 struct snmp_varbind *prev; argument
101 err_t snmp_send_trap_specific(s32_t specific_trap, struct snmp_varbind *varbinds);
102 …t struct snmp_obj_id* oid, s32_t generic_trap, s32_t specific_trap, struct snmp_varbind *varbinds);
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A Dsnmp.h54 struct snmp_varbind struct
57 struct snmp_varbind *next; argument
59 struct snmp_varbind *prev; argument
101 err_t snmp_send_trap_specific(s32_t specific_trap, struct snmp_varbind *varbinds);
102 …t struct snmp_obj_id* oid, s32_t generic_trap, s32_t specific_trap, struct snmp_varbind *varbinds);
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_traps.c79 static u16_t snmp_trap_varbind_sum(struct snmp_msg_trap *trap, struct snmp_varbind *varbinds);
82 …c(struct snmp_msg_trap *trap, struct snmp_pbuf_stream *pbuf_stream, struct snmp_varbind *varbinds);
166 …t struct snmp_obj_id* eoid, s32_t generic_trap, s32_t specific_trap, struct snmp_varbind *varbinds) in snmp_send_trap()
243 snmp_send_trap_specific(s32_t specific_trap, struct snmp_varbind *varbinds) in snmp_send_trap_specific()
271 snmp_trap_varbind_sum(struct snmp_msg_trap *trap, struct snmp_varbind *varbinds) in snmp_trap_varbind_sum()
273 struct snmp_varbind *varbind; in snmp_trap_varbind_sum()
361 …nc(struct snmp_msg_trap *trap, struct snmp_pbuf_stream *pbuf_stream, struct snmp_varbind *varbinds) in snmp_trap_varbind_enc()
364 struct snmp_varbind *varbind; in snmp_trap_varbind_enc()
A Dsnmp_msg.h90 …p_vb_enumerator_get_next(struct snmp_varbind_enumerator* enumerator, struct snmp_varbind* varbind);
185 err_t snmp_varbind_length(struct snmp_varbind *varbind, struct snmp_varbind_len *len);
186 err_t snmp_append_outbound_varbind(struct snmp_pbuf_stream *pbuf_stream, struct snmp_varbind* varbi…
A Dsnmp_msg.c248 snmp_process_varbind(struct snmp_request *request, struct snmp_varbind *vb, u8_t get_next) in snmp_process_varbind()
332 struct snmp_varbind vb; in snmp_process_get_request()
368 struct snmp_varbind vb; in snmp_process_getnext_request()
408 struct snmp_varbind vb; in snmp_process_getbulk_request()
502 struct snmp_varbind vb; in snmp_process_set_request()
1187 snmp_varbind_length(struct snmp_varbind *varbind, struct snmp_varbind_len *len) in snmp_varbind_length()
1252 snmp_append_outbound_varbind(struct snmp_pbuf_stream *pbuf_stream, struct snmp_varbind* varbind) in snmp_append_outbound_varbind()
1556 struct snmp_varbind vb; in snmp_execute_write_callbacks()
1582 snmp_vb_enumerator_get_next(struct snmp_varbind_enumerator* enumerator, struct snmp_varbind* varbin… in snmp_vb_enumerator_get_next()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_traps.c79 static u16_t snmp_trap_varbind_sum(struct snmp_msg_trap *trap, struct snmp_varbind *varbinds);
82 …c(struct snmp_msg_trap *trap, struct snmp_pbuf_stream *pbuf_stream, struct snmp_varbind *varbinds);
173 …t struct snmp_obj_id *eoid, s32_t generic_trap, s32_t specific_trap, struct snmp_varbind *varbinds) in snmp_send_trap()
252 snmp_send_trap_specific(s32_t specific_trap, struct snmp_varbind *varbinds) in snmp_send_trap_specific()
280 snmp_trap_varbind_sum(struct snmp_msg_trap *trap, struct snmp_varbind *varbinds) in snmp_trap_varbind_sum()
282 struct snmp_varbind *varbind; in snmp_trap_varbind_sum()
370 …nc(struct snmp_msg_trap *trap, struct snmp_pbuf_stream *pbuf_stream, struct snmp_varbind *varbinds) in snmp_trap_varbind_enc()
373 struct snmp_varbind *varbind; in snmp_trap_varbind_enc()
A Dsnmp_msg.h78 …p_vb_enumerator_get_next(struct snmp_varbind_enumerator *enumerator, struct snmp_varbind *varbind);
176 err_t snmp_varbind_length(struct snmp_varbind *varbind, struct snmp_varbind_len *len);
177 err_t snmp_append_outbound_varbind(struct snmp_pbuf_stream *pbuf_stream, struct snmp_varbind *varbi…
A Dsnmp_msg.c304 struct snmp_varbind vb; in snmp_receive()
403 snmp_process_varbind(struct snmp_request *request, struct snmp_varbind *vb, u8_t get_next) in snmp_process_varbind()
487 struct snmp_varbind vb; in snmp_process_get_request()
523 struct snmp_varbind vb; in snmp_process_getnext_request()
563 struct snmp_varbind vb; in snmp_process_getbulk_request()
657 struct snmp_varbind vb; in snmp_process_set_request()
1465 snmp_varbind_length(struct snmp_varbind *varbind, struct snmp_varbind_len *len) in snmp_varbind_length()
1532 snmp_append_outbound_varbind(struct snmp_pbuf_stream *pbuf_stream, struct snmp_varbind *varbind) in snmp_append_outbound_varbind()
1838 struct snmp_varbind vb; in snmp_execute_write_callbacks()
1864 snmp_vb_enumerator_get_next(struct snmp_varbind_enumerator *enumerator, struct snmp_varbind *varbin… in snmp_vb_enumerator_get_next()
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmsg_in.c193 struct snmp_varbind *vb; in snmp_msg_get_event()
308 struct snmp_varbind *vb; 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*
1318 struct snmp_varbind *vb; in snmp_varbind_alloc()
1383 snmp_varbind_free(struct snmp_varbind *vb) in snmp_varbind_free()
1399 struct snmp_varbind *vb, *prev; in snmp_varbind_list_free()
1432 struct snmp_varbind*
[all …]
A Dmsg_out.c416 struct snmp_varbind *vb; in snmp_varbind_list_sum()
610 struct snmp_varbind *vb; in snmp_varbind_list_enc()

Completed in 22 milliseconds