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

  /external/syslinux/core/lwip/src/include/lwip/
snmp_structs.h 72 struct obj_def struct
108 /** returns struct obj_def for the given object identifier */
109 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
112 void (*get_value)(struct obj_def *od, u16_t len, void *value);
114 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
116 void (*set_value)(struct obj_def *od, u16_t len, void *value);
131 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
132 void (*get_value)(struct obj_def *od, u16_t len, void *value);
133 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
134 void (*set_value)(struct obj_def *od, u16_t len, void *value)
    [all...]
snmp_msg.h 246 struct obj_def ext_object_def;
  /external/syslinux/core/lwip/src/core/snmp/
mib2.c 79 static void system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
80 static void system_get_value(struct obj_def *od, u16_t len, void *value);
81 static u8_t system_set_test(struct obj_def *od, u16_t len, void *value);
82 static void system_set_value(struct obj_def *od, u16_t len, void *value);
83 static void interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
84 static void interfaces_get_value(struct obj_def *od, u16_t len, void *value);
85 static void ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
86 static void ifentry_get_value(struct obj_def *od, u16_t len, void *value);
88 static u8_t ifentry_set_test (struct obj_def *od, u16_t len, void *value);
89 static void ifentry_set_value (struct obj_def *od, u16_t len, void *value)
    [all...]
msg_in.c 279 struct obj_def object_def;
482 struct obj_def object_def;
657 struct obj_def object_def;
752 struct obj_def object_def;
    [all...]

Completed in 249 milliseconds