Home
last modified time | relevance | path

Searched refs:route_next (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dsrcdest_table.c201 return route_next(rn); in srcdest_route_next()
219 return route_next(rn); in srcdest_route_next()
225 next = route_next(rn); in srcdest_route_next()
233 return route_next(parent); in srcdest_route_next()
H A Dtable.h206 ext_pure struct route_node *route_next(struct route_node *node);
285 node = route_next(iter->current); in route_table_iter_next()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dsrcdest_table.c201 return route_next(rn); in srcdest_route_next()
219 return route_next(rn); in srcdest_route_next()
225 next = route_next(rn); in srcdest_route_next()
233 return route_next(parent); in srcdest_route_next()
H A Dtable.h206 ext_pure struct route_node *route_next(struct route_node *node);
285 node = route_next(iter->current); in route_table_iter_next()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dvrf.c308 for (rn = route_top (vrf_table); rn; rn = route_next (rn)) in vrf_first()
325 rn = route_next (route_lock_node ((struct route_node *)iter)); in vrf_next()
327 for (; rn; rn = route_next (rn)) in vrf_next()
354 for (rn = route_next (rn); rn; rn = route_next (rn)) in vrf_iterator()
637 for (rn = route_top (vrf_table); rn; rn = route_next (rn)) in vrf_config_write()
691 for (rn = route_top (vrf_table); rn; rn = route_next (rn)) in vrf_terminate()
H A Dtable.h147 extern struct route_node *route_next (struct route_node *);
205 node = route_next (iter->current); in route_table_iter_next()
/dports/net/quagga/quagga-1.2.4/ospf6d/
H A Dospf6_lsdb.c261 node = route_next (node); in ospf6_lsdb_lookup_next()
268 node = route_next (node); in ospf6_lsdb_lookup_next()
270 node = route_next (node); in ospf6_lsdb_lookup_next()
292 node = route_next (node); in ospf6_lsdb_head()
308 node = route_next (node); in ospf6_lsdb_next()
343 node = route_next (node); in ospf6_lsdb_type_router_head()
396 node = route_next (node); in ospf6_lsdb_type_head()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_bfd.c116 for (irn = route_top(IF_OIFS(ifp)); irn; irn = route_next(irn)) { in ospf_bfd_reg_dereg_all_nbr()
123 for (nrn = route_top(nbrs); nrn; nrn = route_next(nrn)) { in ospf_bfd_reg_dereg_all_nbr()
174 for (rn = route_top(nbrs); rn; rn = route_next(rn)) { in ospf_bfd_nbr_replay()
231 for (node = route_top(IF_OIFS(ifp)); node; node = route_next(node)) { in ospf_bfd_interface_dest_update()
238 n_node = route_next(n_node)) { in ospf_bfd_interface_dest_update()
H A Dospf_interface.c62 for (rn = route_top(oi->nbrs); rn; rn = route_next(rn)) { in ospf_interface_neighbor_count()
116 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_if_recalculate_output_cost()
138 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_if_reset()
307 for (rn = route_top(oi->nbrs); rn; rn = route_next(rn)) in ospf_if_cleanup()
460 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_if_lookup_recv_if()
628 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_if_update_params()
688 for (rn = route_top(IF_OIFS_PARAMS(ifp)); rn; rn = route_next(rn)) in ospf_if_delete_hook()
1272 for (rn = route_top(IF_OIFS_PARAMS(ifp)); rn; rn = route_next(rn)) in ospf_ifp_create()
1316 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_ifp_up()
1366 for (rn = route_top(IF_OIFS_PARAMS(ifp)); rn; rn = route_next(rn)) in ospf_ifp_destroy()
[all …]
H A Dospf_route.c91 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_delete()
107 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_table_free()
204 for (rn = route_top(routes); rn; rn = route_next(rn)) { in ospf_route_delete_same_ext()
228 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_delete_uniq()
275 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_install()
647 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_table_dump()
676 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_table_print()
894 next = route_next(rn); in ospf_prune_unreachable_networks()
922 next = route_next(rn); in ospf_prune_unreachable_routers()
H A Dospf_neighbor.c291 for (rn = route_top(oi->nbrs); rn; rn = route_next(rn)) in ospf_nbr_count()
307 for (rn = route_top(oi->nbrs); rn; rn = route_next(rn)) in ospf_nbr_count_opaque_capable()
358 for (rn = route_top(nbrs); rn; rn = route_next(rn)) in ospf_nbr_lookup_by_routerid()
384 for (rn = route_top(nbrs); rn; rn = route_next(rn)) { in ospf_renegotiate_optional_capabilities()
H A Dospf_lsdb.c166 for (rn = route_top(table); rn; rn = route_next(rn)) in ospf_lsdb_delete_all()
240 rn = route_next(rn); in ospf_lsdb_lookup_by_id_next()
243 for (; rn; rn = route_next(rn)) in ospf_lsdb_lookup_by_id_next()
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_bfd.c116 for (irn = route_top(IF_OIFS(ifp)); irn; irn = route_next(irn)) { in ospf_bfd_reg_dereg_all_nbr()
123 for (nrn = route_top(nbrs); nrn; nrn = route_next(nrn)) { in ospf_bfd_reg_dereg_all_nbr()
174 for (rn = route_top(nbrs); rn; rn = route_next(rn)) { in ospf_bfd_nbr_replay()
231 for (node = route_top(IF_OIFS(ifp)); node; node = route_next(node)) { in ospf_bfd_interface_dest_update()
238 n_node = route_next(n_node)) { in ospf_bfd_interface_dest_update()
H A Dospf_interface.c62 for (rn = route_top(oi->nbrs); rn; rn = route_next(rn)) { in ospf_interface_neighbor_count()
116 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_if_recalculate_output_cost()
138 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_if_reset()
307 for (rn = route_top(oi->nbrs); rn; rn = route_next(rn)) in ospf_if_cleanup()
460 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_if_lookup_recv_if()
628 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_if_update_params()
688 for (rn = route_top(IF_OIFS_PARAMS(ifp)); rn; rn = route_next(rn)) in ospf_if_delete_hook()
1272 for (rn = route_top(IF_OIFS_PARAMS(ifp)); rn; rn = route_next(rn)) in ospf_ifp_create()
1316 for (rn = route_top(IF_OIFS(ifp)); rn; rn = route_next(rn)) { in ospf_ifp_up()
1366 for (rn = route_top(IF_OIFS_PARAMS(ifp)); rn; rn = route_next(rn)) in ospf_ifp_destroy()
[all …]
H A Dospf_route.c91 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_delete()
107 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_table_free()
204 for (rn = route_top(routes); rn; rn = route_next(rn)) { in ospf_route_delete_same_ext()
228 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_delete_uniq()
275 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_install()
647 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_table_dump()
676 for (rn = route_top(rt); rn; rn = route_next(rn)) in ospf_route_table_print()
894 next = route_next(rn); in ospf_prune_unreachable_networks()
922 next = route_next(rn); in ospf_prune_unreachable_routers()
H A Dospf_neighbor.c291 for (rn = route_top(oi->nbrs); rn; rn = route_next(rn)) in ospf_nbr_count()
307 for (rn = route_top(oi->nbrs); rn; rn = route_next(rn)) in ospf_nbr_count_opaque_capable()
358 for (rn = route_top(nbrs); rn; rn = route_next(rn)) in ospf_nbr_lookup_by_routerid()
384 for (rn = route_top(nbrs); rn; rn = route_next(rn)) { in ospf_renegotiate_optional_capabilities()
H A Dospf_lsdb.c166 for (rn = route_top(table); rn; rn = route_next(rn)) in ospf_lsdb_delete_all()
240 rn = route_next(rn); in ospf_lsdb_lookup_by_id_next()
243 for (; rn; rn = route_next(rn)) in ospf_lsdb_lookup_by_id_next()
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_lsdb.c192 for (rn = route_top (table); rn; rn = route_next (rn)) in ospf_lsdb_delete_all()
209 for (rn = route_top (table); rn; rn = route_next (rn)) in ospf_lsdb_clean_stat()
286 rn = route_next (rn); in ospf_lsdb_lookup_by_id_next()
289 for (; rn; rn = route_next (rn)) in ospf_lsdb_lookup_by_id_next()
H A Dospf_route.c100 for (rn = route_top (rt); rn; rn = route_next (rn)) in ospf_route_delete()
117 for (rn = route_top (rt); rn; rn = route_next (rn)) in ospf_route_table_free()
218 for ( rn = route_top (routes); rn; rn = route_next (rn) ) in ospf_route_delete_same_ext()
244 for (rn = route_top (rt); rn; rn = route_next (rn)) in ospf_route_delete_uniq()
284 for (rn = route_top (rt); rn; rn = route_next (rn)) in ospf_route_install()
654 for (rn = route_top (rt); rn; rn = route_next (rn)) in ospf_route_table_dump()
877 next = route_next (rn); in ospf_prune_unreachable_networks()
908 next = route_next (rn); in ospf_prune_unreachable_routers()
H A Dospf_neighbor.c297 for (rn = route_top (oi->nbrs); rn; rn = route_next (rn)) in ospf_nbr_count()
313 for (rn = route_top (oi->nbrs); rn; rn = route_next (rn)) in ospf_nbr_count_opaque_capable()
365 for (rn = route_top (nbrs); rn; rn = route_next (rn)) in ospf_nbr_lookup_by_routerid()
394 for (rn = route_top (nbrs); rn; rn = route_next (rn)) in ospf_renegotiate_optional_capabilities()
/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_routes.c127 src_node = route_next(src_node)) { in static_del_route()
438 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_fixup_vrf()
484 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_enable_vrf()
561 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_cleanup_vrf()
596 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_disable_vrf()
667 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_fixup_intf_nh()
/dports/net/frr7/frr-frr-7.5.1/staticd/
H A Dstatic_routes.c127 src_node = route_next(src_node)) { in static_del_route()
438 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_fixup_vrf()
484 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_enable_vrf()
561 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_cleanup_vrf()
596 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_disable_vrf()
667 for (rn = route_top(stable); rn; rn = route_next(rn)) { in static_fixup_intf_nh()
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_topology.c231 for (rn = route_top(topology); rn; rn = route_next(rn)) { in eigrp_topology_delete_all()
334 for (rn = route_top(eigrp->topology_table); rn; rn = route_next(rn)) { in eigrp_neighbor_prefixes_lookup()
426 for (rn = route_top(eigrp->topology_table); rn; rn = route_next(rn)) { in eigrp_topology_update_all_node_flags()
499 for (rn = route_top(eigrp->topology_table); rn; rn = route_next(rn)) { in eigrp_topology_neighbor_down()
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrp_topology.c231 for (rn = route_top(topology); rn; rn = route_next(rn)) { in eigrp_topology_delete_all()
334 for (rn = route_top(eigrp->topology_table); rn; rn = route_next(rn)) { in eigrp_neighbor_prefixes_lookup()
426 for (rn = route_top(eigrp->topology_table); rn; rn = route_next(rn)) { in eigrp_topology_update_all_node_flags()
499 for (rn = route_top(eigrp->topology_table); rn; rn = route_next(rn)) { in eigrp_topology_neighbor_down()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Dzebra_snmp.c157 for (rn = route_top (table); rn; rn = route_next (rn)) in ipFwNumber()
182 for (rn = route_top (table); rn; rn = route_next (rn)) in ipCidrNumber()
373 for (*np = route_top (table); *np; *np = route_next (*np)) in get_fwtable_route_node()
391 for (np2 = route_top (table); np2; np2 = route_next (np2)) in get_fwtable_route_node()

1234567