OpenVPN
|
#include "syshead.h"
Go to the source code of this file.
Macros | |
#define | IFACE_TYPE_LEN_MAX 64 |
Typedefs | |
typedef void * | openvpn_net_ctx_t |
typedef void * | openvpn_net_iface_t |
Functions | |
static int | net_ctx_init (struct context *c, openvpn_net_ctx_t *ctx) |
static void | net_ctx_reset (openvpn_net_ctx_t *ctx) |
static void | net_ctx_free (openvpn_net_ctx_t *ctx) |
#define IFACE_TYPE_LEN_MAX 64 |
Definition at line 26 of file networking.h.
typedef void* openvpn_net_ctx_t |
Definition at line 28 of file networking.h.
typedef void* openvpn_net_iface_t |
Definition at line 40 of file networking.h.
|
inlinestatic |
Definition at line 63 of file networking.h.
Referenced by do_ifconfig(), and uninit_early().
|
inlinestatic |
Definition at line 48 of file networking.h.
Referenced by add_option(), and init_early().
|
inlinestatic |
Definition at line 57 of file networking.h.
Referenced by add_route(), add_route_ipv6(), delete_route(), delete_route_ipv6(), and undo_ifconfig().