Home
last modified time | relevance | path

Searched refs:route_top (Results 1 – 25 of 171) sorted by relevance

1234567

/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()
237 for (n_node = route_top(oi->nbrs); 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()
893 for (rn = route_top(rt); rn; rn = next) { in ospf_prune_unreachable_networks()
921 for (rn = route_top(rtrs); rn; rn = next) { 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()
/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()
237 for (n_node = route_top(oi->nbrs); 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()
893 for (rn = route_top(rt); rn; rn = next) { in ospf_prune_unreachable_networks()
921 for (rn = route_top(rtrs); rn; rn = next) { 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()
/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_routes.c126 for (src_node = route_top(src_table); src_node; in static_del_route()
401 for (rn = route_top(stable); rn; rn = srcdest_route_next(rn)) { in static_ifindex_update_af()
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.c126 for (src_node = route_top(src_table); src_node; in static_del_route()
401 for (rn = route_top(stable); rn; rn = srcdest_route_next(rn)) { in static_ifindex_update_af()
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/quagga/quagga-1.2.4/lib/
H A Dtable.h146 extern struct route_node *route_top (struct route_table *);
201 node = route_top (iter->table); in route_table_iter_next()
/dports/net/quagga/quagga-1.2.4/ospfd/
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()
875 for (rn = route_top (rt); rn; rn = next) in ospf_prune_unreachable_networks()
906 for (rn = route_top (rtrs); rn; rn = next) 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()
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()
281 rn = route_top (table); in ospf_lsdb_lookup_by_id_next()
H A Dospf_interface.c87 for (rn = route_top (IF_OIFS (ifp)); rn; rn = route_next (rn)) in ospf_if_recalculate_output_cost()
112 for (rn = route_top (IF_OIFS (ifp)); rn; rn = route_next (rn)) in ospf_if_reset()
152 for (rn = route_top (IF_OIFS (ifp)); rn; rn = route_next (rn)) in ospf_if_reset_type()
303 for (rn = route_top (oi->nbrs); rn; rn = route_next (rn)) in ospf_if_cleanup()
484 for (rn = route_top (IF_OIFS (ifp)); rn; rn = route_next (rn)) in ospf_if_lookup_recv_if()
660 for (rn = route_top (IF_OIFS (ifp)); rn; rn = route_next (rn)) in ospf_if_update_params()
721 for (rn = route_top (IF_OIFS_PARAMS (ifp)); rn; rn = route_next (rn)) in ospf_if_delete_hook()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dagg_table.h80 return agg_node_from_rnode(route_top(table->route_table)); in agg_route_top()
150 return (struct agg_node *)route_top(node->table); in agg_route_table_top()
H A Dtable.h205 ext_pure struct route_node *route_top(struct route_table *table);
281 node = route_top(iter->table); in route_table_iter_next()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dagg_table.h80 return agg_node_from_rnode(route_top(table->route_table)); in agg_route_top()
150 return (struct agg_node *)route_top(node->table); in agg_route_table_top()
H A Dtable.h205 ext_pure struct route_node *route_top(struct route_table *table);
281 node = route_top(iter->table); in route_table_iter_next()
/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()
H A Dzebra_rnh.c211 for (nrn = route_top (ntable); nrn; nrn = route_next (nrn)) in zebra_evaluate_rnh_table()
287 for (nrn = route_top (ntable); nrn; nrn = route_next (nrn)) in zebra_dispatch_rnh_table()
319 for (rn = route_top(table); rn; rn = route_next(rn)) in zebra_print_rnh_table()
338 for (nrn = route_top (ntable); nrn; nrn = route_next (nrn)) in zebra_cleanup_rnh_client()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_snmp.c157 for (rn = route_top(table); rn; rn = route_next(rn)) in ipFwNumber()
185 for (rn = route_top(table); rn; rn = route_next(rn)) in ipCidrNumber()
370 for (*np = route_top(table); *np; *np = route_next(*np)) { in get_fwtable_route_node()
389 for (np2 = route_top(table); np2; np2 = route_next(np2)) { in get_fwtable_route_node()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_snmp.c157 for (rn = route_top(table); rn; rn = route_next(rn)) in ipFwNumber()
185 for (rn = route_top(table); rn; rn = route_next(rn)) in ipCidrNumber()
370 for (*np = route_top(table); *np; *np = route_next(*np)) { in get_fwtable_route_node()
389 for (np2 = route_top(table); np2; np2 = route_next(np2)) { in get_fwtable_route_node()

1234567