• 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:M_USAGE

129     msg (M_USAGE, "%s IP addresses %s and %s are not in the same %s subnet",
177 msg (M_USAGE, "--server-ipv6 must be used together with --server");
181 msg( M_USAGE, "--server-ipv6 is incompatible with 'nopool' option" );
185 msg( M_USAGE, "--server-ipv6 already defines an ifconfig-ipv6-pool, so you can't also specify --ifconfig-pool explicitly");
205 push_option( o, "tun-ipv6", M_USAGE );
243 msg (M_USAGE, "--server and --client cannot be used together");
246 msg (M_USAGE, "--server and --server-bridge cannot be used together");
249 msg (M_USAGE, "--server and --secret cannot be used together (you must use SSL/TLS keys)");
252 msg (M_USAGE, "--server already defines an ifconfig-pool, so you can't also specify --ifconfig-pool explicitly");
255 msg (M_USAGE, "--server directive only makes sense with --dev tun or --dev tap");
259 msg (M_USAGE, "--server directive network/netmask combination is invalid");
262 msg (M_USAGE, "--server directive netmask is invalid");
265 msg (M_USAGE, "--server directive netmask allows for too many host addresses (subnet must be %s or higher)",
273 msg (M_USAGE, "--server directive when used with --dev tun must define a subnet of %s or lower",
292 ifconfig_pool_verify_range (M_USAGE, o->ifconfig_pool_start, o->ifconfig_pool_end);
297 push_option (o, print_opt_route (o->server_network, o->server_netmask, &o->gc), M_USAGE);
299 push_option (o, print_opt_route (o->server_network + 1, 0, &o->gc), M_USAGE);
311 ifconfig_pool_verify_range (M_USAGE, o->ifconfig_pool_start, o->ifconfig_pool_end);
315 push_option (o, print_opt_route_gateway (o->server_network + 1, &o->gc), M_USAGE);
320 push_option (o, print_opt_topology (topology, &o->gc), M_USAGE);
325 msg (M_USAGE, "--server directive when used with --dev tap must define a subnet of %s or lower",
338 ifconfig_pool_verify_range (M_USAGE, o->ifconfig_pool_start, o->ifconfig_pool_end);
342 push_option (o, print_opt_route_gateway (o->server_network + 1, &o->gc), M_USAGE);
386 msg (M_USAGE, "--server-bridge and --client cannot be used together");
389 msg (M_USAGE, "--server-bridge already defines an ifconfig-pool, so you can't also specify --ifconfig-pool explicitly");
392 msg (M_USAGE, "--server-bridge and --secret cannot be used together (you must use SSL/TLS keys)");
395 msg (M_USAGE, "--server-bridge directive only makes sense with --dev tap");
412 ifconfig_pool_verify_range (M_USAGE, o->ifconfig_pool_start, o->ifconfig_pool_end);
414 push_option (o, print_opt_route_gateway (o->server_bridge_ip, &o->gc), M_USAGE);
418 push_option (o, print_opt_route_gateway_dhcp (&o->gc), M_USAGE);
437 msg (M_USAGE, "--client requires --key-method 2");
474 msg (M_USAGE, "--keepalive parameters must be > 0");
476 msg (M_USAGE, "the second parameter to --keepalive (restart timeout=%d) must be at least twice the value of the first parameter (ping interval=%d). A ratio of 1:5 or 1:6 would be even better. Recommended setting is --keepalive 10 60.",
480 msg (M_USAGE, "--keepalive conflicts with --ping, --ping-exit, or --ping-restart. If you use --keepalive, you don't need any of the other --ping directives.");
497 push_option (o, print_str_int ("ping", o->keepalive_ping, &o->gc), M_USAGE);
498 push_option (o, print_str_int ("ping-restart", o->keepalive_timeout, &o->gc), M_USAGE);
529 push_option (o, print_str ("socket-flags TCP_NODELAY", &o->gc), M_USAGE);