Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h666 struct lys_module { struct
668 const char *name; /**< name of the module (mandatory) */
669 const char *prefix; /**< prefix of the module (mandatory) */
670 const char *dsc; /**< description of the module */
671 const char *ref; /**< cross-reference for the module */
676 uint8_t version:3; /**< yang-version (LYS_VERSION):
680 uint8_t deviated:2; /**< deviated flag:
688 uint8_t padding1:7; /**< padding for 32b alignment */
689 uint8_t padding2[2];
692 uint8_t rev_size; /**< number of elements in #rev array */
[all …]