#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "openvpn-plugin.h"
Go to the source code of this file.
|
static const char * | get_env (const char *name, const char *envp[]) |
|
OPENVPN_EXPORT openvpn_plugin_handle_t | openvpn_plugin_open_v1 (unsigned int *type_mask, const char *argv[], const char *envp[]) |
|
void | show (const int type, const char *argv[], const char *envp[]) |
|
OPENVPN_EXPORT int | openvpn_plugin_func_v1 (openvpn_plugin_handle_t handle, const int type, const char *argv[], const char *envp[]) |
|
OPENVPN_EXPORT void | openvpn_plugin_close_v1 (openvpn_plugin_handle_t handle) |
|
◆ get_env()
static const char * get_env |
( |
const char * |
name, |
|
|
const char * |
envp[] |
|
) |
| |
|
static |
◆ openvpn_plugin_close_v1()
OPENVPN_EXPORT void openvpn_plugin_close_v1 |
( |
openvpn_plugin_handle_t |
handle | ) |
|
◆ openvpn_plugin_func_v1()
OPENVPN_EXPORT int openvpn_plugin_func_v1 |
( |
openvpn_plugin_handle_t |
handle, |
|
|
const int |
type, |
|
|
const char * |
argv[], |
|
|
const char * |
envp[] |
|
) |
| |
◆ openvpn_plugin_open_v1()
OPENVPN_EXPORT openvpn_plugin_handle_t openvpn_plugin_open_v1 |
( |
unsigned int * |
type_mask, |
|
|
const char * |
argv[], |
|
|
const char * |
envp[] |
|
) |
| |
Definition at line 73 of file log.c.
◆ show()
void show |
( |
const int |
type, |
|
|
const char * |
argv[], |
|
|
const char * |
envp[] |
|
) |
| |