#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <net/if.h>
#include <linux/if_tun.h>
#include <sys/ioctl.h>
Go to the source code of this file.
Functions | |
int | tun_create (char *dev) |
int | tun_conf_ipv4 (char *ifname, char *ip_from, char *ip_to) |
int tun_conf_ipv4 | ( | char * | ifname, |
char * | ip_from, | ||
char * | ip_to | ||
) |
int tun_create | ( | char * | dev | ) |