HomeSort by relevance Sort by last modified time
    Searched refs:ifconf (Results 1 - 25 of 32) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
sockio.h 79 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* get ifnet list */
80 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
  /external/compiler-rt/test/msan/
ioctl_custom.cc 20 struct ifconf ifc;
  /external/strace/tests/
ioctl_sock_gifconf.c 55 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
106 gifconf_ioctl(int fd, struct ifconf *ifc, bool ifc_valid)
138 TAIL_ALLOC_OBJECT_CONST_PTR(struct ifconf, ifc);
  /external/strace/tests-m32/
ioctl_sock_gifconf.c 55 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
106 gifconf_ioctl(int fd, struct ifconf *ifc, bool ifc_valid)
138 TAIL_ALLOC_OBJECT_CONST_PTR(struct ifconf, ifc);
  /external/strace/tests-mx32/
ioctl_sock_gifconf.c 55 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
106 gifconf_ioctl(int fd, struct ifconf *ifc, bool ifc_valid)
138 TAIL_ALLOC_OBJECT_CONST_PTR(struct ifconf, ifc);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 177 struct ifconf struct
188 # define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) /* not right */
  /external/valgrind/memcheck/tests/solaris/
ioctl.c 24 struct ifconf ifc;
scalar_ioctl.stderr.exp 526 Syscall param ioctl(SIOCGIFCONF, ifconf->ifc_len) points to unaddressable byte(s)
530 Syscall param ioctl(SIOCGIFCONF, ifconf->ifc_buf) points to unaddressable byte(s)
546 Syscall param ioctl(SIOCGIFCONF, ifconf->ifc_len) points to uninitialised byte(s)
550 Syscall param ioctl(SIOCGIFCONF, ifconf->ifc_buf) points to uninitialised byte(s)
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 440 struct ifconf ifconf;
473 memset(&ifconf, 0, sizeof(ifconf));
474 ifconf.ifc_req = iflist;
475 ifconf.ifc_len = len;
476 if (ioctl(s, SIOCGIFCONF, &ifconf) < 0) {
489 ifr_end = (struct ifreq *) (ifconf.ifc_buf + ifconf.ifc_len);
495 for (ifr = ifconf.ifc_req
    [all...]
  /external/libcups/cups/
getifaddrs.c 33 struct ifconf conf; /* Interface configurations */
  /bionic/libc/kernel/uapi/linux/
if.h 181 struct ifconf { struct
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 205 struct ifconf { struct
  /external/iproute2/include/uapi/linux/
if.h 281 struct ifconf { struct
  /external/kernel-headers/original/uapi/linux/
if.h 283 struct ifconf { struct
  /external/libpcap/Win32/Include/net/
if.h 208 struct ifconf { struct
  /external/ltp/testcases/kernel/syscalls/sockioctl/
sockioctl01.c 50 static struct ifconf ifc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 220 struct ifconf { struct
  /external/libpcap/
fad-gifc.c 142 struct ifconf ifc;
  /external/strace/
sock.c 43 typedef struct ifconf struct_ifconf;
161 * Note that, technically, the whole struct ifconf is overwritten,
176 error_msg("decode_ifconf: where is my ifconf?");
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1046 CHECK_TYPE_SIZE(ifconf); variable
    [all...]
  /external/ppp/pppd/
sys-solaris.c 386 struct ifconf ifc;
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 230 struct ifconf ifc;
  /external/iputils/
rarpd.c 93 struct ifconf ifc;
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 230 struct ifconf ifc;
  /external/toybox/toys/net/
ifconfig.c 311 struct ifconf ifcon;

Completed in 1220 milliseconds

1 2