Lines Matching full:destination
188 * destination of a route pair respectively.
260 * ni_is_cmd_dest() - Determine whether the given destination is only
262 * @dest: Destination to test.
314 /* 2. sort all ni_route_set objects by destination. */ in ni_sort_device_routes()
370 * destination.
371 * @destination: Destination of which to search for the route set.
374 * Return: NULL if no route_set is found with the specified @destination;
378 ni_find_route_set(const int destination, in ni_find_route_set() argument
381 return bsearch(&destination, valid_routes->routes, in ni_find_route_set()
408 * @dest: global-identifier for route destination
439 * @dest: global-identifier for route destination
460 * Return: register value to be used for source at destination with special
475 /* 2nd, check to see if destination is in list of source's targets. */ in ni_route_to_register()
509 * value and the specified route destination on the
517 * valid for any routes to the destination), -EINVAL is returned.