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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_route.c290 struct ospf6_nexthop_node *nexthop_node = NULL;
314 nexthop_node = request->nexthop_lnode.data;
316 if (nexthop_node == NULL)
337 memcpy (&request->nexthop, &nexthop_node->nexthop,
478 struct ospf6_nexthop_node *nexthop_node = node.data;
480 if (! memcmp (&nexthop_node->nexthop, &request->nexthop,
482 return nexthop_node;
289 struct ospf6_nexthop_node *nexthop_node = NULL; local
477 struct ospf6_nexthop_node *nexthop_node = node.data; local

Completed in 111 milliseconds