Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/apps/
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);
/third_party/lwip/src/apps/snmp/
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()
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…
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()