Searched refs:tun_alloc (Results 1 – 5 of 5) sorted by relevance
24 tun_alloc(char *dev) in tun_alloc() function62 fd = tun_alloc (namebuf); in main()
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()