Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h1396 struct lys_node_leaflist { struct
1397 const char *name; /**< node name (mandatory) */
1398 const char *dsc; /**< description statement (optional) */
1399 const char *ref; /**< reference statement (optional) */
1400 uint16_t flags; /**< [schema node flags](@ref snodeflags) */
1401 uint8_t ext_size; /**< number of elements in #ext array */
1405 uint8_t padding[2]; /**< padding for 32b alignment */
1406 uint8_t dflt_size; /**< number of elements in the #dflt array */
1410 struct lys_iffeature *iffeature; /**< array of if-feature expressions */
1436 /* to this point, struct lys_node_leaflist is compatible with struct lys_node_leaf argument
[all …]