/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
sockios.h | 27 #define SIOCGIFFLAGS 0x8913
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
sockios.h | 27 #define SIOCGIFFLAGS 0x8913
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
sockios.h | 27 #define SIOCGIFFLAGS 0x8913
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
sockios.h | 27 #define SIOCGIFFLAGS 0x8913
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
sockios.h | 27 #define SIOCGIFFLAGS 0x8913
|
/external/libpcap/ |
fad-gifc.c | 212 if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifrflags) < 0) { 216 "SIOCGIFFLAGS: %.*s: %s", 380 if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifrflags) < 0) { 384 "SIOCGIFFLAGS: %.*s: %s",
|
pcap-linux.c | [all...] |
/external/strace/ |
sock.c | 145 case SIOCGIFFLAGS: 210 case SIOCGIFFLAGS:
|
/external/dhcpcd/ |
net.c | 208 if (ioctl(socket_afnet, SIOCGIFFLAGS, &ifr) == -1) 285 if (ioctl(socket_afnet, SIOCGIFFLAGS, &ifr) == -1) 318 if (ioctl(socket_afnet, SIOCGIFFLAGS, &ifr) == 0) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
ifaddrs-android.cc | 71 int rc = ioctl(fd, SIOCGIFFLAGS, &ifr);
|
/external/openssh/openbsd-compat/ |
port-tun.c | 174 if (ioctl(sock, SIOCGIFFLAGS, &ifr) == -1)
|
/external/ppp/pppd/ |
sys-solaris.c | 438 if (ioctl(fd, SIOCGIFFLAGS, &ifr) < 0) { 441 error("SIOCGIFFLAGS: %m"); 799 if (ioctl(ipfd, SIOCGIFFLAGS, &ifr) < 0) { 800 error("SIOCGIFFLAGS: %m"); [all...] |
sys-linux.c | [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSUNP.c | 174 if (ioctl(sockfd, SIOCGIFFLAGS, &ifr) < 0) { 297 if (ioctl(sockfd, SIOCGIFFLAGS, &ifrcopy) < 0) {
|
/frameworks/base/services/jni/ |
com_android_server_connectivity_Vpn.cpp | 299 if (ioctl(inet4, SIOCGIFFLAGS, &ifr4) && errno != ENODEV) {
|
/system/core/libnetutils/ |
ifc_utils.c | 198 if(ioctl(ifc_ctl_sock, SIOCGIFFLAGS, &ifr) < 0) return -1; 494 if(ioctl(ifc_ctl_sock, SIOCGIFFLAGS, &ifr) < 0) {
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wired.c | 423 if (ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) { 424 perror("ioctl[SIOCGIFFLAGS]");
|
/system/core/init/ |
builtins.c | 178 ret = ioctl(s, SIOCGIFFLAGS, &ifr);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_platform_limits_posix.cc | 302 unsigned IOCTL_SIOCGIFFLAGS = SIOCGIFFLAGS; [all...] |
/external/iproute2/ip/ |
iplink.c | 623 err = ioctl(fd, SIOCGIFFLAGS, &ifr); 625 perror("SIOCGIFFLAGS");
|
/external/iputils/ |
arping.c | 822 if (ioctl(s, SIOCGIFFLAGS, ifr) < 0) {
|
rdisc.c | 1156 if (ioctl(sock, SIOCGIFFLAGS, (char *)&ifreq) < 0) { [all...] |
/external/libppp/src/ |
iface.c | 565 if (ID0ioctl(s, SIOCGIFFLAGS, &ifrq) < 0) { 566 log_Printf(LogERROR, "iface_ChangeFlags: ioctl(SIOCGIFFLAGS): %s\n",
|
/external/openssh/ |
misc.c | 683 if (ioctl(sock, SIOCGIFFLAGS, &ifr) == -1)
|
/external/ppp/pppd/plugins/rp-pppoe/ |
if.c | 325 if (ioctl(sock, SIOCGIFFLAGS, &ifr) < 0) { 326 fatalSys("ioctl(SIOCGIFFLAGS)");
|