Home
last modified time | relevance | path

Searched refs:lyd_node (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h176 struct lyd_node { struct
415 struct lyd_difflist *lyd_diff(struct lyd_node *first, struct lyd_node *second, int options);
946 struct lyd_node *lyd_dup(const struct lyd_node *node, int options);
958 struct lyd_node *lyd_dup_withsiblings(const struct lyd_node *node, int options);
1001 int lyd_merge(struct lyd_node *target, const struct lyd_node *source, int options);
1055 int lyd_insert(struct lyd_node *parent, struct lyd_node *node);
1086 int lyd_insert_sibling(struct lyd_node **sibling, struct lyd_node *node);
1105 int lyd_insert_before(struct lyd_node *sibling, struct lyd_node *node);
1125 int lyd_insert_after(struct lyd_node *sibling, struct lyd_node *node);
1175 int lyd_find_sibling(const struct lyd_node *siblings, const struct lyd_node *target, struct lyd_nod…
[all …]
H A Dtree_internal.h63 struct lyd_node *node;
163 int lyd_hash(struct lyd_node *node);
165 void lyd_insert_hash(struct lyd_node *node);
167 void lyd_unlink_hash(struct lyd_node *node, struct lyd_node *orig_parent);
404 struct lyd_node *_lyd_new(struct lyd_node *parent, const struct lys_node *schema, int dflt);
414 const struct lyd_node *lyd_attr_parent(const struct lyd_node *root, struct lyd_attr *attr);
456 int lyd_insert_common(struct lyd_node *parent, struct lyd_node **sibling, struct lyd_node *node, in…
463 int lyd_insert_nextto(struct lyd_node *sibling, struct lyd_node *node, int before, int invalidate);
509 int lyd_list_equal(struct lyd_node *node1, struct lyd_node *node2, int with_defaults);
535 int unres_data_diff_new(struct unres_data *unres, struct lyd_node *subtree, struct lyd_node *parent…
[all …]
H A Dvalidation.h38 int lyv_data_context(struct lyd_node *node, int options, int check_node_order, struct unres_data *u…
51 int lyv_data_content(struct lyd_node *node, int options, struct unres_data *unres);
59 int lyv_data_unique(struct lyd_node *list);
72 int lyv_data_dup(struct lyd_node *node, struct lyd_node *start);
86 int lyv_multicases(struct lyd_node *node, struct lys_node *schemanode, struct lyd_node **first_sibl…
87 struct lyd_node *nodel);
H A Dresolve.h93 struct lyd_node **node;
171 struct lyd_node *resolve_data_descendant_schema_nodeid(const char *nodeid, struct lyd_node *start);
186 struct lyd_node *resolve_partial_json_data_nodeid(const char *nodeid, const char *llist_value, stru…
210 int resolve_applies_must(const struct lyd_node *node);
212 struct lys_ident *resolve_identref(struct lys_type *type, const char *ident_name, struct lyd_node *…
217 int resolve_when(struct lyd_node *node, int ignore_fail, struct lys_when **failed_when);
245 int resolve_instid(struct lyd_node *data, const char *path, int req_inst, struct lyd_node **ret);
252 int resolve_unres_data_item(struct lyd_node *dnode, enum UNRES_ITEM type, int ignore_fail, int mult…
255 int unres_data_addonly(struct unres_data *unres, struct lyd_node *node, enum UNRES_ITEM type);
256 int unres_data_add(struct unres_data *unres, struct lyd_node *node, enum UNRES_ITEM type);
[all …]
H A Dtree_data.c45 static struct lyd_node *lyd_new_dummy(struct lyd_node *root, struct lyd_node *parent, const struct …
49 lyd_anydata_equal(struct lyd_node *first, struct lyd_node *second) in lyd_anydata_equal()
512 lyd_unlink_hash(struct lyd_node *node, struct lyd_node *orig_parent) in lyd_unlink_hash()
700 lyd_check_mandatory_subtree(struct lyd_node *tree, struct lyd_node *subtree, struct lyd_node *last_… in lyd_check_mandatory_subtree()
1148 struct lyd_node *
4232 lyd_replace(struct lyd_node *orig, struct lyd_node *repl) in lyd_replace()
4298 lyd_insert_common(struct lyd_node *parent, struct lyd_node **sibling, struct lyd_node *node, int in… in lyd_insert_common()
4543 lyd_insert(struct lyd_node *parent, struct lyd_node *node) in lyd_insert()
4777 lyd_insert_after(struct lyd_node *sibling, struct lyd_node *node) in lyd_insert_after()
6633 lyd_find_sibling(const struct lyd_node *siblings, const struct lyd_node *target, struct lyd_node **… in lyd_find_sibling()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_nb.h329 void cli_show_router_isis(struct vty *vty, struct lyd_node *dnode,
331 void cli_show_ip_isis_ipv4(struct vty *vty, struct lyd_node *dnode,
333 void cli_show_ip_isis_ipv6(struct vty *vty, struct lyd_node *dnode,
339 void cli_show_isis_is_type(struct vty *vty, struct lyd_node *dnode,
343 void cli_show_isis_attached(struct vty *vty, struct lyd_node *dnode,
345 void cli_show_isis_overload(struct vty *vty, struct lyd_node *dnode,
349 void cli_show_isis_area_pwd(struct vty *vty, struct lyd_node *dnode,
355 void cli_show_isis_lsp_mtu(struct vty *vty, struct lyd_node *dnode,
363 void cli_show_isis_mpls_te(struct vty *vty, struct lyd_node *dnode,
389 void cli_show_isis_srgb(struct vty *vty, struct lyd_node *dnode,
[all …]
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_nb.h329 void cli_show_router_isis(struct vty *vty, struct lyd_node *dnode,
331 void cli_show_ip_isis_ipv4(struct vty *vty, struct lyd_node *dnode,
333 void cli_show_ip_isis_ipv6(struct vty *vty, struct lyd_node *dnode,
339 void cli_show_isis_is_type(struct vty *vty, struct lyd_node *dnode,
343 void cli_show_isis_attached(struct vty *vty, struct lyd_node *dnode,
345 void cli_show_isis_overload(struct vty *vty, struct lyd_node *dnode,
349 void cli_show_isis_area_pwd(struct vty *vty, struct lyd_node *dnode,
355 void cli_show_isis_lsp_mtu(struct vty *vty, struct lyd_node *dnode,
363 void cli_show_isis_mpls_te(struct vty *vty, struct lyd_node *dnode,
389 void cli_show_isis_srgb(struct vty *vty, struct lyd_node *dnode,
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dyang.h348 extern struct lyd_node *yang_dnode_get(const struct lyd_node *dnode,
363 extern bool yang_dnode_exists(const struct lyd_node *dnode,
382 const struct lyd_node *dnode, const char *xpath_fmt,
399 extern bool yang_dnode_is_default(const struct lyd_node *dnode,
451 extern struct lyd_node *yang_dnode_dup(const struct lyd_node *dnode);
459 extern void yang_dnode_free(struct lyd_node *dnode);
569 extern const struct lyd_node *
590 extern const struct lyd_node *
591 yang_get_subtree_with_no_sibling(const struct lyd_node *dnode);
594 extern uint32_t yang_get_list_pos(const struct lyd_node *node);
[all …]
H A Dyang_wrappers.h32 extern bool yang_dnode_get_bool(const struct lyd_node *dnode,
39 extern double yang_dnode_get_dec64(const struct lyd_node *dnode,
46 extern int yang_dnode_get_enum(const struct lyd_node *dnode,
53 extern int8_t yang_dnode_get_int8(const struct lyd_node *dnode,
115 const struct lyd_node *dnode,
123 extern bool yang_dnode_get_empty(const struct lyd_node *dnode,
131 const struct lyd_node *dnode,
141 const struct lyd_node *dnode,
151 const struct lyd_node *dnode,
161 const struct lyd_node *dnode,
[all …]
H A Dnorthbound.h104 const struct lyd_node *dnode;
132 const struct lyd_node *dnode;
160 const struct lyd_node *dnode;
180 const struct lyd_node *dnode;
194 const struct lyd_node *dnode;
208 const struct lyd_node *dnode;
490 void (*cli_show)(struct vty *vty, struct lyd_node *dnode,
503 void (*cli_show_end)(struct vty *vty, struct lyd_node *dnode);
631 struct lyd_node *dnode;
641 const struct lyd_node *dnode;
[all …]
H A Dyang.c411 struct lyd_node *yang_dnode_get(const struct lyd_node *dnode, in yang_dnode_get()
417 struct lyd_node *dnode_ret = NULL; in yang_dnode_get()
530 struct lyd_node *root, *next, *dnode_iter; in yang_dnode_is_default_recursive()
559 struct lyd_node *dnode; in yang_dnode_new()
577 struct lyd_node *yang_dnode_dup(const struct lyd_node *dnode) in yang_dnode_dup()
764 const struct lyd_node *yang_dnode_get_parent(const struct lyd_node *dnode, in yang_dnode_get_parent()
802 const struct lyd_node *parent; in yang_is_last_level_dnode()
804 const struct lyd_node *key_leaf; in yang_is_last_level_dnode()
828 const struct lyd_node *
832 const struct lyd_node *node; in yang_get_subtree_with_no_sibling()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dyang.h348 extern struct lyd_node *yang_dnode_get(const struct lyd_node *dnode,
363 extern bool yang_dnode_exists(const struct lyd_node *dnode,
382 const struct lyd_node *dnode, const char *xpath_fmt,
399 extern bool yang_dnode_is_default(const struct lyd_node *dnode,
451 extern struct lyd_node *yang_dnode_dup(const struct lyd_node *dnode);
459 extern void yang_dnode_free(struct lyd_node *dnode);
569 extern const struct lyd_node *
590 extern const struct lyd_node *
591 yang_get_subtree_with_no_sibling(const struct lyd_node *dnode);
594 extern uint32_t yang_get_list_pos(const struct lyd_node *node);
[all …]
H A Dyang_wrappers.h32 extern bool yang_dnode_get_bool(const struct lyd_node *dnode,
39 extern double yang_dnode_get_dec64(const struct lyd_node *dnode,
46 extern int yang_dnode_get_enum(const struct lyd_node *dnode,
53 extern int8_t yang_dnode_get_int8(const struct lyd_node *dnode,
115 const struct lyd_node *dnode,
123 extern bool yang_dnode_get_empty(const struct lyd_node *dnode,
131 const struct lyd_node *dnode,
141 const struct lyd_node *dnode,
151 const struct lyd_node *dnode,
161 const struct lyd_node *dnode,
[all …]
H A Dnorthbound.h104 const struct lyd_node *dnode;
132 const struct lyd_node *dnode;
160 const struct lyd_node *dnode;
180 const struct lyd_node *dnode;
194 const struct lyd_node *dnode;
208 const struct lyd_node *dnode;
490 void (*cli_show)(struct vty *vty, struct lyd_node *dnode,
503 void (*cli_show_end)(struct vty *vty, struct lyd_node *dnode);
631 struct lyd_node *dnode;
641 const struct lyd_node *dnode;
[all …]
H A Dyang.c411 struct lyd_node *yang_dnode_get(const struct lyd_node *dnode, in yang_dnode_get()
417 struct lyd_node *dnode_ret = NULL; in yang_dnode_get()
530 struct lyd_node *root, *next, *dnode_iter; in yang_dnode_is_default_recursive()
559 struct lyd_node *dnode; in yang_dnode_new()
577 struct lyd_node *yang_dnode_dup(const struct lyd_node *dnode) in yang_dnode_dup()
764 const struct lyd_node *yang_dnode_get_parent(const struct lyd_node *dnode, in yang_dnode_get_parent()
802 const struct lyd_node *parent; in yang_is_last_level_dnode()
804 const struct lyd_node *key_leaf; in yang_is_last_level_dnode()
828 const struct lyd_node *
832 const struct lyd_node *node; in yang_get_subtree_with_no_sibling()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrpd.h56 extern void eigrp_cli_show_header(struct vty *vty, struct lyd_node *dnode,
62 struct lyd_node *dnode,
66 extern void eigrp_cli_show_variance(struct vty *vty, struct lyd_node *dnode,
69 struct lyd_node *dnode,
71 extern void eigrp_cli_show_metrics(struct vty *vty, struct lyd_node *dnode,
73 extern void eigrp_cli_show_network(struct vty *vty, struct lyd_node *dnode,
78 struct lyd_node *dnode,
80 extern void eigrp_cli_show_delay(struct vty *vty, struct lyd_node *dnode,
85 struct lyd_node *dnode,
90 struct lyd_node *dnode,
[all …]
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrpd.h56 extern void eigrp_cli_show_header(struct vty *vty, struct lyd_node *dnode,
62 struct lyd_node *dnode,
66 extern void eigrp_cli_show_variance(struct vty *vty, struct lyd_node *dnode,
69 struct lyd_node *dnode,
71 extern void eigrp_cli_show_metrics(struct vty *vty, struct lyd_node *dnode,
73 extern void eigrp_cli_show_network(struct vty *vty, struct lyd_node *dnode,
78 struct lyd_node *dnode,
80 extern void eigrp_cli_show_delay(struct vty *vty, struct lyd_node *dnode,
85 struct lyd_node *dnode,
90 struct lyd_node *dnode,
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Drip_nb.h131 void cli_show_router_rip(struct vty *vty, struct lyd_node *dnode,
133 void cli_show_rip_allow_ecmp(struct vty *vty, struct lyd_node *dnode,
136 struct lyd_node *dnode,
140 void cli_show_rip_distance(struct vty *vty, struct lyd_node *dnode,
144 void cli_show_rip_neighbor(struct vty *vty, struct lyd_node *dnode,
160 void cli_show_rip_route(struct vty *vty, struct lyd_node *dnode,
162 void cli_show_rip_timers(struct vty *vty, struct lyd_node *dnode,
164 void cli_show_rip_version(struct vty *vty, struct lyd_node *dnode,
175 struct lyd_node *dnode,
178 struct lyd_node *dnode,
[all …]
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Drip_nb.h131 void cli_show_router_rip(struct vty *vty, struct lyd_node *dnode,
133 void cli_show_rip_allow_ecmp(struct vty *vty, struct lyd_node *dnode,
136 struct lyd_node *dnode,
140 void cli_show_rip_distance(struct vty *vty, struct lyd_node *dnode,
144 void cli_show_rip_neighbor(struct vty *vty, struct lyd_node *dnode,
160 void cli_show_rip_route(struct vty *vty, struct lyd_node *dnode,
162 void cli_show_rip_timers(struct vty *vty, struct lyd_node *dnode,
164 void cli_show_rip_version(struct vty *vty, struct lyd_node *dnode,
175 struct lyd_node *dnode,
178 struct lyd_node *dnode,
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripngd/
H A Dripng_nb.h104 void cli_show_router_ripng(struct vty *vty, struct lyd_node *dnode,
106 void cli_show_ripng_allow_ecmp(struct vty *vty, struct lyd_node *dnode,
109 struct lyd_node *dnode,
111 void cli_show_ripng_default_metric(struct vty *vty, struct lyd_node *dnode,
113 void cli_show_ripng_network_prefix(struct vty *vty, struct lyd_node *dnode,
115 void cli_show_ripng_network_interface(struct vty *vty, struct lyd_node *dnode,
117 void cli_show_ripng_offset_list(struct vty *vty, struct lyd_node *dnode,
119 void cli_show_ripng_passive_interface(struct vty *vty, struct lyd_node *dnode,
121 void cli_show_ripng_redistribute(struct vty *vty, struct lyd_node *dnode,
123 void cli_show_ripng_route(struct vty *vty, struct lyd_node *dnode,
[all …]
/dports/net/frr7/frr-frr-7.5.1/ripngd/
H A Dripng_nb.h104 void cli_show_router_ripng(struct vty *vty, struct lyd_node *dnode,
106 void cli_show_ripng_allow_ecmp(struct vty *vty, struct lyd_node *dnode,
109 struct lyd_node *dnode,
111 void cli_show_ripng_default_metric(struct vty *vty, struct lyd_node *dnode,
113 void cli_show_ripng_network_prefix(struct vty *vty, struct lyd_node *dnode,
115 void cli_show_ripng_network_interface(struct vty *vty, struct lyd_node *dnode,
117 void cli_show_ripng_offset_list(struct vty *vty, struct lyd_node *dnode,
119 void cli_show_ripng_passive_interface(struct vty *vty, struct lyd_node *dnode,
121 void cli_show_ripng_redistribute(struct vty *vty, struct lyd_node *dnode,
123 void cli_show_ripng_route(struct vty *vty, struct lyd_node *dnode,
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bfdd/
H A Dbfdd_nb.h194 void bfd_cli_show_header(struct vty *vty, struct lyd_node *dnode,
196 void bfd_cli_show_header_end(struct vty *vty, struct lyd_node *dnode);
201 void bfd_cli_show_peer_end(struct vty *vty, struct lyd_node *dnode);
202 void bfd_cli_show_mult(struct vty *vty, struct lyd_node *dnode,
204 void bfd_cli_show_tx(struct vty *vty, struct lyd_node *dnode,
206 void bfd_cli_show_rx(struct vty *vty, struct lyd_node *dnode,
208 void bfd_cli_show_shutdown(struct vty *vty, struct lyd_node *dnode,
210 void bfd_cli_show_echo(struct vty *vty, struct lyd_node *dnode,
214 void bfd_cli_show_profile(struct vty *vty, struct lyd_node *dnode,
218 void bfd_cli_show_passive(struct vty *vty, struct lyd_node *dnode,
[all …]
/dports/net/frr7/frr-frr-7.5.1/bfdd/
H A Dbfdd_nb.h194 void bfd_cli_show_header(struct vty *vty, struct lyd_node *dnode,
196 void bfd_cli_show_header_end(struct vty *vty, struct lyd_node *dnode);
201 void bfd_cli_show_peer_end(struct vty *vty, struct lyd_node *dnode);
202 void bfd_cli_show_mult(struct vty *vty, struct lyd_node *dnode,
204 void bfd_cli_show_tx(struct vty *vty, struct lyd_node *dnode,
206 void bfd_cli_show_rx(struct vty *vty, struct lyd_node *dnode,
208 void bfd_cli_show_shutdown(struct vty *vty, struct lyd_node *dnode,
210 void bfd_cli_show_echo(struct vty *vty, struct lyd_node *dnode,
214 void bfd_cli_show_profile(struct vty *vty, struct lyd_node *dnode,
218 void bfd_cli_show_passive(struct vty *vty, struct lyd_node *dnode,
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/vrrpd/
H A Dvrrp_vty.h28 void cli_show_vrrp(struct vty *vty, struct lyd_node *dnode, bool show_defaults);
29 void cli_show_shutdown(struct vty *vty, struct lyd_node *dnode,
31 void cli_show_priority(struct vty *vty, struct lyd_node *dnode,
33 void cli_show_advertisement_interval(struct vty *vty, struct lyd_node *dnode,
35 void cli_show_ip(struct vty *vty, struct lyd_node *dnode, bool show_defaults);
36 void cli_show_ipv6(struct vty *vty, struct lyd_node *dnode, bool show_defaults);
37 void cli_show_preempt(struct vty *vty, struct lyd_node *dnode,
/dports/net/frr7/frr-frr-7.5.1/vrrpd/
H A Dvrrp_vty.h28 void cli_show_vrrp(struct vty *vty, struct lyd_node *dnode, bool show_defaults);
29 void cli_show_shutdown(struct vty *vty, struct lyd_node *dnode,
31 void cli_show_priority(struct vty *vty, struct lyd_node *dnode,
33 void cli_show_advertisement_interval(struct vty *vty, struct lyd_node *dnode,
35 void cli_show_ip(struct vty *vty, struct lyd_node *dnode, bool show_defaults);
36 void cli_show_ipv6(struct vty *vty, struct lyd_node *dnode, bool show_defaults);
37 void cli_show_preempt(struct vty *vty, struct lyd_node *dnode,

12345678910