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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_route.c289 struct ospf6_path_node *path_node = NULL;
309 path_node = request->path_lnode.data;
310 if (path_node)
311 linklist_head (path_node->nexthop_list, &request->nexthop_lnode);
318 assert (path_node == NULL);
327 path_node = request->path_lnode.data;
330 assert (path_node != NULL);
335 memcpy (&request->path, &path_node->path,
444 struct ospf6_path_node *path_node = node.data;
446 if (path_node
288 struct ospf6_path_node *path_node = NULL; local
443 struct ospf6_path_node *path_node = node.data; local
[all...]
H A Dospf6_route.h125 struct ospf6_path_node *path_node;
124 struct ospf6_path_node *path_node; member in struct:ospf6_nexthop_node
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_probe.c151 char *id_node, char *path_node)
155 path_node, NULL, &xendev->otherend,
150 read_otherend_details(struct xenbus_device *xendev, char *id_node, char *path_node) argument

Completed in 200 milliseconds