IBR-DTNSuite  0.8
tools/src/DTNTun/tun.c File Reference
#include "tun.h"
Include dependency graph for tun.c:

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)

Function Documentation

int tun_conf_ipv4 ( char *  ifname,
char *  ip_from,
char *  ip_to 
)

Set tunnel addresses

Definition at line 34 of file tun.c.

Referenced by main().

int tun_create ( char *  dev)

Definition at line 4 of file tun.c.

Referenced by main().