• 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

83   struct list *ospf;
104 struct ospf
170 struct list *oiflist; /* ospf interfaces */
289 struct ospf *ospf;
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 *ospf);
516 extern int ospf_network_set (struct ospf *, struct prefix_ipv4 *,
518 extern int ospf_network_unset (struct ospf *, struct prefix_ipv4 *,
520 extern int ospf_area_stub_set (struct ospf *, struct in_addr);
521 extern int ospf_area_stub_unset (struct ospf *, struct in_addr);
522 extern int ospf_area_no_summary_set (struct ospf *, struct in_addr);
523 extern int ospf_area_no_summary_unset (struct ospf *, struct in_addr);
524 extern int ospf_area_nssa_set (struct ospf *, struct in_addr);
525 extern int ospf_area_nssa_unset (struct ospf *, struct in_addr);
526 extern int ospf_area_nssa_translator_role_set (struct ospf *, struct in_addr,
528 extern int ospf_area_export_list_set (struct ospf *, struct ospf_area *,
530 extern int ospf_area_export_list_unset (struct ospf *, struct ospf_area *);
531 extern int ospf_area_import_list_set (struct ospf *, struct ospf_area *,
533 extern int ospf_area_import_list_unset (struct ospf *, struct ospf_area *);
534 extern int ospf_area_shortcut_set (struct ospf *, struct ospf_area *, int);
535 extern int ospf_area_shortcut_unset (struct ospf *, struct ospf_area *);
536 extern int ospf_timers_refresh_set (struct ospf *, int);
537 extern int ospf_timers_refresh_unset (struct ospf *);
538 extern int ospf_nbr_nbma_set (struct ospf *, struct in_addr);
539 extern int ospf_nbr_nbma_unset (struct ospf *, struct in_addr);
540 extern int ospf_nbr_nbma_priority_set (struct ospf *, struct in_addr, u_char);
541 extern int ospf_nbr_nbma_priority_unset (struct ospf *, struct in_addr);
542 extern int ospf_nbr_nbma_poll_interval_set (struct ospf *, struct in_addr,
544 extern int ospf_nbr_nbma_poll_interval_unset (struct ospf *, struct in_addr);
547 extern void ospf_if_update (struct ospf *, struct interface *);
550 extern void ospf_nbr_nbma_if_update (struct ospf *, struct ospf_interface *);
551 extern struct ospf_nbr_nbma *ospf_nbr_nbma_lookup (struct ospf *,
553 extern struct ospf_nbr_nbma *ospf_nbr_nbma_lookup_next (struct ospf *,
558 extern struct ospf_area *ospf_area_get (struct ospf *, struct in_addr, int);
559 extern void ospf_area_check_free (struct ospf *, struct in_addr);
560 extern struct ospf_area *ospf_area_lookup_by_area_id (struct ospf *,