Searched refs:TUNGETFEATURES (Results 1 – 3 of 3) sorted by relevance
13 #define TUNGETFEATURES _IOR('T', 207, unsigned int) macro
34 if (ioctl(tapfd, TUNGETFEATURES, tap_features) == -1) { in tap_support_features()
173 if (ioctl(fd, TUNGETFEATURES, &features) < 0) { in tun_alloc()