Home
last modified time | relevance | path

Searched defs:lys_node_choice (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h1303 struct lys_node_choice { struct
1304 const char *name; /**< node name (mandatory) */
1305 const char *dsc; /**< description statement (optional) */
1306 const char *ref; /**< reference statement (optional) */
1307 uint16_t flags; /**< [schema node flags](@ref snodeflags) */
1308 uint8_t ext_size; /**< number of elements in #ext array */
1312 uint8_t padding[4]; /**< padding for 32b alignment */
1315 struct lys_iffeature *iffeature; /**< array of if-feature expressions */
1320 struct lys_node *child; /**< pointer to the first child node */
1330 struct lys_when *when; /**< when statement (optional) */
[all …]