Searched refs:tun_alloc (Results 1 – 4 of 4) sorted by relevance
24 tun_alloc(char *dev) in tun_alloc() function62 fd = tun_alloc (namebuf); in main()
37 int tun_alloc(char *dev, int fd, size_t len);
48 int tun_alloc(char *dev, int fd, size_t len) { in tun_alloc() function
70 int ret = tun_alloc(dev, fd, sizeof(dev)); in setup_tun()