OpenVPN
|
#include <tun.h>
Data Fields | |
LPBYTE | net_cfg_instance_id |
const char * | device_interface |
struct device_instance_id_interface * | next |
const char* device_instance_id_interface::device_interface |
Definition at line 413 of file tun.h.
Referenced by get_device_instance_id_interface(), and tun_try_open_device().
LPBYTE device_instance_id_interface::net_cfg_instance_id |
Definition at line 412 of file tun.h.
Referenced by get_device_instance_id_interface(), and tun_try_open_device().
struct device_instance_id_interface* device_instance_id_interface::next |
Definition at line 414 of file tun.h.
Referenced by get_device_instance_id_interface(), tun_open_device(), and tun_try_open_device().