Searched refs:ospf_lsa (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_flood.h26 int ospf_flood (struct ospf_neighbor *, struct ospf_lsa *, struct ospf_lsa *);
27 int ospf_flood_through (struct ospf_neighbor *, struct ospf_lsa *);
29 struct ospf_lsa *);
30 int ospf_flood_through_as (struct ospf_neighbor *, struct ospf_lsa *);
34 struct ospf_lsa *ospf_ls_request_new (struct lsa_header *);
35 void ospf_ls_request_free (struct ospf_lsa *);
36 void ospf_ls_request_add (struct ospf_neighbor *, struct ospf_lsa *);
37 void ospf_ls_request_delete (struct ospf_neighbor *, struct ospf_lsa *);
39 struct ospf_lsa *ospf_ls_request_looku
[all...]
H A Dospf_ase.h33 int ospf_ase_calculate_route (struct ospf_lsa *, void *, int);
38 void ospf_ase_incremental_update (struct ospf_lsa *, struct ospf *);
39 void ospf_ase_register_external_lsa (struct ospf_lsa *, struct ospf *);
40 void ospf_ase_unregister_external_lsa (struct ospf_lsa *, struct ospf *);
H A Dospf_lsa.h71 struct ospf_lsa struct
236 int get_age (struct ospf_lsa *);
240 const char *dump_lsa_key (struct ospf_lsa *lsa);
241 u_int32_t lsa_seqnum_increment (struct ospf_lsa *lsa);
246 struct ospf_lsa *ospf_lsa_new ();
247 struct ospf_lsa *ospf_lsa_dup ();
248 void ospf_lsa_free (struct ospf_lsa *lsa);
249 struct ospf_lsa *ospf_lsa_lock (struct ospf_lsa *);
250 void ospf_lsa_unlock (struct ospf_lsa *);
[all...]
H A Dospf_lsdb.h39 int (* new_lsa_hook)(struct ospf_lsa *);
40 int (* del_lsa_hook)(struct ospf_lsa *);
67 void ospf_lsdb_add (struct ospf_lsdb *, struct ospf_lsa *);
68 void ospf_lsdb_delete (struct ospf_lsdb *, struct ospf_lsa *);
70 struct ospf_lsa *ospf_lsdb_lookup (struct ospf_lsdb *, struct ospf_lsa *);
71 struct ospf_lsa *ospf_lsdb_lookup_by_id (struct ospf_lsdb *, u_char,
73 struct ospf_lsa *ospf_lsdb_lookup_by_id_next (struct ospf_lsdb *, u_char,
80 struct ospf_lsa *foreach_lsa (struct route_table *, void *, int,
81 int (*callback) (struct ospf_lsa *, voi
[all...]
H A Dospf_opaque.h122 void (* show_opaque_info )(struct vty *vty, struct ospf_lsa *lsa),
124 void (* lsa_refresher )(struct ospf_lsa *lsa),
125 int (* new_lsa_hook)(struct ospf_lsa *lsa),
126 int (* del_lsa_hook)(struct ospf_lsa *lsa)
137 extern void show_opaque_info_detail (struct vty *vty, struct ospf_lsa *lsa);
141 extern struct ospf_lsa *ospf_opaque_lsa_install (struct ospf_lsa *new, int rt_recalc);
142 extern void ospf_opaque_lsa_refresh (struct ospf_lsa *lsa);
145 extern void ospf_opaque_lsa_refresh_schedule (struct ospf_lsa *lsa);
146 extern void ospf_opaque_lsa_flush_schedule (struct ospf_lsa *ls
[all...]
H A Dospf_lsdb.c31 #include "ospfd/ospf_lsa.h"
76 lsdb_prefix_set (struct prefix_ls *lp, struct ospf_lsa *lsa)
87 ospf_lsdb_add (struct ospf_lsdb *lsdb, struct ospf_lsa *lsa)
120 ospf_lsdb_delete (struct ospf_lsdb *lsdb, struct ospf_lsa *lsa)
153 struct ospf_lsa *lsa;
177 struct ospf_lsa *
178 ospf_lsdb_lookup (struct ospf_lsdb *lsdb, struct ospf_lsa *lsa)
183 struct ospf_lsa *find;
197 struct ospf_lsa *
204 struct ospf_lsa *fin
[all...]
H A Dospf_asbr.h72 void ospf_asbr_route_install_lsa (struct ospf_lsa *);
73 struct ospf_lsa *ospf_external_info_find_lsa (struct prefix_ipv4 *p);
H A Dospf_flood.c39 #include "ospfd/ospf_lsa.h"
58 ospf_flood_delayed_lsa_ack (struct ospf_neighbor *inbr, struct ospf_lsa *lsa)
81 ospf_external_info_check (struct ospf_lsa *lsa)
115 ospf_process_self_originated_lsa (struct ospf_lsa *new, struct ospf_area *area)
233 ospf_flood (struct ospf_neighbor *nbr, struct ospf_lsa *current,
234 struct ospf_lsa *new)
357 struct ospf_lsa *lsa)
380 struct ospf_lsa *ls_req;
584 struct ospf_lsa *lsa)
622 ospf_flood_through_as (struct ospf_neighbor *inbr, struct ospf_lsa *ls
[all...]
H A Dospf_lsa.c40 #include "ospfd/ospf_lsa.h"
141 ospf_lsa_refresh_delay (struct ospf_lsa *lsa)
166 get_age (struct ospf_lsa *lsa)
226 struct ospf_lsa *
229 struct ospf_lsa *new;
231 new = XCALLOC (MTYPE_OSPF_LSA, sizeof (struct ospf_lsa));
232 memset (new, 0, sizeof (struct ospf_lsa));
245 struct ospf_lsa *
246 ospf_lsa_dup (struct ospf_lsa *lsa)
248 struct ospf_lsa *ne
[all...]
H A Dospf_opaque.c49 #include "ospfd/ospf_lsa.h"
76 static int ospf_opaque_lsa_install_hook (struct ospf_lsa *lsa);
77 static int ospf_opaque_lsa_delete_hook (struct ospf_lsa *lsa);
237 void (* show_opaque_info )(struct vty *vty, struct ospf_lsa *lsa);
239 void (* lsa_refresher )(struct ospf_lsa *lsa);
240 int (* new_lsa_hook)(struct ospf_lsa *lsa);
241 int (* del_lsa_hook)(struct ospf_lsa *lsa);
321 void (* show_opaque_info )(struct vty *vty, struct ospf_lsa *lsa),
323 void (* lsa_refresher )(struct ospf_lsa *lsa),
324 int (* new_lsa_hook)(struct ospf_lsa *ls
[all...]
H A Dospf_packet.h158 void ospf_ls_upd_send_lsa (struct ospf_neighbor *, struct ospf_lsa *, int);
160 void ospf_ls_ack_send (struct ospf_neighbor *, struct ospf_lsa *);
162 void ospf_ls_retransmit (struct ospf_interface *, struct ospf_lsa *);
H A Dospf_neighbor.h64 struct ospf_lsa *ls_req_last;
H A Dospf_route.h80 struct ospf_lsa *origin;
H A Dospf_ase.c39 #include "ospfd/ospf_lsa.h"
239 ospf_ase_calculate_new_route (struct ospf_lsa *lsa,
282 ospf_ase_calculate_route (struct ospf_lsa * lsa, void * p_arg, int n_arg)
681 ospf_ase_register_external_lsa (struct ospf_lsa *lsa, struct ospf *top)
705 ospf_ase_unregister_external_lsa (struct ospf_lsa *lsa, struct ospf *top)
738 struct ospf_lsa *lsa;
755 ospf_ase_incremental_update (struct ospf_lsa *lsa, struct ospf *top)
H A Dospf_abr.c41 #include "ospfd/ospf_lsa.h"
471 set_metric (struct ospf_lsa *lsa, u_int32_t metric)
494 ospf_abr_translate_nssa (struct ospf_lsa *lsa, void *p_arg, int int_arg)
506 struct ospf_lsa *dup;
558 struct ospf_lsa *lsa, *old = NULL;
927 struct ospf_lsa *lsa, *old = NULL;
1142 ospf_abr_unapprove_translates_apply (struct ospf_lsa *lsa, void *p_arg,
1172 ospf_abr_unapprove_summaries_apply (struct ospf_lsa *lsa, void *p_arg,
1472 ospf_abr_remove_unapproved_translates_apply (struct ospf_lsa *lsa, void *p_arg,
1507 ospf_abr_remove_unapproved_summaries_apply (struct ospf_lsa *ls
[all...]
H A Dospf_asbr.c38 #include "ospfd/ospf_lsa.h"
207 struct ospf_lsa *
210 struct ospf_lsa *lsa;
H A Dospf_packet.c41 #include "ospfd/ospf_lsa.h"
413 struct ospf_lsa *lsa;
865 struct ospf_lsa *new, *find;
1221 struct ospf_lsa *find;
1318 struct ospf_lsa *lsa;
1433 struct ospf_lsa *lsa;
1453 struct ospf_lsa *lsa = NULL;
1512 struct ospf_lsa *ls_ret, *current;
1806 struct ospf_lsa *lsa, *lsr;
2463 struct ospf_lsa *ls
[all...]
H A Dospf_te.c51 #include "ospfd/ospf_lsa.h"
134 static void ospf_mpls_te_show_info (struct vty *vty, struct ospf_lsa *lsa);
136 static void ospf_mpls_te_lsa_refresh (struct ospf_lsa *lsa);
267 lookup_linkparams_by_instance (struct ospf_lsa *lsa)
861 static struct ospf_lsa *
866 struct ospf_lsa *new = NULL;
931 struct ospf_lsa *new;
1021 ospf_mpls_te_lsa_refresh (struct ospf_lsa *lsa)
1025 struct ospf_lsa *new = NULL;
1088 struct ospf_lsa ls
[all...]
H A Dospf_snmp.c42 #include "ospfd/ospf_lsa.h"
877 struct ospf_lsa *
882 struct ospf_lsa *lsa;
904 struct ospf_lsa *
910 struct ospf_lsa *lsa;
1050 struct ospf_lsa *lsa;
2261 struct ospf_lsa *
2270 struct ospf_lsa *lsa;
2354 struct ospf_lsa *lsa;
H A Dospf_interface.h147 struct ospf_lsa *network_lsa_self; /* network-LSA. */
H A Dospf_ia.c38 #include "ospfd/ospf_lsa.h"
206 process_summary_lsa (struct ospf_lsa *l, void *v, int i)
541 process_transit_summary_lsa (struct ospf_lsa *l, void *v, int i)
H A Dospfd.h337 struct ospf_lsa *router_lsa_self;
H A Dospf_vty.c36 #include "ospfd/ospf_lsa.h"
3067 show_lsa_summary (struct ospf_lsa *lsa, void *v, int self)
3178 show_ip_ospf_database_header (struct vty *vty, struct ospf_lsa *lsa)
3265 show_router_lsa_detail (struct vty *vty, struct ospf_lsa *lsa)
3284 show_network_lsa_detail (struct vty *vty, struct ospf_lsa *lsa)
3311 show_summary_lsa_detail (struct vty *vty, struct ospf_lsa *lsa)
3330 show_summary_asbr_lsa_detail (struct vty *vty, struct ospf_lsa *lsa)
3349 show_as_external_lsa_detail (struct vty *vty, struct ospf_lsa *lsa)
3377 show_as_external_lsa_stdvty (struct ospf_lsa *lsa)
3402 show_as_nssa_lsa_detail (struct vty *vty, struct ospf_lsa *ls
[all...]
H A Dospf_ism.c37 #include "ospfd/ospf_lsa.h"
574 struct ospf_lsa *lsa;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dospf.h324 #define ospf_lsa ospf_un.un_lsa macro

Completed in 176 milliseconds

12