HomeSort by relevance Sort by last modified time
    Searched refs:SIOCGIFCONF (Results 76 - 94 of 94) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
sockios.h 26 #define SIOCGIFCONF 0x8912
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sockios.h 26 #define SIOCGIFCONF 0x8912
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sockios.h 26 #define SIOCGIFCONF 0x8912
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sockios.h 26 #define SIOCGIFCONF 0x8912
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sockios.h 26 #define SIOCGIFCONF 0x8912
  /external/strace/
sock.c 70 case SIOCGIFCONF:
243 case SIOCGIFCONF:
  /external/dnsmasq/src/
bpf.c 53 if (ioctl(fd, SIOCGIFCONF, &ifc) == -1)
  /external/libpcap/
fad-gifc.c 93 * SIOCGLIFCONF, but has SIOCGIFCONF, uses "struct sockaddr" for the
94 * address in an entry returned by SIOCGIFCONF.
108 * the data that SIOCGIFCONF could return, and if a buffer is supplied
109 * that's not large enough for all the data SIOCGIFCONF could return,
131 * This is the implementation used on platforms that have SIOCGIFCONF but
187 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0
190 "SIOCGIFCONF: %s", pcap_strerror(errno));
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 39 /* Solaris defined SIOCGIFCONF etc in <sys/sockio.h> but
45 #ifndef SIOCGIFCONF
261 if (ioctl(sockfd, SIOCGIFCONF, &ifc) < 0) {
  /external/ppp/pppd/
sys-solaris.c 418 if (ioctl(fd, SIOCGIFCONF, &ifc) < 0) {
421 error("SIOCGIFCONF: %m");
    [all...]
sys-linux.c     [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 260 if (ioctl (sd, SIOCGIFCONF, (char *)&ifc) < 0) {
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 463 if (ioctl(s, SIOCGIFCONF, &ifconf) < 0) {
466 "ioctl(SIOCGIFCONF) failed: %s\n",
  /external/iputils/
rarpd.c 103 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 ||
105 syslog(LOG_ERR, "SIOCGIFCONF: %m");
arping.c 872 rc = ioctl(s, SIOCGIFCONF, &ifc);
rdisc.c 1145 if (ioctl(sock, SIOCGIFCONF, (char *)&ifc) < 0) {
    [all...]
  /external/toybox/toys/other/
ifconfig.c 317 xioctl(TT.sockfd, SIOCGIFCONF, &ifcon);
  /external/valgrind/include/vki/
vki-darwin.h 948 #define VKI_SIOCGIFCONF SIOCGIFCONF
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 442 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
    [all...]

Completed in 985 milliseconds

1 2 34