Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang.h71 struct yang_type { struct
72 …ags; /**< this is used to distinguish lyxml_elem * from a YANG temporary parsing structure */
73 LY_DATA_TYPE base;
74 const char *name;
75 struct lys_type *type;
H A Dparser_yang_bis.c2870 void *yang_type = NULL; in yyparse() local