Home
last modified time | relevance | path

Searched refs:SIOCSIFFLAGS (Results 1 – 24 of 24) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dvlan_ifconfig.c46 if (ioctl(fd, SIOCSIFFLAGS, &ifr) != 0) { in ifconfig_helper()
/external/strace/
Dsock.c94 case SIOCSIFFLAGS: in print_ifreq()
307 case SIOCSIFFLAGS: in MPERS_PRINTER_DECL()
/external/kernel-headers/original/uapi/linux/
Dsockios.h39 #define SIOCSIFFLAGS 0x8914 /* set flags */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c42 PyModule_AddIntMacro(m, SIOCSIFFLAGS); in _init_sys_ioctl_h()
/external/minijail/
Dsystem.c176 if (ioctl(sock, SIOCSIFFLAGS, &ifr) < 0) { in config_net_loopback()
/external/ltp/testcases/kernel/syscalls/sockioctl/
Dsockioctl01.c113 PF_INET, SOCK_DGRAM, 0, SIOCSIFFLAGS, 0,
/external/wpa_supplicant_8/src/drivers/
Dlinux_ioctl.c46 if (ioctl(sock, SIOCSIFFLAGS, &ifr) != 0) { in linux_set_iface_flags()
Ddriver_wired_common.c72 if (ioctl(s, SIOCSIFFLAGS, (caddr_t) &ifr) < 0) { in driver_wired_set_ifflags()
Ddriver_bsd.c323 if (ioctl(drv->global->sock, SIOCSIFFLAGS, &ifr) < 0) { in bsd_ctrl_iface()
/external/openssh/openbsd-compat/
Dport-tun.c179 if (ioctl(sock, SIOCSIFFLAGS, &ifr) == -1) in sys_tun_open()
/external/autotest/client/deps/lansim/src/py/
Dtuntap.py143 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCSIFFLAGS,
/external/android-clat/
Dclatd_microbenchmark.c83 if (ioctl(s, SIOCSIFFLAGS, &ifr) < 0) die("SIOCSIFFLAGS"); in setup_tun()
/external/libpcap/
Dpcap-linux.c950 if (ioctl(sock_fd, SIOCSIFFLAGS, &ifr) == -1) {
1216 if (ioctl(handle->fd, SIOCSIFFLAGS,
1271 if (ioctl(handle->fd, SIOCSIFFLAGS, &ifr) == -1)
1298 if (ioctl(handle->fd, SIOCSIFFLAGS, &ifr) == -1) {
5779 if (ioctl(sock_fd, SIOCSIFFLAGS, &ifr) == -1) {
5798 if (ioctl(sock_fd, SIOCSIFFLAGS, &ifr) == -1) {
5959 if (ioctl(sock_fd, SIOCSIFFLAGS, &ifr) == -1) {
6413 if (ioctl(handle->fd, SIOCSIFFLAGS, &ifr) == -1) {
/external/ppp/pppd/
Dsys-solaris.c1777 if (ioctl(ipfd, SIOCSIFFLAGS, &ifr) < 0) {
1802 if (ioctl(ipfd, SIOCSIFFLAGS, &ifr) < 0) {
1998 if (ioctl(ipfd, SIOCSIFFLAGS, &ifr) < 0) {
Dsys-linux.c2352 if (ioctl(sock_fd, SIOCSIFFLAGS, (caddr_t) &ifr) < 0) { in setifstate()
/external/toybox/toys/net/
Difconfig.c512 xioctl(TT.sockfd, SIOCSIFFLAGS, &ifre); in ifconfig_main()
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmp_redirector.c250 if (ioctl(sd, SIOCSIFFLAGS, &ifinfo) < 0) in open_socket()
/external/dhcpcd-6.8.2/
Dif.c170 if (ioctl(s, SIOCSIFFLAGS, &ifr) == 0) in if_setflag()
/external/valgrind/include/vki/
Dvki-darwin.h941 #define VKI_SIOCSIFFLAGS SIOCSIFFLAGS
/external/openssh/
Dmisc.c766 if (ioctl(sock, SIOCSIFFLAGS, &ifr) == -1) { in tun_open()
/external/iproute2/ip/
Diplink.c899 err = ioctl(fd, SIOCSIFFLAGS, &ifr); in do_chflags()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc509 unsigned IOCTL_SIOCSIFFLAGS = SIOCSIFFLAGS;
Dsanitizer_common_interceptors_ioctl.inc92 _(SIOCSIFFLAGS, READ, struct_ifreq_sz);
/external/toybox/toys/pending/
Dip.c701 xioctl(fd, SIOCSIFFLAGS, &req); in link_set()