/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind06.c | 80 ioctl(fd, SIOCSIFFLAGS, &ifr); in run() 83 ioctl(fd, SIOCSIFFLAGS, &ifr); in run()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | vlan_ifconfig.c | 46 if (ioctl(fd, SIOCSIFFLAGS, &ifr) != 0) { in ifconfig_helper() 47 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCSIFFLAGS) failed " in ifconfig_helper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | vlan_ifconfig.c | 46 if (ioctl(fd, SIOCSIFFLAGS, &ifr) != 0) { in ifconfig_helper() 47 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCSIFFLAGS) failed " in ifconfig_helper()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | ioctl.h | 65 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ioctl.h | 65 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ioctl.h | 65 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | ioctl.h | 67 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ioctl.h | 65 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/ltp/testcases/network/packet/ |
H A D | fanout01.c | 68 SAFE_IOCTL(fd, SIOCSIFFLAGS, &ifr); in run()
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt05.c | 48 SAFE_IOCTL(dst_sock, SIOCSIFFLAGS, &ifr); in setup()
|
/third_party/musl/include/sys/ |
H A D | ioctl.h | 60 #define SIOCSIFFLAGS 0x8914 macro
|
/third_party/ltp/testcases/kernel/syscalls/sockioctl/ |
H A D | sockioctl01.c | 114 PF_INET, SOCK_DGRAM, 0, SIOCSIFFLAGS, 0, 116 EFAULT, setup3, cleanup1, "SIOCSIFFLAGS with invalid ifr"}
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto03.c | 47 SAFE_IOCTL(sock, SIOCSIFFLAGS, &ifr); in setup()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | linux_ioctl.c | 47 if (ioctl(sock, SIOCSIFFLAGS, &ifr) != 0) { in linux_set_iface_flags()
|
H A D | driver_wired_common.c | 72 if (ioctl(s, SIOCSIFFLAGS, (caddr_t) &ifr) < 0) { in driver_wired_set_ifflags() 73 wpa_printf(MSG_ERROR, "ioctl[SIOCSIFFLAGS]: %s", in driver_wired_set_ifflags()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | linux_ioctl.c | 47 if (ioctl(sock, SIOCSIFFLAGS, &ifr) != 0) { in linux_set_iface_flags()
|
H A D | driver_wired_common.c | 72 if (ioctl(s, SIOCSIFFLAGS, (caddr_t) &ifr) < 0) { in driver_wired_set_ifflags() 73 wpa_printf(MSG_ERROR, "ioctl[SIOCSIFFLAGS]: %s", in driver_wired_set_ifflags()
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty04.c | 263 SAFE_IOCTL(sk, SIOCSIFFLAGS, &ifreq); in open_netdev()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-sockets.c | 488 if (ioctl(fd, SIOCSIFFLAGS, &ifr) < 0) { in lws_plat_if_up() 489 lwsl_err("%s: SIOCSIFFLAGS fail\n", __func__); in lws_plat_if_up()
|
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 542 xioctl(TT.sockfd, SIOCSIFFLAGS, &ifre); in ifconfig_main()
|
/third_party/ltp/lib/ |
H A D | tst_netdevice.c | 95 ret = SAFE_IOCTL_(file, lineno, sock, SIOCSIFFLAGS, &ifr); in tst_netdev_set_state()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmp_redirector.c | 250 if (ioctl(sd, SIOCSIFFLAGS, &ifinfo) < 0) in open_socket()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ifconfig.c | 555 xioctl(TT.sockfd, SIOCSIFFLAGS, &ifre); in ifconfig_main()
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 457 case SIOCSIFFLAGS: in print_enter()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 179 #define SIOCSIFFLAGS 0x8914ul macro 1735 #define SIOCSIFFLAGS 0x8914ul macro 3295 #define SIOCSIFFLAGS 0x8914ul macro 4851 #define SIOCSIFFLAGS 0x8914ul macro 6298 #define SIOCSIFFLAGS 0x8914ul macro 7744 #define SIOCSIFFLAGS 0x8914ul macro 9294 #define SIOCSIFFLAGS 0x8914ul macro 10850 #define SIOCSIFFLAGS 0x8914ul macro
|