Searched refs:openvpn_execve (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmisc.h96 int openvpn_execve (const struct argv *a, const struct env_set *es, const unsigned int flags);
H A Dwin32.c760 * Service functions for openvpn_execve
856 openvpn_execve (const struct argv *a, const struct env_set *es, const unsigned int flags) function
890 msg (M_WARN|M_ERRNO, "openvpn_execve: GetExitCodeProcess %S failed", cmd);
895 msg (M_WARN|M_ERRNO, "openvpn_execve: CreateProcess %S failed", cmd);
908 msg (M_WARN, "openvpn_execve: called with empty argv");
H A Dmisc.c253 * Wrapper around openvpn_execve
259 const int stat = openvpn_execve (a, es, flags);
292 openvpn_execve (const struct argv *a, const struct env_set *es, const unsigned int flags) function
315 msg (M_ERR, "openvpn_execve: unable to fork");
328 msg (M_WARN, "openvpn_execve: execve function not available");
333 msg (M_FATAL, "openvpn_execve: called with empty argv");

Completed in 164 milliseconds