Searched refs:snmp_obj_id (Results 1 – 10 of 10) sorted by relevance
/external/syslinux/core/lwip/src/include/lwip/ |
D | snmp_msg.h | 247 struct snmp_obj_id ext_oid; 268 struct snmp_obj_id *enterprise; 296 struct snmp_varbind* snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len); 305 err_t snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap);
|
D | snmp.h | 94 struct snmp_obj_id struct 102 void snmp_set_sysobjid(struct snmp_obj_id *oid); argument 103 void snmp_get_sysobjid_ptr(struct snmp_obj_id **oid); 225 void snmp_get_snmpgrpid_ptr(struct snmp_obj_id **oid);
|
D | snmp_structs.h | 258 … snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret); 260 u8_t snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret);
|
D | snmp_asn1.h | 81 err_t snmp_asn1_dec_oid(struct pbuf *p, u16_t ofs, u16_t len, struct snmp_obj_id *oid);
|
/external/syslinux/core/lwip/src/core/snmp/ |
D | mib2.c | 766 static struct snmp_obj_id sysobjid = {SNMP_SYSOBJID_LEN, SNMP_SYSOBJID}; 768 static struct snmp_obj_id snmpgrp_id = {7,{1,3,6,1,2,1,11}}; 797 static const struct snmp_obj_id ifspecific = {2, {0, 0}}; 799 static const struct snmp_obj_id iprouteinfo = {2, {0, 0}}; 945 void snmp_get_sysobjid_ptr(struct snmp_obj_id **oid) in snmp_get_sysobjid_ptr() 955 void snmp_set_sysobjid(struct snmp_obj_id *oid) in snmp_set_sysobjid() 2056 void snmp_get_snmpgrpid_ptr(struct snmp_obj_id **oid) in snmp_get_snmpgrpid_ptr()
|
D | mib_structs.c | 683 snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret) in snmp_expand_tree() 1140 snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret) in snmp_iso_prefix_expand()
|
D | msg_in.c | 436 struct snmp_obj_id oid; in snmp_msg_getnext_event() 1122 struct snmp_obj_id oid, oid_value; in snmp_pdu_dec_varbindlist() 1303 snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len) in snmp_varbind_alloc()
|
D | asn1_dec.c | 429 snmp_asn1_dec_oid(struct pbuf *p, u16_t ofs, u16_t len, struct snmp_obj_id *oid) in snmp_asn1_dec_oid()
|
D | msg_out.c | 220 snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap) in snmp_send_trap()
|
/external/syslinux/core/lwip/doc/ |
D | snmp_agent.txt | 130 You can set it by passing a struct snmp_obj_id to the agent
|