Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h729 struct lys_submodule { struct
733 const char *dsc; /**< description of the submodule */
739 uint8_t version:3; /**< yang-version (LYS_VERSION):
749 uint8_t padding[3]; /**< padding for 32b alignment */
767 struct lys_import *imp; /**< array of imported modules */
768 struct lys_include *inc; /**< array of included submodules */
769 struct lys_tpdf *tpdf; /**< array of typedefs */
770 struct lys_ident *ident; /**< array if identities */
771 struct lys_feature *features; /**< array of feature definitions */
772 struct lys_node_augment *augment;/**< array of augments */
[all …]