Searched defs:obj_def (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp_structs.h62 struct obj_def struct
98 /** returns struct obj_def for the given object identifier */
99 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
102 void (*get_value)(struct obj_def *od, u16_t len, void *value);
104 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
106 void (*set_value)(struct obj_def *od, u16_t len, void *value);
121 void (* const get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
122 void (* const get_value)(struct obj_def *od, u16_t len, void *value);
123 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
124 void (*set_value)(struct obj_def *o
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsnmp_structs.h72 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 *o
[all...]

Completed in 2841 milliseconds