Home
last modified time | relevance | path

Searched refs:snmp_obj_id (Results 1 – 10 of 10) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dsnmp_msg.h247 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);
Dsnmp.h94 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);
Dsnmp_structs.h258 … 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);
Dsnmp_asn1.h81 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/
Dmib2.c766 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()
Dmib_structs.c683 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()
Dmsg_in.c436 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()
Dasn1_dec.c429 snmp_asn1_dec_oid(struct pbuf *p, u16_t ofs, u16_t len, struct snmp_obj_id *oid) in snmp_asn1_dec_oid()
Dmsg_out.c220 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/
Dsnmp_agent.txt130 You can set it by passing a struct snmp_obj_id to the agent