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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_area.c29 ospf6_area_foreach_interface (struct ospf6_area *o6a, void *arg, int val, argument
35 for (node = listhead (o6a->if_list); node; nextnode (node))
43 ospf6_area_foreach_neighbor (struct ospf6_area *o6a, void *arg, int val, argument
49 for (node = listhead (o6a->if_list); node; nextnode (node))
60 struct ospf6_area *o6a = (struct ospf6_area *) THREAD_ARG (t); local
62 o6a->maxage_remover = (struct thread *) NULL;
65 o6a->foreach_nei (o6a, &count, NBS_EXCHANGE, ospf6_count_state);
66 o6a->foreach_nei (o6a,
77 struct ospf6_area *o6a = (struct ospf6_area *) obj; local
87 ospf6_area_is_stub(struct ospf6_area *o6a) argument
95 ospf6_area_is_transit(struct ospf6_area *o6a) argument
162 struct ospf6_area *o6a; local
200 ospf6_area_bind_top(struct ospf6_area *o6a, struct ospf6 *o6) argument
208 ospf6_area_delete(struct ospf6_area *o6a) argument
250 struct ospf6_area *o6a; local
264 ospf6_area_show(struct vty *vty, struct ospf6_area *o6a) argument
292 ospf6_area_statistics_show(struct vty *vty, struct ospf6_area *o6a) argument
313 struct ospf6_area *o6a; variable in typeref:struct:ospf6_area
[all...]
H A Dospf6_area.h71 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);
83 ospf6_area_statistics_show (struct vty *vty, struct ospf6_area *o6a);
H A Dospf6_spf.c229 ospf6_spf_lsd_num (struct ospf6_vertex *V, struct ospf6_area *o6a)
242 lsa = ospf6_lsdb_lookup_lsdb (type, id, adv_router, o6a->lsdb);
416 struct ospf6_area *o6a)
472 if (adv_router == o6a->ospf6->router_id &&
479 lsa = ospf6_lsdb_lookup_lsdb (type, id, adv_router, o6a->lsdb);
568 if (ospf6_spf_nexthop_calculation (W, ifindex, V, o6a->spf_tree) < 0)
612 ospf6_spf_initialize (list candidate_list, struct ospf6_area *o6a)
626 ospf6_route_remove_all (o6a->table_topology);
629 for (node = listhead (o6a->spf_tree->list); node; nextnode (node))
634 list_delete_all_node (o6a
227 ospf6_spf_lsd_num(struct ospf6_vertex *V, struct ospf6_area *o6a) argument
413 ospf6_spf_vertex_create(int index, struct ospf6_vertex *V, struct ospf6_area *o6a) argument
610 ospf6_spf_initialize(list candidate_list, struct ospf6_area *o6a) argument
753 ospf6_spf_install(struct ospf6_vertex *vertex, struct ospf6_area *o6a) argument
827 ospf6_spf_lookup(struct ospf6_vertex *w, struct ospf6_area *o6a) argument
855 ospf6_spf_calculation(struct ospf6_area *o6a) argument
997 struct ospf6_area *o6a; local
1077 struct ospf6_area *o6a = NULL; local
1096 struct ospf6_area *o6a; local
1290 struct ospf6_area *o6a; variable in typeref:struct:ospf6_area
1355 struct ospf6_area *o6a; variable in typeref:struct:ospf6_area
1385 struct ospf6_area *o6a; variable in typeref:struct:ospf6_area
[all...]
H A Dospf6_top.c66 struct ospf6_area *o6a; local
70 o6a = (struct ospf6_area *) getdata (node);
71 (*func) (arg, val, o6a);
80 struct ospf6_area *o6a; local
84 o6a = (struct ospf6_area *) getdata (node);
85 (*o6a->foreach_if) (o6a, arg, val, func);
94 struct ospf6_area *o6a; local
98 o6a = (struct ospf6_area *) getdata (node);
99 (*o6a
182 struct ospf6_area *o6a; local
[all...]
H A Dospf6d.c315 struct ospf6_area *o6a;
332 o6a = ospf6_area_lookup (area_id, ospf6);
333 if (!o6a)
335 o6a = ospf6_area_create (area_id);
336 o6a->ospf6 = ospf6;
337 listnode_add (ospf6->area_list, o6a);
342 if (o6i->area != o6a)
351 listnode_add (o6a->if_list, o6i);
352 o6i->area = o6a;
550 struct ospf6_area *o6a;
313 struct ospf6_area *o6a; local
548 struct ospf6_area *o6a; variable in typeref:struct:ospf6_area
[all...]
H A Dospf6_dbex.c200 struct ospf6_area *o6a; local
209 o6a = lsa->scope;
210 (*o6a->foreach_nei) (o6a, lsa, 0, ospf6_dbex_remove_retrans);
658 struct ospf6_area *o6a; local
665 o6a = (struct ospf6_area *) getdata (n);
666 ospf6_dbex_flood_area (lsa, o6a, from);
674 struct ospf6_area *o6a; local
693 o6a = (struct ospf6_area *) lsa->scope;
694 assert (o6a);
[all...]
H A Dospf6_lsdb.c312 struct ospf6_area *o6a; local
320 o6a = getdata (i);
322 if (scope == (void *) o6a)
323 return ospf6_lsdb_lookup_lsdb (type, id, adv_router, o6a->lsdb);
325 for (j = listhead (o6a->if_list); j; nextnode (j))
580 struct ospf6_area *o6a;
588 o6a = (struct ospf6_area *) getdata (i);
591 for (j = listhead (o6a->if_list); j; nextnode (j))
597 o6i->interface->name, o6a->str, VTY_NEWLINE);
604 vty_out (vty, " Area %s:%s", o6a
579 struct ospf6_area *o6a; variable in typeref:struct:ospf6_area
[all...]
H A Dospf6_intra.c573 struct ospf6_area *o6a;
587 o6a = ospf6_area_lookup (area_id, ospf6);
588 if (! o6a)
597 zlog_info ("Update Intra-Prefix (Stub): area: %s", o6a->str);
603 o6a); /* xxx, ls-id */
608 for (i = listhead (o6a->if_list); i; nextnode (i))
731 iap->refer_advrtr = o6a->ospf6->router_id;
755 buffer, size, o6a);
805 struct ospf6_area *o6a;
819 o6a
572 struct ospf6_area *o6a; local
754 buffer, size, o6a); local
804 struct ospf6_area *o6a; local
[all...]
H A Dospf6_lsa.c1142 struct ospf6_area *o6a;
1151 o6a = ospf6_area_lookup (area_id, ospf6);
1152 if (! o6a)
1161 zlog_info ("Update Router-LSA: for Area %s", o6a->str);
1166 htonl (0), o6a->ospf6->router_id, o6a);
1183 if (ospf6_is_asbr (o6a->ospf6))
1193 for (i = listhead (o6a->if_list); i; nextnode (i))
1281 htonl (0), o6a->ospf6->router_id,
1282 (char *) router_lsa, size, o6a);
1139 struct ospf6_area *o6a; local
1279 (char *) router_lsa, size, o6a); local
1303 struct ospf6_area *o6a = area; local
1312 struct ospf6_area *o6a; local
1327 struct ospf6_area *o6a; local
[all...]
H A Dospf6_neighbor.c466 struct ospf6_area *o6a;
483 o6a = getdata (nodei);
484 for (nodej = listhead (o6a->if_list); nodej; nextnode (nodej))
521 struct ospf6_area *o6a;
537 o6a = (struct ospf6_area *) getdata (i);
538 for (j = listhead (o6a->if_list); j; nextnode (j))
464 struct ospf6_area *o6a; variable in typeref:struct:ospf6_area
519 struct ospf6_area *o6a; variable in typeref:struct:ospf6_area
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 366 milliseconds