HomeSort by: relevance | last modified time | path
    Searched refs:SIOCGIFCONF (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/tests/net/if/
ifconf.c 63 r = ioctl(fd, SIOCGIFCONF, &ifc);
102 r = ioctl(fd, SIOCGIFCONF, &ifc);
  /src/usr.sbin/bootp/common/
getif.c 70 ioc.ic_cmd = SIOCGIFCONF;
80 m = ioctl(s, SIOCGIFCONF, (caddr_t) & ifconf);
83 report(LOG_ERR, "ioctl SIOCGIFCONF");
  /src/sys/sys/
sockio.h 66 #define SIOCGIFCONF _IOWR('i', 38, struct ifconf) /* get ifnet list */
  /src/sys/compat/common/
if_43.c 119 return SIOCGIFCONF;
125 return SIOCGIFCONF;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getifaddrs.c 77 * Linux does not return v6 addresses from SIOCGIFCONF.
868 * The generic SIOCGIFCONF version.
873 int af, int siocgifconf, int siocgifflags,
907 if (ioctl (fd, siocgifconf, &ifconf) < 0 && errno != EINVAL) {
1015 int af, int siocgifconf, int siocgifflags,
1053 if (ioctl (fd, siocgifconf, &ifconf) < 0 && errno != EINVAL) {
1194 * SIOCGIFCONF has to be used for IPv4 addresses. The result is then
1208 v4err = getifaddrs2 (&v4addrs, AF_INET, SIOCGIFCONF, SIOCGIFFLAGS,
1229 #if defined(HAVE_IPV6) && defined(SIOCGIFCONF)
1231 ret = getifaddrs2 (ifap, AF_INET6, SIOCGIFCONF, SIOCGIFFLAGS
    [all...]
  /src/external/bsd/libpcap/dist/
fad-gifc.c 91 * SIOCGLIFCONF, but has SIOCGIFCONF, uses "struct sockaddr" for the
92 * address in an entry returned by SIOCGIFCONF.
110 * the data that SIOCGIFCONF could return, and if a buffer is supplied
111 * that's not large enough for all the data SIOCGIFCONF could return,
133 * This is the implementation used on platforms that have SIOCGIFCONF but
199 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0
202 errno, "SIOCGIFCONF");
  /src/usr.sbin/bootp/bootptest/
getether.c 145 if (ioctl(fd, SIOCGIFCONF, (char *) &ifc) < 0 ||
147 report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg());
  /src/external/bsd/openldap/dist/libraries/liblutil/
uuid.c 142 i = ioctl( s, SIOCGIFCONF, (char *)&ifc );
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.cc 150 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
sanitizer_platform_limits_freebsd.cc 206 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
sanitizer_common_interceptors_ioctl.inc 59 _(SIOCGIFCONF, CUSTOM, 0);
sanitizer_platform_limits_posix.cc 491 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
  /src/external/bsd/am-utils/dist/libamu/
wire.c 490 if (ioctl(fd, SIOCGIFCONF, (caddr_t) & ifc) < 0)
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_solaris.cpp 151 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
sanitizer_platform_limits_freebsd.cpp 235 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
sanitizer_common_interceptors_ioctl.inc 58 _(SIOCGIFCONF, CUSTOM, 0);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_solaris.cpp 151 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
sanitizer_platform_limits_freebsd.cpp 223 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
sanitizer_common_interceptors_ioctl.inc 58 _(SIOCGIFCONF, CUSTOM, 0);
  /src/external/ibm-public/postfix/dist/src/util/
inet_addr_local.c 106 * versions we get IPv4 interface information with SIOCGIFCONF, and read
109 * - On other systems we expect SIOCGIFCONF to return IPv6 addresses. Since
366 * On BSD-derived systems, ioctl SIOCGIFCONF returns as much information as
383 if (ioctl(sock, SIOCGIFCONF, (char *) &ifc) < 0) {
385 msg_fatal("%s: ioctl SIOCGIFCONF: %m", myname);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
ioctl.d 272 enum SIOCGIFCONF = 0x8912;
  /src/external/bsd/libbind/dist/irs/
gethostent.c 687 * the flag SIOCGIFCONF may not return an entry for all the
693 if ((n = ioctl(s, SIOCGIFCONF, (char *)&ifc)) != -1) {
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
ifiter_ioctl.c 66 SIOCGIFCONF data */
152 if (isc_ioctl(iter->socket, SIOCGIFCONF, (char *)&iter->ifc)
  /src/external/mit/libuv/dist/src/unix/
aix.c 1153 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) {
os390.c 447 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) {

Completed in 82 milliseconds

1 2