Searched refs:ospf6_hook (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_hook.h27 struct ospf6_hook struct
29 struct ospf6_hook *prev;
30 struct ospf6_hook *next;
41 struct ospf6_hook *head;
42 struct ospf6_hook *tail;
48 struct ospf6_hook *hook;\
79 void ospf6_hook_register (struct ospf6_hook *,
81 void ospf6_hook_unregister (struct ospf6_hook *,
H A Dospf6_hook.c27 #include "ospf6_hook.h"
39 static struct ospf6_hook *
42 struct ospf6_hook *new;
43 new = XMALLOC (MTYPE_OSPF6_OTHER, sizeof (struct ospf6_hook));
46 memset (new, 0, sizeof (struct ospf6_hook));
51 ospf6_hook_delete (struct ospf6_hook *hook)
57 ospf6_hook_issame (struct ospf6_hook *hook1, struct ospf6_hook *hook2)
72 ospf6_hook_register (struct ospf6_hook *hook,
75 struct ospf6_hook *ne
[all...]
H A Dospf6_lsa.h26 #include "ospf6_hook.h"
246 struct ospf6_hook hook_neighbor;
247 struct ospf6_hook hook_interface;
248 struct ospf6_hook hook_area;
249 struct ospf6_hook hook_top;
250 struct ospf6_hook hook_database;
251 struct ospf6_hook hook_route;
H A Dospf6_lsa.c1341 struct ospf6_hook hook;
1540 struct ospf6_hook hook;
1868 struct ospf6_hook hook;
H A Dospf6_intra.c830 struct ospf6_hook hook;

Completed in 52 milliseconds