• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/

Lines Matching defs:ospf_lsa

71 struct ospf_lsa
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 *);
251 void ospf_lsa_discard (struct ospf_lsa *);
258 struct ospf_lsa *ospf_router_lsa_originate (struct ospf_area *);
262 int ospf_network_lsa_refresh (struct ospf_lsa *, struct ospf_interface *);
265 struct ospf_lsa *ospf_summary_lsa_originate (struct prefix_ipv4 *, u_int32_t,
267 struct ospf_lsa *ospf_summary_asbr_lsa_originate (struct prefix_ipv4 *,
270 struct ospf_lsa *ospf_summary_lsa_refresh (struct ospf_lsa *);
271 struct ospf_lsa *ospf_summary_asbr_lsa_refresh (struct ospf_lsa *);
273 struct ospf_lsa *ospf_lsa_install (struct ospf_interface *, struct ospf_lsa *);
280 struct ospf_lsa *ospf_external_lsa_originate (struct external_info *);
282 struct ospf_lsa *ospf_lsa_lookup (struct ospf_area *, u_int32_t,
284 struct ospf_lsa *ospf_lsa_lookup_by_id (struct ospf_area *,u_int32_t, struct in_addr);
285 struct ospf_lsa *ospf_lsa_lookup_by_header (struct ospf_area *,
287 int ospf_lsa_more_recent (struct ospf_lsa *, struct ospf_lsa *);
288 int ospf_lsa_different (struct ospf_lsa *, struct ospf_lsa *);
291 int ospf_lsa_is_self_originated (struct ospf_lsa *);
293 int find_summary (struct ospf_lsa *, void *, int);
294 int find_asbr_summary (struct ospf_lsa *, void *, int);
296 void ospf_lsa_maxage (struct ospf_lsa *);
304 void ospf_external_lsa_refresh (struct ospf_lsa *, struct external_info *ei,
308 void ospf_schedule_lsa_flood_area (struct ospf_area *, struct ospf_lsa *);
309 void ospf_schedule_lsa_flush_area (struct ospf_area *, struct ospf_lsa *);
311 void ospf_refresher_register_lsa (struct ospf *, struct ospf_lsa *);
312 void ospf_refresher_unregister_lsa (struct ospf *, struct ospf_lsa *);
317 void ospf_lsa_maxage_delete (struct ospf_lsa *);
319 void ospf_discard_from_db (struct ospf_lsdb *, struct ospf_lsa*);
320 int ospf_lsa_discard_callback (struct ospf_lsa *, void *, int);