• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/

Lines Matching refs:routes

26  * 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 from opt to rl */
655 &opt->routes[i],
666 rl->routes[j++] = r;
672 msg (M_WARN, PACKAGE_NAME " ROUTE: routes dropped because number of expanded routes is greater than route list capacity (%d)", rl->capacity);
734 /* parse the routes from opt to rl6 */
1030 struct route *r = &rl->routes[i];
1062 struct route * r = &rl->routes[i];
1122 print_route_option (&rol->routes[i], level);
1169 print_route (&rl->routes[i], level);
1197 setenv_route (es, &rl->routes[i], i + 1);
1234 * When adding routes into the kernel, if LR_MATCH is defined for
1257 /* set LR_MATCH on local host routes */
1509 msg (M_FATAL, "Sorry, but I don't know how to do 'route' commands on this operating system. Try putting your routes in a --route-up script");
1527 * (needed if routes are specified improperly, or if we need to
1528 * explicitely setup/clear the "connected" network routes on some OSes)
1577 * Filter out routes which are essentially no-ops
1644 /* in some versions of Windows, routes are persistent across reboots by
1660 * "metric 0" - otherwise, the routes will be nicely installed, but
1721 msg (M_FATAL, "Sorry, but I don't know how to do 'route ipv6' commands on this operating system. Try putting your routes in a --route-up script");
1880 msg (M_FATAL, "Sorry, but I don't know how to do 'route' commands on this operating system. Try putting your routes in a --route-up script");
2044 msg (M_FATAL, "Sorry, but I don't know how to do 'route ipv6' commands on this operating system. Try putting your routes in a --route-down script");
2114 * If we tried to add routes now, would we succeed?
2136 test_route_helper (&ret, &count, &good, &ambig, adapters, rl->routes[i].gateway);
2156 get_default_gateway_row (const MIB_IPFORWARDTABLE *routes)
2164 if (routes)
2166 for (i = 0; i < routes->dwNumEntries; ++i)
2168 const MIB_IPFORWARDROW *row = &routes->table[i];
2202 const MIB_IPFORWARDTABLE *routes = get_windows_routing_table (&gc);
2203 const MIB_IPFORWARDROW *row = get_default_gateway_row (routes);
3212 const MIB_IPFORWARDTABLE *routes = get_windows_routing_table (&gc);
3215 const MIB_IPFORWARDROW *row = get_default_gateway_row (routes);
3261 const in_addr_t nonlocal_netmask = 0x80000000L; /* routes with netmask <= to this are considered non-local */