• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/

Lines Matching refs:in_addr

127   struct in_addr router_id;		/* Configured automatically. */
128 struct in_addr router_id_static; /* Configured manually. */
297 struct in_addr area_id;
403 struct in_addr area_id;
411 struct in_addr addr;
514 int ospf_network_set (struct ospf *, struct prefix_ipv4 *, struct in_addr);
515 int ospf_network_unset (struct ospf *, struct prefix_ipv4 *, struct in_addr);
516 int ospf_area_stub_set (struct ospf *, struct in_addr);
517 int ospf_area_stub_unset (struct ospf *, struct in_addr);
518 int ospf_area_no_summary_set (struct ospf *, struct in_addr);
519 int ospf_area_no_summary_unset (struct ospf *, struct in_addr);
520 int ospf_area_nssa_set (struct ospf *, struct in_addr);
521 int ospf_area_nssa_unset (struct ospf *, struct in_addr);
522 int ospf_area_nssa_translator_role_set (struct ospf *, struct in_addr, int);
533 int ospf_nbr_nbma_set (struct ospf *, struct in_addr);
534 int ospf_nbr_nbma_unset (struct ospf *, struct in_addr);
535 int ospf_nbr_nbma_priority_set (struct ospf *, struct in_addr, u_char);
536 int ospf_nbr_nbma_priority_unset (struct ospf *, struct in_addr);
537 int ospf_nbr_nbma_poll_interval_set (struct ospf *, struct in_addr, int);
538 int ospf_nbr_nbma_poll_interval_unset (struct ospf *, struct in_addr);
545 struct ospf_nbr_nbma *ospf_nbr_nbma_lookup (struct ospf *, struct in_addr);
546 struct ospf_nbr_nbma *ospf_nbr_nbma_lookup_next (struct in_addr *, int);
549 struct ospf_area *ospf_area_new (struct in_addr);
550 struct ospf_area *ospf_area_get (struct in_addr, int);
551 void ospf_area_check_free (struct in_addr);
552 struct ospf_area *ospf_area_lookup_by_area_id (struct in_addr);