Lines Matching full:ioctl
40 The struct ifreq is used to call ioctl() on network devices. The argument
44 list of possible arguments and ioctl() commands.
59 The result returned from a ioctl() on network devices has the same format
85 @param mode: This argument is passed to the TUNSETIFF ioctl() to create
112 ifs = fcntl.ioctl(fd, pyiftun.TUNSETIFF,
117 # Socket used for ioctl() operations over the network device.
129 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCGIFMTU,
136 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCGIFFLAGS,
143 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCSIFFLAGS,
154 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCGIFADDR,
170 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCSIFADDR,
177 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCSIFNETMASK,
187 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCGIFHWADDR,
202 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCSIFHWADDR,