Searched refs:openvpn_execve_check (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dlladdr.c61 r = openvpn_execve_check (&argv, es, M_WARN, "ERROR: Unable to set link layer address.");
H A Droute.c1343 status = openvpn_execve_check (&argv, es, 0, "ERROR: Linux route add command failed");
1372 status = openvpn_execve_check (&argv, es, 0, "ERROR: Windows route add command failed");
1383 status = openvpn_execve_check (&argv, es, 0, "ERROR: Windows route add command failed [adaptive]");
1416 status = openvpn_execve_check (&argv, es, 0, "ERROR: Solaris route add command failed");
1436 status = openvpn_execve_check (&argv, es, 0, "ERROR: FreeBSD route add command failed");
1456 status = openvpn_execve_check (&argv, es, 0, "ERROR: DragonFly route add command failed");
1486 status = openvpn_execve_check (&argv, es, 0, "ERROR: OS X route add command failed");
1506 status = openvpn_execve_check (&argv, es, 0, "ERROR: OpenBSD/NetBSD route add command failed");
1617 status = openvpn_execve_check (&argv, es, 0, "ERROR: Linux route -6/-A inet6 add command failed");
1652 status = openvpn_execve_check (
[all...]
H A Dtun.c689 openvpn_execve_check (&argv, es, S_FATAL, "Linux ip link set failed");
704 openvpn_execve_check (&argv, es, S_FATAL, "Linux ip addr add failed");
715 openvpn_execve_check (&argv, es, S_FATAL, "Linux ip addr add failed");
727 openvpn_execve_check (&argv, es, S_FATAL, "Linux ip -6 addr add failed");
751 openvpn_execve_check (&argv, es, S_FATAL, "Linux ifconfig failed");
762 openvpn_execve_check (&argv, es, S_FATAL, "Linux ifconfig inet6 failed");
786 if (!openvpn_execve_check (&argv, es, 0, "Solaris ifconfig phase-1 failed"))
818 if (!openvpn_execve_check (&argv, es, 0, "Solaris ifconfig phase-2 failed"))
826 openvpn_execve_check (&argv, es, 0, NULL);
846 if (!openvpn_execve_check (
[all...]
H A Dmisc.h97 bool openvpn_execve_check (const struct argv *a, const struct env_set *es, const unsigned int flags, const char *error_message);
106 return openvpn_execve_check(a, es, flags | S_SCRIPT, msg);
H A Dmisc.c256 openvpn_execve_check (const struct argv *a, const struct env_set *es, const unsigned int flags, const char *error_message) function
1935 /*openvpn_execve_check (&a, NULL, 0, "command failed");*/
1940 /*openvpn_execve_check (&a, NULL, 0, "command failed");*/
1945 /*openvpn_execve_check (&a, NULL, 0, "command failed");*/

Completed in 289 milliseconds