Searched refs:ospf (Results 26 - 50 of 123) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_abr.c96 ospf_delete_discard_route (area->ospf->new_table,
169 ospf_area_range_match_any (struct ospf *ospf, struct prefix_ipv4 *p) argument
175 for (ALL_LIST_ELEMENTS_RO (ospf->areas, node, area))
195 ospf_area_range_set (struct ospf *ospf, struct in_addr area_id, argument
202 area = ospf_area_get (ospf, area_id, ret);
213 ospf_schedule_abr_task (ospf);
219 ospf_schedule_abr_task (ospf);
231 ospf_area_range_cost_set (struct ospf *osp argument
257 ospf_area_range_unset(struct ospf *ospf, struct in_addr area_id, struct prefix_ipv4 *p) argument
280 ospf_area_range_substitute_set(struct ospf *ospf, struct in_addr area_id, struct prefix_ipv4 *p, struct prefix_ipv4 *s) argument
312 ospf_area_range_substitute_unset(struct ospf *ospf, struct in_addr area_id, struct prefix_ipv4 *p) argument
338 ospf_act_bb_connection(struct ospf *ospf) argument
403 ospf_abr_nssa_check_status(struct ospf *ospf) argument
486 ospf_check_abr_status(struct ospf *ospf) argument
882 ospf_abr_announce_network(struct ospf *ospf, struct prefix_ipv4 *p, struct ospf_route *or) argument
961 ospf_abr_should_announce(struct ospf *ospf, struct prefix_ipv4 *p, struct ospf_route *or) argument
984 ospf_abr_process_nssa_translates(struct ospf *ospf) argument
1022 ospf_abr_process_network_rt(struct ospf *ospf, struct route_table *rt) argument
1192 ospf_abr_announce_rtr(struct ospf *ospf, struct prefix_ipv4 *p, struct ospf_route *or) argument
1245 ospf_abr_process_router_rt(struct ospf *ospf, struct route_table *rt) argument
1345 ospf_abr_unapprove_translates(struct ospf *ospf) argument
1371 ospf_abr_unapprove_summaries(struct ospf *ospf) argument
1413 ospf_abr_prepare_aggregates(struct ospf *ospf) argument
1438 ospf_abr_announce_aggregates(struct ospf *ospf) argument
1519 ospf_abr_send_nssa_aggregates(struct ospf *ospf) argument
1588 ospf_abr_announce_stub_defaults(struct ospf *ospf) argument
1630 ospf_abr_remove_unapproved_translates_apply(struct ospf *ospf, struct ospf_lsa *lsa) argument
1649 ospf_abr_remove_unapproved_translates(struct ospf *ospf) argument
1667 ospf_abr_remove_unapproved_summaries(struct ospf *ospf) argument
1699 ospf_abr_manage_discard_routes(struct ospf *ospf) argument
1746 ospf_abr_nssa_task(struct ospf *ospf) argument
1810 ospf_abr_task(struct ospf *ospf) argument
1862 struct ospf *ospf = THREAD_ARG (thread); local
1879 ospf_schedule_abr_task(struct ospf *ospf) argument
[all...]
H A Dospfd.h83 struct list *ospf; member in struct:ospf_master
104 struct ospf struct
170 struct list *oiflist; /* ospf interfaces */
289 struct ospf *ospf; member in struct:ospf_area
467 (T) = thread_add_timer (master, (F), ospf, (V)); \
512 extern struct ospf *ospf_lookup (void);
513 extern struct ospf *ospf_get (void);
514 extern void ospf_finish (struct ospf *);
515 extern void ospf_router_id_update (struct ospf *osp
[all...]
H A Dospf_vty.c148 "router ospf",
160 "no router ospf",
165 struct ospf *ospf; variable in typeref:struct:ospf
167 ospf = ospf_lookup ();
168 if (ospf == NULL)
170 vty_out (vty, "There isn't active ospf instance%s", VTY_NEWLINE);
174 ospf_finish (ospf); variable
181 "ospf router-id A.B.C.D",
186 struct ospf *osp variable in typeref:struct:ospf
199 ospf_router_id_update (ospf); variable
217 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
221 ospf_router_id_update (ospf); variable
233 ospf_passive_interface_default(struct ospf *ospf, u_char newval) argument
257 ospf_passive_interface_update(struct ospf *ospf, struct interface *ifp, struct in_addr addr, struct ospf_if_params *params, u_char value) argument
299 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
375 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
444 struct ospf *ospf= vty->index; variable in typeref:struct:ospf
473 struct ospf *ospf = (struct ospf *) vty->index; variable in typeref:struct:ospf
503 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
565 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
588 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
649 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
675 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
733 ospf_find_vl_data(struct ospf *ospf, struct ospf_vl_config_data *vl_config) argument
876 ospf_vl_set(struct ospf *ospf, struct ospf_vl_config_data *vl_config) argument
948 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1083 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1397 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1437 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1462 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1490 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1518 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1540 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1554 struct ospf *ospf = vty->index; local
1657 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1666 ospf_schedule_abr_task (ospf); variable
1681 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1700 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1742 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1787 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1810 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1836 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1859 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1887 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1904 ospf_schedule_abr_task (ospf); variable
1913 ospf_schedule_abr_task (ospf); variable
1932 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1954 ospf_schedule_abr_task (ospf); variable
1968 ospf_schedule_abr_task (ospf); variable
1984 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2005 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2027 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2056 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2074 ospf_schedule_abr_task (ospf); variable
2090 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2108 ospf_schedule_abr_task (ospf); variable
2119 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2131 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2144 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2158 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2170 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2187 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2215 struct ospf *ospf = vty->index; local
2307 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2355 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2394 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2440 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2457 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2469 ospf_timers_refresh_unset (ospf); variable
2487 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2517 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2685 struct ospf *ospf; variable in typeref:struct:ospf
2808 show_ip_ospf_interface_sub(struct vty *vty, struct ospf *ospf, struct interface *ifp) argument
2975 struct ospf *ospf; variable in typeref:struct:ospf
3057 struct ospf *ospf; variable in typeref:struct:ospf
3085 struct ospf *ospf = ospf_lookup (); variable in typeref:struct:ospf
3131 struct ospf *ospf; variable in typeref:struct:ospf
3283 struct ospf *ospf; variable in typeref:struct:ospf
3320 struct ospf *ospf; variable in typeref:struct:ospf
3356 struct ospf *ospf; variable in typeref:struct:ospf
3403 struct ospf *ospf; variable in typeref:struct:ospf
3885 show_lsa_detail(struct vty *vty, struct ospf *ospf, int type, struct in_addr *id, struct in_addr *adv_router) argument
3934 show_lsa_detail_adv_router(struct vty *vty, struct ospf *ospf, int type, struct in_addr *adv_router) argument
3966 show_ip_ospf_database_summary(struct vty *vty, struct ospf *ospf, int self) argument
4037 show_ip_ospf_database_maxage(struct vty *vty, struct ospf *ospf) argument
4100 struct ospf *ospf; variable in typeref:struct:ospf
4241 struct ospf *ospf; variable in typeref:struct:ospf
5021 struct ospf *ospf; local
5146 struct ospf *ospf; variable in typeref:struct:ospf
5812 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5850 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5869 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5889 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5915 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5953 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5978 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5995 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6015 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6029 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6047 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6085 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6116 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6131 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6146 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6162 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6277 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6303 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6330 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6355 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6383 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6406 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6414 config_write_stub_router(struct vty *vty, struct ospf *ospf) argument
6598 struct ospf *ospf; variable in typeref:struct:ospf
6629 struct ospf *ospf; variable in typeref:struct:ospf
6900 config_write_network_area(struct vty *vty, struct ospf *ospf) argument
6930 config_write_ospf_area(struct vty *vty, struct ospf *ospf) argument
7032 config_write_ospf_nbr_nbma(struct vty *vty, struct ospf *ospf) argument
7056 config_write_virtual_link(struct vty *vty, struct ospf *ospf) argument
7120 config_write_ospf_redistribute(struct vty *vty, struct ospf *ospf) argument
7145 config_write_ospf_default_metric(struct vty *vty, struct ospf *ospf) argument
7154 config_write_ospf_distribute(struct vty *vty, struct ospf *ospf) argument
7193 config_write_ospf_distance(struct vty *vty, struct ospf *ospf) argument
7232 struct ospf *ospf; local
[all...]
H A Dospf_asbr.c50 ospf_external_route_remove (struct ospf *ospf, struct prefix_ipv4 *p) argument
55 rn = route_node_lookup (ospf->old_external_route, (struct prefix *) p);
80 ospf_external_route_lookup (struct ospf *ospf, argument
85 rn = route_node_lookup (ospf->old_external_route, (struct prefix *) p);
208 ospf_external_info_find_lsa (struct ospf *ospf, argument
215 lsa = ospf_lsdb_lookup_by_id (ospf->lsdb, OSPF_AS_EXTERNAL_LSA,
216 p->prefix, ospf
240 ospf_asbr_status_update(struct ospf *ospf, u_char status) argument
272 ospf_redistribute_withdraw(struct ospf *ospf, u_char type) argument
[all...]
H A Dospf_flood.h26 extern int ospf_flood (struct ospf *, struct ospf_neighbor *,
28 extern int ospf_flood_through (struct ospf *, struct ospf_neighbor *,
33 extern int ospf_flood_through_as (struct ospf *, struct ospf_neighbor *,
60 extern void ospf_ls_retransmit_delete_nbr_as (struct ospf *,
68 extern void ospf_lsa_flush_as (struct ospf *, struct ospf_lsa *);
69 extern void ospf_lsa_flush (struct ospf *, struct ospf_lsa *);
H A Dospf_ase.c50 ospf_find_asbr_route (struct ospf *ospf, argument
71 if (!CHECK_FLAG (ospf->config, OSPF_RFC1583_COMPATIBLE))
145 ospf_ase_forward_address_check (struct ospf *ospf, struct in_addr fwd_addr) argument
150 for (ALL_LIST_ELEMENTS_RO (ospf->oiflist, ifn, oi))
162 ospf_ase_calculate_asbr_route (struct ospf *ospf,
177 asbr_route = ospf_find_asbr_route (ospf, rt_router, &asbr);
200 if (! ospf_ase_forward_address_check (ospf, a
287 ospf_ase_calculate_route(struct ospf *ospf, struct ospf_lsa * lsa) argument
634 struct ospf *ospf; local
690 ospf_ase_calculate_schedule(struct ospf *ospf) argument
699 ospf_ase_calculate_timer_add(struct ospf *ospf) argument
776 ospf_ase_incremental_update(struct ospf *ospf, struct ospf_lsa *lsa) argument
[all...]
H A Dospf_lsa.h254 extern int ospf_check_nbr_status (struct ospf *);
269 extern int ospf_router_lsa_update (struct ospf *);
280 extern struct ospf_lsa *ospf_lsa_install (struct ospf *,
283 extern void ospf_nssa_lsa_flush (struct ospf *ospf, struct prefix_ipv4 *p);
284 extern void ospf_external_lsa_flush (struct ospf *, u_char, struct prefix_ipv4 *,
289 extern struct ospf_lsa *ospf_external_lsa_originate (struct ospf *, struct external_info *);
301 extern void ospf_flush_self_originated_lsas_now (struct ospf *);
303 extern int ospf_lsa_is_self_originated (struct ospf *, struct ospf_lsa *);
309 extern void ospf_lsa_maxage (struct ospf *, struc
[all...]
H A Dospf_ia.c72 ospf_ia_network_route (struct ospf *ospf, struct route_table *rt, argument
96 if ((res = ospf_route_cmp (ospf, new_or, or)) < 0)
129 ospf_ia_router_route (struct ospf *ospf, struct route_table *rtrs, argument
149 or_area = ospf_area_lookup_by_area_id (ospf, new_or->u.std.area_id);
162 if ((ret = ospf_route_cmp (ospf, new_or, or)) < 0)
201 struct ospf *ospf = area->ospf; local
307 ospf_update_network_route(struct ospf *ospf, struct route_table *rt, struct route_table *rtrs, struct summary_lsa *lsa, struct prefix_ipv4 *p, struct ospf_area *area) argument
436 ospf_update_router_route(struct ospf *ospf, struct route_table *rtrs, struct summary_lsa *lsa, struct prefix_ipv4 *p, struct ospf_area *area) argument
536 struct ospf *ospf = area->ospf; local
604 ospf_ia_routing(struct ospf *ospf, struct route_table *rt, struct route_table *rtrs) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_vty.c148 "router ospf",
160 "no router ospf",
165 struct ospf *ospf; variable in typeref:struct:ospf
167 ospf = ospf_lookup ();
168 if (ospf == NULL)
170 vty_out (vty, "There isn't active ospf instance%s", VTY_NEWLINE);
174 ospf_finish (ospf); variable
181 "ospf router-id A.B.C.D",
186 struct ospf *osp variable in typeref:struct:ospf
199 ospf_router_id_update (ospf); variable
217 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
221 ospf_router_id_update (ospf); variable
233 ospf_passive_interface_default(struct ospf *ospf, u_char newval) argument
257 ospf_passive_interface_update(struct ospf *ospf, struct interface *ifp, struct in_addr addr, struct ospf_if_params *params, u_char value) argument
299 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
375 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
444 struct ospf *ospf= vty->index; variable in typeref:struct:ospf
473 struct ospf *ospf = (struct ospf *) vty->index; variable in typeref:struct:ospf
503 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
565 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
588 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
649 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
675 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
733 ospf_find_vl_data(struct ospf *ospf, struct ospf_vl_config_data *vl_config) argument
876 ospf_vl_set(struct ospf *ospf, struct ospf_vl_config_data *vl_config) argument
948 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1083 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1397 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1437 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1462 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1490 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1518 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1540 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1554 struct ospf *ospf = vty->index; local
1657 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1666 ospf_schedule_abr_task (ospf); variable
1681 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1700 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1742 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1787 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1810 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1836 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1859 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1887 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1904 ospf_schedule_abr_task (ospf); variable
1913 ospf_schedule_abr_task (ospf); variable
1932 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1954 ospf_schedule_abr_task (ospf); variable
1968 ospf_schedule_abr_task (ospf); variable
1984 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2005 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2027 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2056 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2074 ospf_schedule_abr_task (ospf); variable
2090 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2108 ospf_schedule_abr_task (ospf); variable
2119 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2131 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2144 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2158 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2170 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2187 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2215 struct ospf *ospf = vty->index; local
2307 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2355 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2394 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2440 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2457 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2469 ospf_timers_refresh_unset (ospf); variable
2487 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2517 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2685 struct ospf *ospf; variable in typeref:struct:ospf
2808 show_ip_ospf_interface_sub(struct vty *vty, struct ospf *ospf, struct interface *ifp) argument
2975 struct ospf *ospf; variable in typeref:struct:ospf
3057 struct ospf *ospf; variable in typeref:struct:ospf
3085 struct ospf *ospf = ospf_lookup (); variable in typeref:struct:ospf
3131 struct ospf *ospf; variable in typeref:struct:ospf
3283 struct ospf *ospf; variable in typeref:struct:ospf
3320 struct ospf *ospf; variable in typeref:struct:ospf
3356 struct ospf *ospf; variable in typeref:struct:ospf
3403 struct ospf *ospf; variable in typeref:struct:ospf
3885 show_lsa_detail(struct vty *vty, struct ospf *ospf, int type, struct in_addr *id, struct in_addr *adv_router) argument
3934 show_lsa_detail_adv_router(struct vty *vty, struct ospf *ospf, int type, struct in_addr *adv_router) argument
3966 show_ip_ospf_database_summary(struct vty *vty, struct ospf *ospf, int self) argument
4037 show_ip_ospf_database_maxage(struct vty *vty, struct ospf *ospf) argument
4100 struct ospf *ospf; variable in typeref:struct:ospf
4241 struct ospf *ospf; variable in typeref:struct:ospf
5021 struct ospf *ospf; local
5146 struct ospf *ospf; variable in typeref:struct:ospf
5812 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5850 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5869 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5889 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5915 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5953 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5978 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5995 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6015 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6029 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6047 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6085 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6116 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6131 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6146 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6162 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6277 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6303 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6330 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6355 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6383 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6406 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6414 config_write_stub_router(struct vty *vty, struct ospf *ospf) argument
6598 struct ospf *ospf; variable in typeref:struct:ospf
6629 struct ospf *ospf; variable in typeref:struct:ospf
6900 config_write_network_area(struct vty *vty, struct ospf *ospf) argument
6930 config_write_ospf_area(struct vty *vty, struct ospf *ospf) argument
7032 config_write_ospf_nbr_nbma(struct vty *vty, struct ospf *ospf) argument
7056 config_write_virtual_link(struct vty *vty, struct ospf *ospf) argument
7120 config_write_ospf_redistribute(struct vty *vty, struct ospf *ospf) argument
7145 config_write_ospf_default_metric(struct vty *vty, struct ospf *ospf) argument
7154 config_write_ospf_distribute(struct vty *vty, struct ospf *ospf) argument
7193 config_write_ospf_distance(struct vty *vty, struct ospf *ospf) argument
7232 struct ospf *ospf; local
[all...]
H A Dospf_asbr.c50 ospf_external_route_remove (struct ospf *ospf, struct prefix_ipv4 *p) argument
55 rn = route_node_lookup (ospf->old_external_route, (struct prefix *) p);
80 ospf_external_route_lookup (struct ospf *ospf, argument
85 rn = route_node_lookup (ospf->old_external_route, (struct prefix *) p);
208 ospf_external_info_find_lsa (struct ospf *ospf, argument
215 lsa = ospf_lsdb_lookup_by_id (ospf->lsdb, OSPF_AS_EXTERNAL_LSA,
216 p->prefix, ospf
240 ospf_asbr_status_update(struct ospf *ospf, u_char status) argument
272 ospf_redistribute_withdraw(struct ospf *ospf, u_char type) argument
[all...]
H A Dospf_flood.h26 extern int ospf_flood (struct ospf *, struct ospf_neighbor *,
28 extern int ospf_flood_through (struct ospf *, struct ospf_neighbor *,
33 extern int ospf_flood_through_as (struct ospf *, struct ospf_neighbor *,
60 extern void ospf_ls_retransmit_delete_nbr_as (struct ospf *,
68 extern void ospf_lsa_flush_as (struct ospf *, struct ospf_lsa *);
69 extern void ospf_lsa_flush (struct ospf *, struct ospf_lsa *);
H A Dospf_ase.c50 ospf_find_asbr_route (struct ospf *ospf, argument
71 if (!CHECK_FLAG (ospf->config, OSPF_RFC1583_COMPATIBLE))
145 ospf_ase_forward_address_check (struct ospf *ospf, struct in_addr fwd_addr) argument
150 for (ALL_LIST_ELEMENTS_RO (ospf->oiflist, ifn, oi))
162 ospf_ase_calculate_asbr_route (struct ospf *ospf,
177 asbr_route = ospf_find_asbr_route (ospf, rt_router, &asbr);
200 if (! ospf_ase_forward_address_check (ospf, a
287 ospf_ase_calculate_route(struct ospf *ospf, struct ospf_lsa * lsa) argument
634 struct ospf *ospf; local
690 ospf_ase_calculate_schedule(struct ospf *ospf) argument
699 ospf_ase_calculate_timer_add(struct ospf *ospf) argument
776 ospf_ase_incremental_update(struct ospf *ospf, struct ospf_lsa *lsa) argument
[all...]
H A Dospf_lsa.h254 extern int ospf_check_nbr_status (struct ospf *);
269 extern int ospf_router_lsa_update (struct ospf *);
280 extern struct ospf_lsa *ospf_lsa_install (struct ospf *,
283 extern void ospf_nssa_lsa_flush (struct ospf *ospf, struct prefix_ipv4 *p);
284 extern void ospf_external_lsa_flush (struct ospf *, u_char, struct prefix_ipv4 *,
289 extern struct ospf_lsa *ospf_external_lsa_originate (struct ospf *, struct external_info *);
301 extern void ospf_flush_self_originated_lsas_now (struct ospf *);
303 extern int ospf_lsa_is_self_originated (struct ospf *, struct ospf_lsa *);
309 extern void ospf_lsa_maxage (struct ospf *, struc
[all...]
H A Dospf_ia.c72 ospf_ia_network_route (struct ospf *ospf, struct route_table *rt, argument
96 if ((res = ospf_route_cmp (ospf, new_or, or)) < 0)
129 ospf_ia_router_route (struct ospf *ospf, struct route_table *rtrs, argument
149 or_area = ospf_area_lookup_by_area_id (ospf, new_or->u.std.area_id);
162 if ((ret = ospf_route_cmp (ospf, new_or, or)) < 0)
201 struct ospf *ospf = area->ospf; local
307 ospf_update_network_route(struct ospf *ospf, struct route_table *rt, struct route_table *rtrs, struct summary_lsa *lsa, struct prefix_ipv4 *p, struct ospf_area *area) argument
436 ospf_update_router_route(struct ospf *ospf, struct route_table *rtrs, struct summary_lsa *lsa, struct prefix_ipv4 *p, struct ospf_area *area) argument
536 struct ospf *ospf = area->ospf; local
604 ospf_ia_routing(struct ospf *ospf, struct route_table *rt, struct route_table *rtrs) argument
[all...]
H A Dospf_lsa.c405 flags = area->ospf->flags;
416 if (area->ospf->abr_type == OSPF_ABR_SHORTCUT)
419 area->ospf->backbone == NULL) ||
427 else if (IS_OSPF_ASBR (area->ospf))
431 if (IS_OSPF_ABR (area->ospf))
456 if (!IPV4_ADDR_SAME (&nbr->router_id, &oi->ospf->router_id))
663 if (!IPV4_ADDR_SAME (&nbr->router_id, &oi->ospf->router_id))
791 if (area->ospf->stub_router_startup_time == OSPF_STUB_ROUTER_UNCONFIGURED)
804 area->ospf->stub_router_startup_time);
811 struct ospf *osp local
956 ospf_router_lsa_update(struct ospf *ospf) argument
1311 ospf_summary_lsa_refresh(struct ospf *ospf, struct ospf_lsa *lsa) argument
1454 ospf_summary_asbr_lsa_refresh(struct ospf *ospf, struct ospf_lsa *lsa) argument
1492 ospf_external_lsa_nexthop_get(struct ospf *ospf, struct in_addr nexthop) argument
1578 metric_type(struct ospf *ospf, u_char src) argument
1585 metric_value(struct ospf *ospf, u_char src) argument
1607 ospf_external_lsa_body_set(struct stream *s, struct external_info *ei, struct ospf *ospf) argument
1647 ospf_external_lsa_new(struct ospf *ospf, struct external_info *ei, struct in_addr *old_id) argument
1712 ospf_install_flood_nssa(struct ospf *ospf, struct ospf_lsa *lsa, struct external_info *ei) argument
1797 ospf_lsa_translated_nssa_new(struct ospf *ospf, struct ospf_lsa *type7) argument
1843 ospf_translated_nssa_originate(struct ospf *ospf, struct ospf_lsa *type7) argument
1889 ospf_translated_nssa_refresh(struct ospf *ospf, struct ospf_lsa *type7, struct ospf_lsa *type5) argument
2007 ospf_external_lsa_originate(struct ospf *ospf, struct external_info *ei) argument
2089 struct ospf *ospf = THREAD_ARG (thread); local
2109 ospf_default_external_info(struct ospf *ospf) argument
2142 struct ospf *ospf; local
2166 ospf_nssa_lsa_flush(struct ospf *ospf, struct prefix_ipv4 *p) argument
2196 ospf_external_lsa_flush(struct ospf *ospf, u_char type, struct prefix_ipv4 *p, unsigned int ifindex ) argument
2245 ospf_external_lsa_refresh_default(struct ospf *ospf) argument
2286 ospf_external_lsa_refresh_type(struct ospf *ospf, u_char type, int force) argument
2309 ospf_external_lsa_refresh(struct ospf *ospf, struct ospf_lsa *lsa, struct external_info *ei, int force) argument
2385 ospf_router_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) argument
2422 ospf_network_lsa_install(struct ospf *ospf, struct ospf_interface *oi, struct ospf_lsa *new, int rt_recalc) argument
2453 ospf_summary_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) argument
2482 ospf_summary_asbr_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) argument
2513 ospf_external_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) argument
2555 ospf_discard_from_db(struct ospf *ospf, struct ospf_lsdb *lsdb, struct ospf_lsa *lsa) argument
2604 ospf_lsa_install(struct ospf *ospf, struct ospf_interface *oi, struct ospf_lsa *lsa) argument
2804 ospf_check_nbr_status(struct ospf *ospf) argument
2832 struct ospf *ospf = THREAD_ARG (thread); local
2909 ospf_lsa_maxage_delete(struct ospf *ospf, struct ospf_lsa *lsa) argument
2938 ospf_lsa_maxage(struct ospf *ospf, struct ospf_lsa *lsa) argument
2987 ospf_lsa_maxage_walker_remover(struct ospf *ospf, struct ospf_lsa *lsa) argument
3039 struct ospf *ospf = THREAD_ARG (thread); local
3118 struct ospf *ospf = ospf_lookup(); local
3336 ospf_lsa_flush_schedule(struct ospf *ospf, struct ospf_lsa *lsa) argument
3367 ospf_flush_self_originated_lsas_now(struct ospf *ospf) argument
3451 ospf_lsa_is_self_originated(struct ospf *ospf, struct ospf_lsa *lsa) argument
3492 ospf_lsa_unique_id(struct ospf *ospf, struct ospf_lsdb *lsdb, u_char type, struct prefix_ipv4 *p) argument
3605 ospf_lsa_refresh(struct ospf *ospf, struct ospf_lsa *lsa) argument
3654 ospf_refresher_register_lsa(struct ospf *ospf, struct ospf_lsa *lsa) argument
3699 ospf_refresher_unregister_lsa(struct ospf *ospf, struct ospf_lsa *lsa) argument
3722 struct ospf *ospf = THREAD_ARG (t); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_vty.c148 "router ospf",
160 "no router ospf",
165 struct ospf *ospf; variable in typeref:struct:ospf
167 ospf = ospf_lookup ();
168 if (ospf == NULL)
170 vty_out (vty, "There isn't active ospf instance%s", VTY_NEWLINE);
174 ospf_finish (ospf); variable
181 "ospf router-id A.B.C.D",
186 struct ospf *osp variable in typeref:struct:ospf
199 ospf_router_id_update (ospf); variable
217 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
221 ospf_router_id_update (ospf); variable
233 ospf_passive_interface_default(struct ospf *ospf, u_char newval) argument
257 ospf_passive_interface_update(struct ospf *ospf, struct interface *ifp, struct in_addr addr, struct ospf_if_params *params, u_char value) argument
299 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
375 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
444 struct ospf *ospf= vty->index; variable in typeref:struct:ospf
473 struct ospf *ospf = (struct ospf *) vty->index; variable in typeref:struct:ospf
503 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
565 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
588 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
649 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
675 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
733 ospf_find_vl_data(struct ospf *ospf, struct ospf_vl_config_data *vl_config) argument
876 ospf_vl_set(struct ospf *ospf, struct ospf_vl_config_data *vl_config) argument
948 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1083 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1397 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1437 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1462 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1490 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1518 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1540 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1554 struct ospf *ospf = vty->index; local
1657 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1666 ospf_schedule_abr_task (ospf); variable
1681 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1700 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1742 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1787 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1810 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1836 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1859 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1887 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1904 ospf_schedule_abr_task (ospf); variable
1913 ospf_schedule_abr_task (ospf); variable
1932 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
1954 ospf_schedule_abr_task (ospf); variable
1968 ospf_schedule_abr_task (ospf); variable
1984 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2005 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2027 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2056 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2074 ospf_schedule_abr_task (ospf); variable
2090 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2108 ospf_schedule_abr_task (ospf); variable
2119 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2131 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2144 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2158 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2170 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2187 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2215 struct ospf *ospf = vty->index; local
2307 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2355 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2394 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2440 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2457 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2469 ospf_timers_refresh_unset (ospf); variable
2487 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2517 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
2685 struct ospf *ospf; variable in typeref:struct:ospf
2808 show_ip_ospf_interface_sub(struct vty *vty, struct ospf *ospf, struct interface *ifp) argument
2975 struct ospf *ospf; variable in typeref:struct:ospf
3057 struct ospf *ospf; variable in typeref:struct:ospf
3085 struct ospf *ospf = ospf_lookup (); variable in typeref:struct:ospf
3131 struct ospf *ospf; variable in typeref:struct:ospf
3283 struct ospf *ospf; variable in typeref:struct:ospf
3320 struct ospf *ospf; variable in typeref:struct:ospf
3356 struct ospf *ospf; variable in typeref:struct:ospf
3403 struct ospf *ospf; variable in typeref:struct:ospf
3885 show_lsa_detail(struct vty *vty, struct ospf *ospf, int type, struct in_addr *id, struct in_addr *adv_router) argument
3934 show_lsa_detail_adv_router(struct vty *vty, struct ospf *ospf, int type, struct in_addr *adv_router) argument
3966 show_ip_ospf_database_summary(struct vty *vty, struct ospf *ospf, int self) argument
4037 show_ip_ospf_database_maxage(struct vty *vty, struct ospf *ospf) argument
4100 struct ospf *ospf; variable in typeref:struct:ospf
4241 struct ospf *ospf; variable in typeref:struct:ospf
5021 struct ospf *ospf; local
5146 struct ospf *ospf; variable in typeref:struct:ospf
5812 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5850 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5869 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5889 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5915 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5953 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5978 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
5995 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6015 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6029 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6047 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6085 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6116 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6131 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6146 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6162 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6277 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6303 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6330 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6355 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6383 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6406 struct ospf *ospf = vty->index; variable in typeref:struct:ospf
6414 config_write_stub_router(struct vty *vty, struct ospf *ospf) argument
6598 struct ospf *ospf; variable in typeref:struct:ospf
6629 struct ospf *ospf; variable in typeref:struct:ospf
6900 config_write_network_area(struct vty *vty, struct ospf *ospf) argument
6930 config_write_ospf_area(struct vty *vty, struct ospf *ospf) argument
7032 config_write_ospf_nbr_nbma(struct vty *vty, struct ospf *ospf) argument
7056 config_write_virtual_link(struct vty *vty, struct ospf *ospf) argument
7120 config_write_ospf_redistribute(struct vty *vty, struct ospf *ospf) argument
7145 config_write_ospf_default_metric(struct vty *vty, struct ospf *ospf) argument
7154 config_write_ospf_distribute(struct vty *vty, struct ospf *ospf) argument
7193 config_write_ospf_distance(struct vty *vty, struct ospf *ospf) argument
7232 struct ospf *ospf; local
[all...]
H A Dospf_asbr.c50 ospf_external_route_remove (struct ospf *ospf, struct prefix_ipv4 *p) argument
55 rn = route_node_lookup (ospf->old_external_route, (struct prefix *) p);
80 ospf_external_route_lookup (struct ospf *ospf, argument
85 rn = route_node_lookup (ospf->old_external_route, (struct prefix *) p);
208 ospf_external_info_find_lsa (struct ospf *ospf, argument
215 lsa = ospf_lsdb_lookup_by_id (ospf->lsdb, OSPF_AS_EXTERNAL_LSA,
216 p->prefix, ospf
240 ospf_asbr_status_update(struct ospf *ospf, u_char status) argument
272 ospf_redistribute_withdraw(struct ospf *ospf, u_char type) argument
[all...]
H A Dospf_flood.h26 extern int ospf_flood (struct ospf *, struct ospf_neighbor *,
28 extern int ospf_flood_through (struct ospf *, struct ospf_neighbor *,
33 extern int ospf_flood_through_as (struct ospf *, struct ospf_neighbor *,
60 extern void ospf_ls_retransmit_delete_nbr_as (struct ospf *,
68 extern void ospf_lsa_flush_as (struct ospf *, struct ospf_lsa *);
69 extern void ospf_lsa_flush (struct ospf *, struct ospf_lsa *);
H A Dospf_ase.c50 ospf_find_asbr_route (struct ospf *ospf, argument
71 if (!CHECK_FLAG (ospf->config, OSPF_RFC1583_COMPATIBLE))
145 ospf_ase_forward_address_check (struct ospf *ospf, struct in_addr fwd_addr) argument
150 for (ALL_LIST_ELEMENTS_RO (ospf->oiflist, ifn, oi))
162 ospf_ase_calculate_asbr_route (struct ospf *ospf,
177 asbr_route = ospf_find_asbr_route (ospf, rt_router, &asbr);
200 if (! ospf_ase_forward_address_check (ospf, a
287 ospf_ase_calculate_route(struct ospf *ospf, struct ospf_lsa * lsa) argument
634 struct ospf *ospf; local
690 ospf_ase_calculate_schedule(struct ospf *ospf) argument
699 ospf_ase_calculate_timer_add(struct ospf *ospf) argument
776 ospf_ase_incremental_update(struct ospf *ospf, struct ospf_lsa *lsa) argument
[all...]
H A Dospf_lsa.h254 extern int ospf_check_nbr_status (struct ospf *);
269 extern int ospf_router_lsa_update (struct ospf *);
280 extern struct ospf_lsa *ospf_lsa_install (struct ospf *,
283 extern void ospf_nssa_lsa_flush (struct ospf *ospf, struct prefix_ipv4 *p);
284 extern void ospf_external_lsa_flush (struct ospf *, u_char, struct prefix_ipv4 *,
289 extern struct ospf_lsa *ospf_external_lsa_originate (struct ospf *, struct external_info *);
301 extern void ospf_flush_self_originated_lsas_now (struct ospf *);
303 extern int ospf_lsa_is_self_originated (struct ospf *, struct ospf_lsa *);
309 extern void ospf_lsa_maxage (struct ospf *, struc
[all...]
H A Dospf_ia.c72 ospf_ia_network_route (struct ospf *ospf, struct route_table *rt, argument
96 if ((res = ospf_route_cmp (ospf, new_or, or)) < 0)
129 ospf_ia_router_route (struct ospf *ospf, struct route_table *rtrs, argument
149 or_area = ospf_area_lookup_by_area_id (ospf, new_or->u.std.area_id);
162 if ((ret = ospf_route_cmp (ospf, new_or, or)) < 0)
201 struct ospf *ospf = area->ospf; local
307 ospf_update_network_route(struct ospf *ospf, struct route_table *rt, struct route_table *rtrs, struct summary_lsa *lsa, struct prefix_ipv4 *p, struct ospf_area *area) argument
436 ospf_update_router_route(struct ospf *ospf, struct route_table *rtrs, struct summary_lsa *lsa, struct prefix_ipv4 *p, struct ospf_area *area) argument
536 struct ospf *ospf = area->ospf; local
604 ospf_ia_routing(struct ospf *ospf, struct route_table *rt, struct route_table *rtrs) argument
[all...]
H A Dospf_lsa.c405 flags = area->ospf->flags;
416 if (area->ospf->abr_type == OSPF_ABR_SHORTCUT)
419 area->ospf->backbone == NULL) ||
427 else if (IS_OSPF_ASBR (area->ospf))
431 if (IS_OSPF_ABR (area->ospf))
456 if (!IPV4_ADDR_SAME (&nbr->router_id, &oi->ospf->router_id))
663 if (!IPV4_ADDR_SAME (&nbr->router_id, &oi->ospf->router_id))
791 if (area->ospf->stub_router_startup_time == OSPF_STUB_ROUTER_UNCONFIGURED)
804 area->ospf->stub_router_startup_time);
811 struct ospf *osp local
956 ospf_router_lsa_update(struct ospf *ospf) argument
1311 ospf_summary_lsa_refresh(struct ospf *ospf, struct ospf_lsa *lsa) argument
1454 ospf_summary_asbr_lsa_refresh(struct ospf *ospf, struct ospf_lsa *lsa) argument
1492 ospf_external_lsa_nexthop_get(struct ospf *ospf, struct in_addr nexthop) argument
1578 metric_type(struct ospf *ospf, u_char src) argument
1585 metric_value(struct ospf *ospf, u_char src) argument
1607 ospf_external_lsa_body_set(struct stream *s, struct external_info *ei, struct ospf *ospf) argument
1647 ospf_external_lsa_new(struct ospf *ospf, struct external_info *ei, struct in_addr *old_id) argument
1712 ospf_install_flood_nssa(struct ospf *ospf, struct ospf_lsa *lsa, struct external_info *ei) argument
1797 ospf_lsa_translated_nssa_new(struct ospf *ospf, struct ospf_lsa *type7) argument
1843 ospf_translated_nssa_originate(struct ospf *ospf, struct ospf_lsa *type7) argument
1889 ospf_translated_nssa_refresh(struct ospf *ospf, struct ospf_lsa *type7, struct ospf_lsa *type5) argument
2007 ospf_external_lsa_originate(struct ospf *ospf, struct external_info *ei) argument
2089 struct ospf *ospf = THREAD_ARG (thread); local
2109 ospf_default_external_info(struct ospf *ospf) argument
2142 struct ospf *ospf; local
2166 ospf_nssa_lsa_flush(struct ospf *ospf, struct prefix_ipv4 *p) argument
2196 ospf_external_lsa_flush(struct ospf *ospf, u_char type, struct prefix_ipv4 *p, unsigned int ifindex ) argument
2245 ospf_external_lsa_refresh_default(struct ospf *ospf) argument
2286 ospf_external_lsa_refresh_type(struct ospf *ospf, u_char type, int force) argument
2309 ospf_external_lsa_refresh(struct ospf *ospf, struct ospf_lsa *lsa, struct external_info *ei, int force) argument
2385 ospf_router_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) argument
2422 ospf_network_lsa_install(struct ospf *ospf, struct ospf_interface *oi, struct ospf_lsa *new, int rt_recalc) argument
2453 ospf_summary_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) argument
2482 ospf_summary_asbr_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) argument
2513 ospf_external_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) argument
2555 ospf_discard_from_db(struct ospf *ospf, struct ospf_lsdb *lsdb, struct ospf_lsa *lsa) argument
2604 ospf_lsa_install(struct ospf *ospf, struct ospf_interface *oi, struct ospf_lsa *lsa) argument
2804 ospf_check_nbr_status(struct ospf *ospf) argument
2832 struct ospf *ospf = THREAD_ARG (thread); local
2909 ospf_lsa_maxage_delete(struct ospf *ospf, struct ospf_lsa *lsa) argument
2938 ospf_lsa_maxage(struct ospf *ospf, struct ospf_lsa *lsa) argument
2987 ospf_lsa_maxage_walker_remover(struct ospf *ospf, struct ospf_lsa *lsa) argument
3039 struct ospf *ospf = THREAD_ARG (thread); local
3118 struct ospf *ospf = ospf_lookup(); local
3336 ospf_lsa_flush_schedule(struct ospf *ospf, struct ospf_lsa *lsa) argument
3367 ospf_flush_self_originated_lsas_now(struct ospf *ospf) argument
3451 ospf_lsa_is_self_originated(struct ospf *ospf, struct ospf_lsa *lsa) argument
3492 ospf_lsa_unique_id(struct ospf *ospf, struct ospf_lsdb *lsdb, u_char type, struct prefix_ipv4 *p) argument
3605 ospf_lsa_refresh(struct ospf *ospf, struct ospf_lsa *lsa) argument
3654 ospf_refresher_register_lsa(struct ospf *ospf, struct ospf_lsa *lsa) argument
3699 ospf_refresher_unregister_lsa(struct ospf *ospf, struct ospf_lsa *lsa) argument
3722 struct ospf *ospf = THREAD_ARG (t); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/doc/mpls/
H A Dospfd.conf9 debug ospf ism
10 debug ospf nsm
11 debug ospf lsa
12 debug ospf zebra
13 debug ospf event
14 debug ospf packet all detail
18 ip ospf hello-interval 60
19 ip ospf dead-interval 240
34 ip ospf hello-interval 60
35 ip ospf dea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/doc/mpls/
H A Dospfd.conf9 debug ospf ism
10 debug ospf nsm
11 debug ospf lsa
12 debug ospf zebra
13 debug ospf event
14 debug ospf packet all detail
18 ip ospf hello-interval 60
19 ip ospf dead-interval 240
34 ip ospf hello-interval 60
35 ip ospf dea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/doc/mpls/
H A Dospfd.conf9 debug ospf ism
10 debug ospf nsm
11 debug ospf lsa
12 debug ospf zebra
13 debug ospf event
14 debug ospf packet all detail
18 ip ospf hello-interval 60
19 ip ospf dead-interval 240
34 ip ospf hello-interval 60
35 ip ospf dea
[all...]

Completed in 185 milliseconds

12345