Home
last modified time | relevance | path

Searched refs:get_dependency_xpath (Results 1 – 6 of 6) sorted by relevance

/dports/net/frr7/frr-frr-7.5.1/lib/
H A Drouting_nb_config.c110 cbs.get_dependency_xpath = control_plane_protocol_to_vrf; in routing_control_plane_protocols_register_vrf_dependency()
H A Dnorthbound.c196 dependant->dep_cbs.get_dependency_xpath = cbs->get_dependency_xpath; in nb_node_set_dependency_cbs()
201 return node->dep_cbs.get_dependency_xpath != NULL; in nb_node_has_dependency()
575 if (nb_node->dep_cbs.get_dependency_xpath) { in nb_candidate_edit()
576 nb_node->dep_cbs.get_dependency_xpath( in nb_candidate_edit()
H A Dnorthbound.h508 void (*get_dependency_xpath)(const struct lyd_node *dnode, char *xpath); member
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Drouting_nb_config.c110 cbs.get_dependency_xpath = control_plane_protocol_to_vrf; in routing_control_plane_protocols_register_vrf_dependency()
H A Dnorthbound.c196 dependant->dep_cbs.get_dependency_xpath = cbs->get_dependency_xpath; in nb_node_set_dependency_cbs()
201 return node->dep_cbs.get_dependency_xpath != NULL; in nb_node_has_dependency()
575 if (nb_node->dep_cbs.get_dependency_xpath) { in nb_candidate_edit()
576 nb_node->dep_cbs.get_dependency_xpath( in nb_candidate_edit()
H A Dnorthbound.h508 void (*get_dependency_xpath)(const struct lyd_node *dnode, char *xpath); member