Searched refs:M_USAGE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dhelper.c129 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, "
[all...]
H A Doptions.c1832 msg (M_USAGE, "--proto tcp is ambiguous in this context. Please specify --proto tcp-server or --proto tcp-client");
1839 msg (M_USAGE, "only one of --daemon or --inetd may be specified");
1842 msg (M_USAGE, "--local or --remote cannot be used with --inetd");
1845 msg (M_USAGE, "--proto tcp-client cannot be used with --inetd");
1848 msg (M_USAGE, "--inetd nowait can only be used with --proto tcp-server");
1855 msg (M_USAGE, "--inetd nowait can only be used in TLS mode");
1858 msg (M_USAGE, "--inetd nowait only makes sense in --dev tap mode");
1862 msg (M_USAGE, "--lladdr can only be used in --dev tap mode");
1870 msg (M_USAGE, "--connect-retry doesn't make sense unless also used with "
1875 msg (M_USAGE, "
[all...]
H A Derror.h111 #define M_USAGE (M_USAGE_SMALL | M_NOPREFIX | M_OPTERR) macro
H A Dopenvpn.c188 parse_argv (&c.options, argc, argv, M_USAGE, OPT_P_DEFAULT, NULL, c.es);

Completed in 137 milliseconds