Home
last modified time | relevance | path

Searched refs:SIOCGIFCONF (Results 1 – 4 of 4) sorted by relevance

/sysdeps/unix/sysv/linux/
A Difreq.c45 if (__ioctl (fd, SIOCGIFCONF, &ifc) < 0 || ifc.ifc_len == 0) in __ifreq()
54 || (ifc.ifc_buf = newp, __ioctl (fd, SIOCGIFCONF, &ifc)) < 0) in __ifreq()
/sysdeps/unix/sysv/linux/bits/
A Dioctls.h33 #define SIOCGIFCONF 0x8912 /* get iface list */ macro
/sysdeps/unix/
A Difreq.c45 if (newp == NULL || __ioctl (fd, SIOCGIFCONF, &ifc) < 0) in __ifreq()
/sysdeps/mach/hurd/bits/
A Dioctls.h300 #define SIOCGIFCONF _IOWR('i',36, struct ifconf) /* get ifnet list */ macro

Completed in 26 milliseconds