Searched refs:ospf6_area (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_area.h34 struct ospf6_area struct
59 void (*foreach_if) (struct ospf6_area *, void *, int,
61 void (*foreach_nei) (struct ospf6_area *, void *, int,
71 ospf6_area_count_neighbor_in_state (u_char state, struct ospf6_area *o6a);
76 int ospf6_area_is_stub (struct ospf6_area *o6a);
77 int ospf6_area_is_transit (struct ospf6_area *o6a);
78 struct ospf6_area *ospf6_area_lookup (u_int32_t, struct ospf6 *);
79 struct ospf6_area *ospf6_area_create (u_int32_t);
80 void ospf6_area_delete (struct ospf6_area *);
81 void ospf6_area_show (struct vty *, struct ospf6_area *);
[all...]
H A Dospf6_area.c29 ospf6_area_foreach_interface (struct ospf6_area *o6a, void *arg, int val,
43 ospf6_area_foreach_neighbor (struct ospf6_area *o6a, void *arg, int val,
60 struct ospf6_area *o6a = (struct ospf6_area *) THREAD_ARG (t);
77 struct ospf6_area *o6a = (struct ospf6_area *) obj;
87 ospf6_area_is_stub (struct ospf6_area *o6a)
95 ospf6_area_is_transit (struct ospf6_area *o6a)
160 struct ospf6_area *
163 struct ospf6_area *o6
[all...]
H A Dospf6_abr.h51 void ospf6_abr_inter_route_calculation (struct ospf6_area *);
H A Dospf6_top.c43 #include "ospf6_area.h"
66 struct ospf6_area *o6a;
70 o6a = (struct ospf6_area *) getdata (node);
80 struct ospf6_area *o6a;
84 o6a = (struct ospf6_area *) getdata (node);
94 struct ospf6_area *o6a;
98 o6a = (struct ospf6_area *) getdata (node);
135 struct ospf6_area *area;
173 area = (struct ospf6_area *) getdata (n);
182 struct ospf6_area *o6
[all...]
H A Dospf6_interface.h35 struct ospf6_area *area;
H A Dospf6_abr.c38 u_int32_t router_id, struct ospf6_area *area)
103 (struct ospf6_area *) lsa->scope))
204 (struct ospf6_area *) lsa->scope))
297 struct ospf6_area *area;
338 struct ospf6_area *area;
372 struct ospf6_area *area)
408 struct ospf6_area *area)
423 struct ospf6_area *area;
634 ospf6_abr_inter_route_calculation (struct ospf6_area *area)
H A Dospf6_spf.c36 #include "ospf6_area.h"
229 ospf6_spf_lsd_num (struct ospf6_vertex *V, struct ospf6_area *o6a)
416 struct ospf6_area *o6a)
612 ospf6_spf_initialize (list candidate_list, struct ospf6_area *o6a)
755 ospf6_spf_install (struct ospf6_vertex *vertex, struct ospf6_area *o6a)
829 ospf6_spf_lookup (struct ospf6_vertex *w, struct ospf6_area *o6a)
857 ospf6_spf_calculation (struct ospf6_area *o6a)
999 struct ospf6_area *o6a;
1002 o6a = (struct ospf6_area *) THREAD_ARG (t);
1079 struct ospf6_area *o6
[all...]
H A Dospf6_dbex.c200 struct ospf6_area *o6a;
637 ospf6_dbex_flood_area (struct ospf6_lsa *lsa, struct ospf6_area *area,
658 struct ospf6_area *o6a;
665 o6a = (struct ospf6_area *) getdata (n);
674 struct ospf6_area *o6a;
693 o6a = (struct ospf6_area *) lsa->scope;
H A Dospf6_intra.c38 struct ospf6_area *area;
86 struct ospf6_area *area;
94 area = (struct ospf6_area *) lsa->scope;
131 struct ospf6_area *area;
139 area = (struct ospf6_area *) lsa->scope;
183 struct ospf6_area *area;
230 struct ospf6_area *area;
573 struct ospf6_area *o6a;
805 struct ospf6_area *o6a;
H A Dospf6_lsdb.c33 #include "ospf6_area.h"
312 struct ospf6_area *o6a;
347 struct ospf6_area *area = NULL;
358 area = (struct ospf6_area *) new->scope;
580 struct ospf6_area *o6a;
588 o6a = (struct ospf6_area *) getdata (i);
H A Dospf6d.c315 struct ospf6_area *o6a;
536 o6i->area = (struct ospf6_area *) NULL;
550 struct ospf6_area *o6a;
672 struct ospf6_area *area;
697 area = (struct ospf6_area *)getdata (j);
H A Dospf6_neighbor.c466 struct ospf6_area *o6a;
521 struct ospf6_area *o6a;
537 o6a = (struct ospf6_area *) getdata (i);
H A Dospf6_lsa.c51 #include "ospf6_area.h"
802 lsdb = ((struct ospf6_area *) lsa->scope)->lsdb;
1142 struct ospf6_area *o6a;
1306 struct ospf6_area *o6a = area;
1315 struct ospf6_area *o6a;
1330 struct ospf6_area *o6a;
H A Dospf6_interface.c31 #include "ospf6_area.h"
105 o6i->area = (struct ospf6_area *) NULL;
227 o6i->area = (struct ospf6_area *) NULL;

Completed in 88 milliseconds