HomeSort by relevance Sort by last modified time
    Searched refs:snmp_obj_id (Results 1 - 9 of 9) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
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);
snmp.h 94 struct snmp_obj_id struct
102 void snmp_set_sysobjid(struct snmp_obj_id *oid);
103 void snmp_get_sysobjid_ptr(struct snmp_obj_id **oid);
225 void snmp_get_snmpgrpid_ptr(struct snmp_obj_id **oid);
snmp_asn1.h 81 err_t snmp_asn1_dec_oid(struct pbuf *p, u16_t ofs, u16_t len, struct snmp_obj_id *oid);
snmp_structs.h 258 struct mib_node* 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);
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 683 snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret)
1140 snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret)
asn1_dec.c 429 snmp_asn1_dec_oid(struct pbuf *p, u16_t ofs, u16_t len, struct snmp_obj_id *oid)
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)
953 * @param oid points to stuct snmp_obj_id to copy
955 void snmp_set_sysobjid(struct snmp_obj_id *oid)
    [all...]
msg_in.c 436 struct snmp_obj_id oid;
    [all...]
msg_out.c 220 snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap)

Completed in 88 milliseconds