Searched refs:SIOCSIFFLAGS (Results 1 – 25 of 68) sorted by relevance
123
/external/libpcap/ |
D | pcap-netmap.c | 147 case SIOCSIFFLAGS: in pcap_netmap_ioctl() 216 pcap_netmap_ioctl(p, SIOCSIFFLAGS, &if_flags); in pcap_netmap_close() 263 pcap_netmap_ioctl(p, SIOCSIFFLAGS, &if_flags); in pcap_netmap_activate()
|
/external/wpa_supplicant_8/src/ap/ |
D | vlan_ifconfig.c | 46 if (ioctl(fd, SIOCSIFFLAGS, &ifr) != 0) { in ifconfig_helper()
|
/external/strace/ |
D | sock.c | 170 case SIOCSIFFLAGS: in print_ifreq() 384 case SIOCSIFFLAGS: in MPERS_PRINTER_DECL()
|
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 40 #define SIOCSIFFLAGS 0x8914 /* set flags */ macro
|
/external/iproute2/include/uapi/linux/ |
D | sockios.h | 40 #define SIOCSIFFLAGS 0x8914 /* set flags */ macro
|
/external/syzkaller/sys/linux/ |
D | socket_inet_arm.const | 88 SIOCSIFFLAGS = 35092
|
D | socket_inet_386.const | 88 SIOCSIFFLAGS = 35092
|
D | socket_inet_ppc64le.const | 88 SIOCSIFFLAGS = 35092
|
D | socket_inet_arm64.const | 88 SIOCSIFFLAGS = 35092
|
D | socket_inet_amd64.const | 88 SIOCSIFFLAGS = 35092
|
D | socket_ppc64le.const | 203 SIOCSIFFLAGS = 35092
|
D | socket_386.const | 203 SIOCSIFFLAGS = 35092
|
D | socket_arm64.const | 203 SIOCSIFFLAGS = 35092
|
D | socket_arm.const | 203 SIOCSIFFLAGS = 35092
|
D | socket_amd64.const | 203 SIOCSIFFLAGS = 35092
|
/external/honggfuzz/libhfcommon/ |
D | ns.c | 114 if (ioctl(sock, SIOCSIFFLAGS, &ifr) == -1) { in nsIfaceUp()
|
/external/ltp/testcases/network/packet/ |
D | fanout01.c | 84 SAFE_IOCTL(fd, SIOCSIFFLAGS, &ifr); in run()
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_sys_ioctl.c | 42 PyModule_AddIntMacro(m, SIOCSIFFLAGS); in _init_sys_ioctl_h()
|
/external/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 114 PF_INET, SOCK_DGRAM, 0, SIOCSIFFLAGS, 0,
|
/external/openssh/openbsd-compat/ |
D | port-tun.c | 179 if (ioctl(sock, SIOCSIFFLAGS, &ifr) == -1) in sys_tun_open()
|
/external/autotest/client/deps/lansim/src/py/ |
D | tuntap.py | 143 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCSIFFLAGS,
|
/external/wpa_supplicant_8/src/drivers/ |
D | linux_ioctl.c | 47 if (ioctl(sock, SIOCSIFFLAGS, &ifr) != 0) { in linux_set_iface_flags()
|
/external/u-boot/arch/sandbox/cpu/ |
D | eth-raw-os.c | 89 if (ioctl(priv->sd, SIOCSIFFLAGS, &ifr) < 0) { in _raw_packet_start()
|
/external/android-clat/ |
D | clatd_microbenchmark.c | 83 if (ioctl(s, SIOCSIFFLAGS, &ifr) < 0) die("SIOCSIFFLAGS"); in setup_tun()
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | tun.c | 136 if (ioctl(tcp_sock, SIOCSIFFLAGS, &ifr) == -1) { in main()
|
123