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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_route.h93 struct ospf6_nexthop
126 struct ospf6_nexthop nexthop;
140 struct ospf6_nexthop nexthop;
92 struct ospf6_nexthop struct
H A Dospf6_zebra.c361 struct ospf6_nexthop *nexthop = NULL;
424 sizeof (struct ospf6_nexthop)))
427 nexthop = XCALLOC (MTYPE_OSPF6_OTHER, sizeof (struct ospf6_nexthop));
434 memcpy (nexthop, &route.nexthop, sizeof (struct ospf6_nexthop));
462 sizeof (struct ospf6_nexthop));
468 sizeof (struct ospf6_nexthop));
483 sizeof (struct ospf6_nexthop));
489 sizeof (struct ospf6_nexthop));
H A Dospf6_route.c109 struct ospf6_nexthop *n1 = &nn1->nexthop;
110 struct ospf6_nexthop *n2 = &nn2->nexthop;
112 if (memcmp (n1, n2, sizeof (struct ospf6_nexthop)) == 0)
198 memcpy (&request->nexthop, &nn->nexthop, sizeof (struct ospf6_nexthop));
323 memset (&request->nexthop, 0, sizeof (struct ospf6_nexthop));
338 sizeof (struct ospf6_nexthop));
481 sizeof (struct ospf6_nexthop)))
553 sizeof (struct ospf6_nexthop)))
556 sizeof (struct ospf6_nexthop));
565 memcpy (&nn->nexthop, &request->nexthop, sizeof (struct ospf6_nexthop));
[all...]
H A Dospf6_spf.c337 struct ospf6_nexthop *nexthop, *n;
389 n = (struct ospf6_nexthop *) node.data;
402 nexthop = XCALLOC (MTYPE_OSPF6_VERTEX, sizeof (struct ospf6_nexthop));
621 struct ospf6_nexthop *nexthop;
691 nexthop = XCALLOC (MTYPE_OSPF6_VERTEX, sizeof (struct ospf6_nexthop));
759 struct ospf6_nexthop *nexthop;
1158 ospf6_nexthop_show (struct vty *vty, struct ospf6_nexthop *nexthop)
1193 ospf6_nexthop_show (vty, (struct ospf6_nexthop *) lnode.data);
H A Dospf6_asbr.c208 sizeof (struct ospf6_nexthop));
359 sizeof (struct ospf6_nexthop)))
H A Dospf6d.c256 struct ospf6_nexthop *nh;
260 nh = (struct ospf6_nexthop *) getdata (i);

Completed in 94 milliseconds