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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Dnr_route.c100 if ((odev=nr_dev_get(nr)) != NULL) { /* Can't add routes to ourself */
113 * routes now (and not wait for a node broadcast).
123 if (nr_nodet->routes[i].neighbour == nr_neigh)
194 nr_node->routes[0].quality = quality;
195 nr_node->routes[0].obs_count = obs_count;
196 nr_node->routes[0].neighbour = nr_neigh;
214 if (nr_node->routes[i].neighbour == nr_neigh) {
215 nr_node->routes[i].quality = quality;
216 nr_node->routes[i].obs_count = obs_count;
225 nr_node->routes[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dpn_dev.c44 struct phonet_routes routes; member in struct:phonet_net
282 /* Remove left-over Phonet routes */
284 mutex_lock(&pnn->routes.lock);
286 if (dev == pnn->routes.table[i]) {
287 rcu_assign_pointer(pnn->routes.table[i], NULL);
290 mutex_unlock(&pnn->routes.lock);
337 mutex_init(&pnn->routes.lock);
352 dev = pnn->routes.table[i];
394 struct phonet_routes *routes = &pnn->routes; local
411 struct phonet_routes *routes = &pnn->routes; local
431 struct phonet_routes *routes = &pnn->routes; local
446 struct phonet_routes *routes = &pnn->routes; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/davinci/
H A Dvpfe_capture.h74 struct vpfe_route *routes; member in struct:vpfe_subdev_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Droute.h26 * Support routines for adding/deleting network routes.
97 struct route_option routes[EMPTY_ARRAY_SIZE]; member in struct:route_option_list
193 struct route routes[EMPTY_ARRAY_SIZE]; member in struct:route_list
H A Droute.c26 * Support routines for adding/deleting network routes.
456 msg (M_FATAL, PACKAGE_NAME " ROUTE: cannot add more than %d routes -- please increase the max-routes option in the client configuration file",
458 ro = &l->routes[l->n];
474 msg (M_FATAL, PACKAGE_NAME " ROUTE: cannot add more than %d IPv6 routes -- please increase the max-routes option in the client configuration file",
524 /* split a route into two smaller blocking routes, and direct them to target */
531 rl->routes[rl->n++] = r;
533 rl->routes[rl->n++] = r;
643 /* parse the routes fro
2156 get_default_gateway_row(const MIB_IPFORWARDTABLE *routes) argument
2202 const MIB_IPFORWARDTABLE *routes = get_windows_routing_table (&gc); local
3212 const MIB_IPFORWARDTABLE *routes = get_windows_routing_table (&gc); local
[all...]
H A Doptions.h69 struct route_option_list *routes; member in struct:options_pre_pull
340 struct route_option_list *routes; member in struct:options
H A Doptions.c208 " is established. Multiple routes can be specified.\n"
214 " is established. Multiple routes can be specified.\n"
216 "--max-routes n : Specify the maximum number of routes that may be defined\n"
221 " adding routes (may be 0). If not specified, routes will\n"
224 "--route-up cmd : Run command cmd after routes are added.\n"
225 "--route-pre-down cmd : Run command cmd before routes are removed.\n"
226 "--route-noexec : Don't add routes automatically. Instead pass routes t
[all...]
H A Dhelper.c117 add_route_to_option_list (o->routes,
H A Dinit.c1172 if (c->options.routes && !c->c1.route_list)
1181 * options and saving routes in the environment.
1202 options->routes,
1213 /* copy routes to environment */
1248 /* copy routes to environment */
1316 * Possibly add routes and/or call route-up script
1432 if (c->options.routes && c->c1.route_list && c->c2.link_socket)
1480 /* possibly add routes */
1560 /* delete any routes we added */
1672 /* if so, close tun, delete routes, the
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex1085 If several routes match the packet, the following pruning rules
1092 of the packet, the routes with different TOS are dropped.
1094 If no exact TOS match was found and routes with TOS=0 exist,
1095 the rest of routes are pruned.
1099 \item If several routes remain after the previous steps, then
1100 the routes with the best preference values are selected.
1102 \item If we still have several routes, then the {\em first\/} of them
1109 impossible to maintain a bundle of such routes in this order.
1113 is impossible and routes are uniquely identified by the triplet
1115 non-unique routes wit
[all...]
H A Dip-tunnels.tex127 \item {\bf In 2.0} you create tunnel routes with the command:
209 and add routes with \verb|route| utility.
213 The only way to make it is to create special routes with gateway
377 route unicast packets, provided appropriate routes are added.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8776.c121 static const struct snd_soc_dapm_route routes[] = { variable in typeref:struct:snd_soc_dapm_route
443 snd_soc_dapm_add_routes(codec, routes, ARRAY_SIZE(routes));
H A Dwm8993.c876 static const struct snd_soc_dapm_route routes[] = { variable in typeref:struct:snd_soc_dapm_route
1456 snd_soc_dapm_add_routes(codec, routes, ARRAY_SIZE(routes));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/
H A Drio-sysfs.c66 __ATTR_RO(routes),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetrom.h111 struct nr_route routes[3]; member in struct:nr_node
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dboard-dm355-evm.c222 .routes = tvp5146_routes,
H A Dboard-dm365-evm.c354 .routes = tvp5146_routes,
H A Dboard-dm644x-evm.c226 .routes = tvp5146_routes,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c2012 * cifaddr - Clear the interface IP addresses, and delete routes
2622 * For demand mode to work properly, we have to ignore routes
2646 mib2_ipRouteEntry_t routes[8]; local
2676 dbuf.buf = (char *) routes;
2677 dbuf.maxlen = sizeof(routes);
2707 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-solaris.c1885 * cifaddr - Clear the interface IP addresses, and delete routes
2416 * For demand mode to work properly, we have to ignore routes
2440 mib2_ipRouteEntry_t routes[8]; local
2470 dbuf.buf = (char *) routes;
2471 dbuf.maxlen = sizeof(routes);
2501 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpfe_capture.c1138 route = &sdinfo->routes[inp_index];

Completed in 245 milliseconds