Searched refs:o6 (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_top.c62 ospf6_top_foreach_area (struct ospf6 *o6, void *arg, int val, argument
68 for (node = listhead (o6->area_list); node; nextnode (node))
76 ospf6_top_foreach_interface (struct ospf6 *o6, void *arg, int val, argument
82 for (node = listhead (o6->area_list); node; nextnode (node))
90 ospf6_top_foreach_neighbor (struct ospf6 *o6, void *arg, int val, argument
96 for (node = listhead (o6->area_list); node; nextnode (node))
107 struct ospf6 *o6 = (struct ospf6 *) THREAD_ARG (t); local
109 o6->maxage_remover = (struct thread *) NULL;
112 o6->foreach_nei (o6,
122 ospf6_top_schedule_maxage_remover(void *arg, int val, struct ospf6 *o6) argument
179 ospf6_statistics_show(struct vty *vty, struct ospf6 *o6) argument
240 struct ospf6 *o6; local
316 ospf6_is_asbr(struct ospf6 *o6) argument
[all...]
H A Dospf6_redistribute.c61 ospf6_redistribute_routemap_set (struct ospf6 *o6, int type, char *mapname) argument
63 if (o6->rmap[type].name)
64 free (o6->rmap[type].name);
66 o6->rmap[type].name = strdup (mapname);
67 o6->rmap[type].map = route_map_lookup_by_name (mapname);
73 struct ospf6 *o6 = ospf6; local
78 if (o6->rmap[i].name)
79 o6->rmap[i].map = route_map_lookup_by_name (o6->rmap[i].name);
81 o6
86 ospf6_redistribute_routemap_unset(struct ospf6 *o6, int type) argument
344 ospf6_redistribute_show_config(struct vty *vty, struct ospf6 *o6) argument
375 ospf6_redistribute_init(struct ospf6 *o6) argument
388 ospf6_redistribute_finish(struct ospf6 *o6) argument
[all...]
H A Dospf6_top.h79 ospf6_top_count_neighbor_in_state (u_char state, struct ospf6 *o6);
82 ospf6_top_schedule_maxage_remover (void *arg, int val, struct ospf6 *o6);
85 void ospf6_statistics_show (struct vty *vty, struct ospf6 *o6);
H A Dospf6_area.c201 ospf6_area_bind_top (struct ospf6_area *o6a, struct ospf6 *o6)
203 o6a->ospf6 = o6;
249 ospf6_area_lookup (u_int32_t area_id, struct ospf6 *o6)
254 for (n = listhead (o6->area_list); n; nextnode (n))
200 ospf6_area_bind_top(struct ospf6_area *o6a, struct ospf6 *o6) argument
248 ospf6_area_lookup(u_int32_t area_id, struct ospf6 *o6) argument
H A Dospf6d.c505 struct ospf6 *o6;
508 o6 = (struct ospf6 *) vty->index;
549 struct ospf6 *o6;
554 o6 = (struct ospf6 *) vty->index;
556 o6a = ospf6_area_lookup (area_id, o6);
503 struct ospf6 *o6; variable in typeref:struct:ospf6
547 struct ospf6 *o6; variable in typeref:struct:ospf6
H A Dospf6_dbex.c676 struct ospf6 *o6; local
700 o6 = (struct ospf6 *) lsa->scope;
701 assert (o6);
703 ospf6_dbex_flood_as (lsa, o6, from);
H A Dospf6_lsa.c1314 struct ospf6 *o6 = ospf6;
1318 for (node = listhead (o6->area_list); node; nextnode (node))
1311 struct ospf6 *o6 = ospf6; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dttable.h18 clr %o4; clr %o5; clr %o6; clr %o7; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dentry.S1719 ldd [%o0], %o6

Completed in 203 milliseconds