Searched refs:tun_alloc (Results 1 – 4 of 4) sorted by relevance
33 int tun_alloc(char *dev, int fd);
47 int tun_alloc(char *dev, int fd) { in tun_alloc() function
70 int ret = tun_alloc(dev, fd); in setup_tun()
311 error = tun_alloc(tunnel->device4, tunnel->fd4); in configure_interface()