/third_party/libwebsockets/lib/misc/ |
H A D | getifaddrs.c | 200 ret = getifaddrs2(ifap, AF_INET6, SIOCGIFCONF, SIOCGIFFLAGS, in getifaddrs() 203 #if defined(AF_INET) && defined(SIOCGIFCONF) && defined(SIOCGIFFLAGS) in getifaddrs() 205 ret = getifaddrs2(ifap, AF_INET, SIOCGIFCONF, SIOCGIFFLAGS, in getifaddrs() 268 getifaddrs2(&a, AF_INET, SIOCGIFCONF, SIOCGIFFLAGS, in main()
|
/third_party/ltp/testcases/kernel/syscalls/sockioctl/ |
H A D | sockioctl01.c | 106 PF_INET, SOCK_DGRAM, 0, SIOCGIFFLAGS, &ifr, 108 0, setup3, cleanup1, "SIOCGIFFLAGS"} 110 PF_INET, SOCK_DGRAM, 0, SIOCGIFFLAGS, 0, 112 EFAULT, setup3, cleanup1, "SIOCGIFFLAGS with invalid ifr"}
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | linux_ioctl.c | 30 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) { in linux_set_iface_flags() 70 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) { in linux_iface_up()
|
H A D | driver_wired_common.c | 46 if (ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) { in driver_wired_get_ifflags() 47 wpa_printf(MSG_ERROR, "ioctl[SIOCGIFFLAGS]: %s", in driver_wired_get_ifflags()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | linux_ioctl.c | 30 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) { in linux_set_iface_flags() 70 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) { in linux_iface_up()
|
H A D | driver_wired_common.c | 46 if (ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) { in driver_wired_get_ifflags() 47 wpa_printf(MSG_ERROR, "ioctl[SIOCGIFFLAGS]: %s", in driver_wired_get_ifflags()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | vlan_ifconfig.c | 33 if (ioctl(fd, SIOCGIFFLAGS, &ifr) != 0) { in ifconfig_helper() 34 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCGIFFLAGS) failed " in ifconfig_helper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | vlan_ifconfig.c | 33 if (ioctl(fd, SIOCGIFFLAGS, &ifr) != 0) { in ifconfig_helper() 34 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCGIFFLAGS) failed " in ifconfig_helper()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | ioctl.h | 64 #define SIOCGIFFLAGS 0x8913 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ioctl.h | 64 #define SIOCGIFFLAGS 0x8913 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ioctl.h | 64 #define SIOCGIFFLAGS 0x8913 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | ioctl.h | 66 #define SIOCGIFFLAGS 0x8913 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ioctl.h | 64 #define SIOCGIFFLAGS 0x8913 macro
|
/third_party/ltp/testcases/network/packet/ |
H A D | fanout01.c | 66 SAFE_IOCTL(fd, SIOCGIFFLAGS, &ifr); in run()
|
/third_party/musl/include/sys/ |
H A D | ioctl.h | 59 #define SIOCGIFFLAGS 0x8913 macro
|
/third_party/toybox/toys/pending/ |
H A D | arping.c | 63 xioctl(fd, SIOCGIFFLAGS, &req); in get_interface() 215 xioctl(TT.sockfd, SIOCGIFFLAGS, (char*)&ifr); in arping_main()
|
H A D | strace.c | 96 C(SIOCGIFFLAGS); in strioctl() 448 case SIOCGIFFLAGS: in print_enter()
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty04.c | 261 SAFE_IOCTL(sk, SIOCGIFFLAGS, &ifreq); in open_netdev() 264 SAFE_IOCTL(sk, SIOCGIFFLAGS, &ifreq); in open_netdev()
|
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 119 if (ioctl(TT.sockfd, SIOCGIFFLAGS, &ifre)<0) perror_exit_raw(name); in display_ifconfig() 539 xioctl(TT.sockfd, SIOCGIFFLAGS, &ifre); in ifconfig_main()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ifconfig.c | 118 if (ioctl(TT.sockfd, SIOCGIFFLAGS, &ifre)<0) perror_exit_raw(name); in display_ifconfig() 552 xioctl(TT.sockfd, SIOCGIFFLAGS, &ifre); in ifconfig_main()
|
/third_party/musl/src/network/ |
H A D | getifaddrs.c | 257 if (ioctl(fd, SIOCGIFFLAGS, &ifr) != -1) { in get_ifFlag_via_ioctl() 261 MUSL_LOGE("%{public}s: %{public}d: ioctl(SIOCGIFFLAGS) failed for %{public}s, errno: %{public}d", in get_ifFlag_via_ioctl()
|
/third_party/libuv/src/unix/ |
H A D | os390.c | 470 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { in uv_interface_addresses() 524 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { in uv_interface_addresses()
|
H A D | aix.c | 1170 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { in uv_interface_addresses() 1205 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) in uv_interface_addresses()
|
/third_party/node/deps/uv/src/unix/ |
H A D | aix.c | 1154 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { in uv_interface_addresses() 1189 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) in uv_interface_addresses()
|
H A D | os390.c | 463 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { in uv_interface_addresses() 517 if (ioctl(sockfd, SIOCGIFFLAGS, &flg) == -1) { in uv_interface_addresses()
|