Searched refs:ospf_route (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_route.h47 entries a single ospf_route is kept, while
52 nr->info is a (struct ospf_route *) for OSPF_DESTINATION_NETWORK
89 struct ospf_route *asbr;
92 struct ospf_route struct
129 struct ospf_route *ospf_route_new ();
130 void ospf_route_free (struct ospf_route *or);
146 int ospf_route_cmp (struct ospf_route *, struct ospf_route *);
147 void ospf_route_copy_nexthops (struct ospf_route *, list);
148 void ospf_route_copy_nexthops_from_vertex (struct ospf_route *,
[all...]
H A Dospf_ase.h27 struct ospf_route *ospf_find_asbr_route (struct route_table *,
29 struct ospf_route *ospf_find_asbr_route_through_area(struct route_table *,
H A Dospf_zebra.h45 void ospf_zebra_add (struct prefix_ipv4 *, struct ospf_route *);
46 void ospf_zebra_delete (struct prefix_ipv4 *, struct ospf_route *);
61 u_char ospf_distance_apply (struct prefix_ipv4 *, struct ospf_route *);
H A Dospf_route.c38 #include "ospfd/ospf_route.h"
43 struct ospf_route *
46 struct ospf_route *new;
48 new = XCALLOC (MTYPE_OSPF_ROUTE, sizeof (struct ospf_route));
57 ospf_route_free (struct ospf_route *or)
103 struct ospf_route *or;
120 struct ospf_route *or;
138 struct ospf_route *newor)
141 struct ospf_route *or;
187 struct ospf_route *o
[all...]
H A Dospf_ase.c44 #include "ospfd/ospf_route.h"
51 struct ospf_route *
55 struct ospf_route *or, *best = NULL;
108 struct ospf_route *
124 struct ospf_route *or;
138 ospf_ase_complete_direct_routes (struct ospf_route *ro, struct in_addr nexthop)
166 struct ospf_route *
172 struct ospf_route *asbr_route;
238 struct ospf_route *
240 struct ospf_route *asbr_rout
[all...]
H A Dospf_ia.c43 #include "ospfd/ospf_route.h"
51 struct ospf_route *
57 struct ospf_route *or;
75 struct ospf_route *new_or, struct ospf_route *abr_or)
78 struct ospf_route *or;
131 struct ospf_route *new_or, struct ospf_route *abr_or)
134 struct ospf_route *or = NULL;
209 struct ospf_route *abr_o
[all...]
H A Dospf_abr.c46 #include "ospfd/ospf_route.h"
440 struct ospf_route *or)
619 ospf_abr_nexthops_belong_to_area (struct ospf_route *or,
654 ospf_abr_plist_in_check (struct ospf_area *area, struct ospf_route *or,
670 ospf_abr_plist_out_check (struct ospf_area *area, struct ospf_route *or,
686 ospf_abr_announce_network (struct route_node *n, struct ospf_route *or)
768 ospf_abr_should_announce (struct prefix *p, struct ospf_route *or)
830 struct ospf_route *or;
984 ospf_abr_announce_rtr (struct prefix_ipv4 *p, struct ospf_route *or)
1041 struct ospf_route *o
[all...]
H A Dospf_asbr.c43 #include "ospfd/ospf_route.h"
53 struct ospf_route *or;
79 struct ospf_route *
H A Dospf_lsa.h224 struct ospf_route;
H A Dospf_zebra.c45 #include "ospfd/ospf_route.h"
315 ospf_zebra_add (struct prefix_ipv4 *p, struct ospf_route *or)
412 ospf_zebra_delete (struct prefix_ipv4 *p, struct ospf_route *or)
1120 ospf_distance_apply (struct prefix_ipv4 *p, struct ospf_route *or)
H A Dospf_spf.c42 #include "ospfd/ospf_route.h"
816 struct ospf_route *or;
1033 /* old_rtrs's node holds linked list of ospf_route. --kunihiro. */
H A Dospf_vty.c45 #include "ospfd/ospf_route.h"
6326 struct ospf_route *or;
6380 struct ospf_route *or;
6429 struct ospf_route *er;

Completed in 130 milliseconds