• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/

Lines Matching refs:ospf

254 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 *, struct ospf_lsa *);
313 extern struct ospf_lsa *ospf_lsa_refresh (struct ospf *, struct ospf_lsa *);
315 extern void ospf_external_lsa_refresh_default (struct ospf *);
317 extern void ospf_external_lsa_refresh_type (struct ospf *, u_char, int);
318 extern struct ospf_lsa *ospf_external_lsa_refresh (struct ospf *,
322 extern struct in_addr ospf_lsa_unique_id (struct ospf *, struct ospf_lsdb *, u_char,
327 extern void ospf_refresher_register_lsa (struct ospf *, struct ospf_lsa *);
328 extern void ospf_refresher_unregister_lsa (struct ospf *, struct ospf_lsa *);
331 extern void ospf_lsa_maxage_delete (struct ospf *, struct ospf_lsa *);
333 extern void ospf_discard_from_db (struct ospf *, struct ospf_lsdb *, struct ospf_lsa*);
336 extern int metric_type (struct ospf *, u_char);
337 extern int metric_value (struct ospf *, u_char);
341 extern struct ospf_lsa *ospf_translated_nssa_refresh (struct ospf *, struct ospf_lsa *,
343 extern struct ospf_lsa *ospf_translated_nssa_originate (struct ospf *, struct ospf_lsa *);