HomeSort by relevance Sort by last modified time
    Searched refs:TUNSETPERSIST (Results 51 - 52 of 52) sorted by null

1 23

  /external/kernel-headers/original/linux/
if_tun.h 42 #define TUNSETPERSIST _IOW('T', 203, int)
  /external/iproute2/ip/
iptuntap.c 74 if (ioctl(fd, TUNSETPERSIST, 1)) {
75 perror("ioctl(TUNSETPERSIST)");
97 if (ioctl(fd, TUNSETPERSIST, 0)) {
98 perror("ioctl(TUNSETPERSIST)");

Completed in 47 milliseconds

1 23