Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h1606 struct lys_node_grp { struct
1607 const char *name; /**< node name (mandatory) */
1608 const char *dsc; /**< description statement (optional) */
1609 const char *ref; /**< reference statement (optional) */
1611 uint8_t ext_size; /**< number of elements in #ext array */
1616 uint16_t tpdf_size; /**< number of elements in #tpdf array */
1618 struct lys_ext_instance **ext; /**< array of pointers to the extension instances */
1620 struct lys_module *module; /**< pointer to the node's module (mandatory) */
1624 struct lys_node *child; /**< pointer to the first child node */
1631 void *priv; /**< private caller's data, not used by libyang */
[all …]