/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind06.c | 90 ioctl(fd, SIOCSIFFLAGS, &ifr); in run() 93 ioctl(fd, SIOCSIFFLAGS, &ifr); in run()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | vlan_ifconfig.c | 46 if (ioctl(fd, SIOCSIFFLAGS, &ifr) != 0) { in ifconfig_helper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | vlan_ifconfig.c | 46 if (ioctl(fd, SIOCSIFFLAGS, &ifr) != 0) { in ifconfig_helper()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ioctl.h | 65 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | ioctl.h | 65 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ioctl.h | 67 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ioctl.h | 65 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ioctl.h | 65 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ioctl.h | 65 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/include/sys/ |
D | ioctl.h | 60 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt05.c | 58 SAFE_IOCTL(dst_sock, SIOCSIFFLAGS, &ifr); in setup()
|
/third_party/ltp/testcases/network/packet/ |
D | fanout01.c | 84 SAFE_IOCTL(fd, SIOCSIFFLAGS, &ifr); in run()
|
/third_party/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 114 PF_INET, SOCK_DGRAM, 0, SIOCSIFFLAGS, 0,
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto03.c | 57 SAFE_IOCTL(sock, SIOCSIFFLAGS, &ifr); in setup()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | linux_ioctl.c | 47 if (ioctl(sock, SIOCSIFFLAGS, &ifr) != 0) { in linux_set_iface_flags()
|
D | driver_wired_common.c | 72 if (ioctl(s, SIOCSIFFLAGS, (caddr_t) &ifr) < 0) { in driver_wired_set_ifflags()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | linux_ioctl.c | 47 if (ioctl(sock, SIOCSIFFLAGS, &ifr) != 0) { in linux_set_iface_flags()
|
D | driver_wired_common.c | 72 if (ioctl(s, SIOCSIFFLAGS, (caddr_t) &ifr) < 0) { in driver_wired_set_ifflags()
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty04.c | 264 SAFE_IOCTL(sk, SIOCSIFFLAGS, &ifreq); in open_netdev()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 482 if (ioctl(fd, SIOCSIFFLAGS, &ifr) < 0) { in lws_plat_if_up()
|
/third_party/ltp/lib/ |
D | tst_netdevice.c | 94 ret = SAFE_IOCTL_(file, lineno, sock, SIOCSIFFLAGS, &ifr); in tst_netdev_set_state()
|
/third_party/toybox/toys/net/ |
D | ifconfig.c | 542 xioctl(TT.sockfd, SIOCSIFFLAGS, &ifre); in ifconfig_main()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
D | ifconfig.c | 555 xioctl(TT.sockfd, SIOCSIFFLAGS, &ifre); in ifconfig_main()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmp_redirector.c | 250 if (ioctl(sd, SIOCSIFFLAGS, &ifinfo) < 0) in open_socket()
|
/third_party/toybox/toys/pending/ |
D | strace.c | 457 case SIOCSIFFLAGS:
|