Searched refs:external_info (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_asbr.h33 struct external_info struct
58 struct external_info *ospf_external_info_new (u_char);
62 struct external_info *ospf_external_info_add (u_char, struct prefix_ipv4,
65 struct external_info *ospf_external_info_lookup (u_char, struct prefix_ipv4 *);
H A Dospf_zebra.h53 int ospf_redistribute_check (struct external_info *, int *);
54 int ospf_distribute_check_connected (struct external_info *);
H A Dospf_asbr.c101 struct external_info *
104 struct external_info *new;
106 new = (struct external_info *)
107 XMALLOC (MTYPE_OSPF_EXTERNAL_INFO, sizeof (struct external_info));
108 memset (new, 0, sizeof (struct external_info));
116 ospf_external_info_free (struct external_info *ei)
137 struct external_info *
141 struct external_info *new;
192 struct external_info *
276 struct external_info *e
[all...]
H A Dospf_flood.h59 struct external_info *ospf_external_info_check (struct ospf_lsa *);
H A Dospf_routemap.c201 struct external_info *ei = object;
251 struct external_info *ei = object;
383 struct external_info *ei;
429 struct external_info *ei;
482 struct external_info *ei;
H A Dospf_lsa.h280 struct ospf_lsa *ospf_external_lsa_originate (struct external_info *);
304 void ospf_external_lsa_refresh (struct ospf_lsa *, struct external_info *ei,
H A Dospfd.h180 struct route_table *external_info[ZEBRA_ROUTE_MAX + 1]; member in struct:ospf
181 #define EXTERNAL_INFO(T) ospf_top->external_info[T]
H A Dospf_zebra.c631 ospf_external_lsa_originate_check (struct external_info *ei)
655 ospf_distribute_check_connected (struct external_info *ei)
669 ospf_redistribute_check (struct external_info *ei, int *changed)
758 struct external_info *ei;
879 struct external_info *ei;
H A Dospf_flood.c80 struct external_info *
106 return (struct external_info *) rn->info;
118 struct external_info *ei;
H A Dospf_lsa.c1454 ospf_external_lsa_body_set (struct stream *s, struct external_info *ei)
1493 ospf_external_lsa_new (struct external_info *ei, struct in_addr *old_id)
1601 ospf_install_flood_nssa (struct ospf_lsa *lsa, struct external_info *ei)
1690 ospf_external_lsa_originate (struct external_info *ei)
1773 struct external_info *ei;
1791 struct external_info *
1825 struct external_info *ei;
1894 struct external_info *ei;
1934 struct external_info *ei;
1955 struct external_info *e
[all...]
H A Dospfd.c604 struct external_info *ei;
643 struct external_info *ei;

Completed in 126 milliseconds