#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "openvpn-plugin.h"
Go to the source code of this file.
◆ get_env()
static const char * get_env |
( |
const char * |
name, |
|
|
const char * |
envp[] |
|
) |
| |
|
static |
◆ openvpn_plugin_close_v1()
◆ openvpn_plugin_func_v1()
◆ openvpn_plugin_open_v1()
Definition at line 72 of file log.c.
◆ show()
void show |
( |
const int |
type, |
|
|
const char * |
argv[], |
|
|
const char * |
envp[] |
|
) |
| |
Definition at line 109 of file log.c.
References i, OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY, OPENVPN_PLUGIN_CLIENT_CONNECT_V2, OPENVPN_PLUGIN_CLIENT_DISCONNECT, OPENVPN_PLUGIN_DOWN, OPENVPN_PLUGIN_IPCHANGE, OPENVPN_PLUGIN_LEARN_ADDRESS, OPENVPN_PLUGIN_ROUTE_UP, OPENVPN_PLUGIN_TLS_FINAL, OPENVPN_PLUGIN_TLS_VERIFY, and OPENVPN_PLUGIN_UP.
Referenced by openvpn_plugin_func_v1().