Searched refs:nexthop_list (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_zebra.c359 struct linklist *nexthop_list;
403 nexthop_list = linklist_create ();
435 linklist_add (nexthop, nexthop_list);
438 if (type == REMOVE && nexthop_list->count == 0)
451 linklist_remove (nexthop, nexthop_list);
453 assert (nexthop_list->count == 0);
469 linklist_add (nexthop, nexthop_list);
490 linklist_add (nexthop, nexthop_list);
495 if (nexthop_list->count == 0)
499 linklist_delete (nexthop_list);
357 struct linklist *nexthop_list; local
[all...]
H A Dospf6_spf.h49 struct linklist *nexthop_list; member in struct:ospf6_vertex
H A Dospf6_top.h72 list nexthop_list; member in struct:ospf6
H A Dospf6_spf.c42 struct linklist *nexthop_list; variable in typeref:struct:linklist
343 /* until this, nexthop_list should be untouched */
344 assert (list_isempty (W->nexthop_list));
350 for (linklist_head (V->nexthop_list, &node); ! linklist_end (&node);
352 linklist_add (node.data, W->nexthop_list);
386 assert (V->nexthop_list->count == 1);
388 linklist_head (V->nexthop_list, &node);
406 linklist_add (nexthop, W->nexthop_list);
409 linklist_add (nexthop, nexthop_list);
536 W->nexthop_list
[all...]
H A Dospf6_route.c185 linklist_head (pn->nexthop_list, &request->nexthop_lnode);
233 linklist_head (pn->nexthop_list, &lnode);
267 linklist_head (pn->nexthop_list, &lnode);
311 linklist_head (path_node->nexthop_list, &request->nexthop_lnode);
475 for (linklist_head (pn->nexthop_list, &node); ! linklist_end (&node);
541 pn->nexthop_list = linklist_create ();
542 pn->nexthop_list->cmp = ospf6_nexthop_cmp;
566 linklist_add (nn, pn->nexthop_list);
731 linklist_remove (nn, pn->nexthop_list);
736 if (pn->nexthop_list
[all...]
H A Dospf6_route.h117 struct linklist *nexthop_list;
116 struct linklist *nexthop_list; member in struct:ospf6_path_node

Completed in 112 milliseconds