Searched refs:openvpn_plugin_handle_t (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/include/
H A Dopenvpn-plugin.h138 typedef void *openvpn_plugin_handle_t; typedef
316 openvpn_plugin_handle_t *handle;
353 openvpn_plugin_handle_t handle;
441 * An openvpn_plugin_handle_t value on success, NULL on failure
443 OPENVPN_PLUGIN_DEF openvpn_plugin_handle_t OPENVPN_PLUGIN_FUNC(openvpn_plugin_open_v2)
458 * handle : the openvpn_plugin_handle_t value which was returned by
540 (openvpn_plugin_handle_t handle,
587 * handle : the openvpn_plugin_handle_t value which was returned by
666 * handle : the openvpn_plugin_handle_t value which was returned by
672 (openvpn_plugin_handle_t handl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/local/include/
H A Dopenvpn-plugin.h138 typedef void *openvpn_plugin_handle_t; typedef
316 openvpn_plugin_handle_t *handle;
353 openvpn_plugin_handle_t handle;
441 * An openvpn_plugin_handle_t value on success, NULL on failure
443 OPENVPN_PLUGIN_DEF openvpn_plugin_handle_t OPENVPN_PLUGIN_FUNC(openvpn_plugin_open_v2)
458 * handle : the openvpn_plugin_handle_t value which was returned by
540 (openvpn_plugin_handle_t handle,
587 * handle : the openvpn_plugin_handle_t value which was returned by
666 * handle : the openvpn_plugin_handle_t value which was returned by
672 (openvpn_plugin_handle_t handl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-plugins/simple/
H A Dsimple.c73 OPENVPN_EXPORT openvpn_plugin_handle_t
95 return (openvpn_plugin_handle_t) context;
99 openvpn_plugin_func_v1 (openvpn_plugin_handle_t handle, const int type, const char *argv[], const char *envp[])
116 openvpn_plugin_close_v1 (openvpn_plugin_handle_t handle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-plugins/log/
H A Dlog.c71 OPENVPN_EXPORT openvpn_plugin_handle_t
102 return (openvpn_plugin_handle_t) context;
156 openvpn_plugin_func_v1 (openvpn_plugin_handle_t handle, const int type, const char *argv[], const char *envp[])
180 openvpn_plugin_close_v1 (openvpn_plugin_handle_t handle)
H A Dlog_v3.c243 openvpn_plugin_close_v1 (openvpn_plugin_handle_t handle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-plugins/defer/
H A Dsimple.c124 OPENVPN_EXPORT openvpn_plugin_handle_t
158 return (openvpn_plugin_handle_t) context;
232 openvpn_plugin_func_v2 (openvpn_plugin_handle_t handle,
286 openvpn_plugin_client_constructor_v1 (openvpn_plugin_handle_t handle)
293 openvpn_plugin_client_destructor_v1 (openvpn_plugin_handle_t handle, void *per_client_context)
300 openvpn_plugin_close_v1 (openvpn_plugin_handle_t handle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/plugins/down-root/
H A Ddown-root.c272 OPENVPN_EXPORT openvpn_plugin_handle_t
314 return (openvpn_plugin_handle_t) context;
322 openvpn_plugin_func_v1 (openvpn_plugin_handle_t handle, const int type, const char *argv[], const char *envp[])
414 openvpn_plugin_close_v1 (openvpn_plugin_handle_t handle)
439 openvpn_plugin_abort_v1 (openvpn_plugin_handle_t handle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/plugins/auth-pam/
H A Dauth-pam.c326 OPENVPN_EXPORT openvpn_plugin_handle_t
432 return (openvpn_plugin_handle_t) context;
468 openvpn_plugin_func_v1 (openvpn_plugin_handle_t handle, const int type, const char *argv[], const char *envp[])
502 openvpn_plugin_close_v1 (openvpn_plugin_handle_t handle)
527 openvpn_plugin_abort_v1 (openvpn_plugin_handle_t handle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dplugin.h81 openvpn_plugin_handle_t plugin_handle;

Completed in 144 milliseconds