Home
last modified time | relevance | path

Searched refs:ifc_len (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Difreq.c44 ifc.ifc_len = 0; in __ifreq()
45 if (__ioctl (fd, SIOCGIFCONF, &ifc) < 0 || ifc.ifc_len == 0) in __ifreq()
48 rq_len = ifc.ifc_len; in __ifreq()
51 ifc.ifc_len = rq_len; in __ifreq()
52 void *newp = realloc (ifc.ifc_buf, ifc.ifc_len); in __ifreq()
66 nifs = ifc.ifc_len / sizeof (struct ifreq); in __ifreq()
/glibc-2.36/sysdeps/unix/
Difreq.c43 ifc.ifc_len = rq_len *= 2; in __ifreq()
44 void *newp = realloc (ifc.ifc_buf, ifc.ifc_len); in __ifreq()
57 while (rq_len < sizeof (struct ifreq) + ifc.ifc_len); in __ifreq()
65 while ((char *) ifr < ifc.ifc_buf + ifc.ifc_len) in __ifreq()
73 nifs = ifc.ifc_len / sizeof (struct ifreq); in __ifreq()
/glibc-2.36/hurd/
Dhurdioctl.c314 size_t data_len = ifc->ifc_len; in siocgifconf()
320 err = HURD_DPORT_USE (fd, __pfinet_siocgifconf (port, ifc->ifc_len, in siocgifconf()
322 if (data_len < ifc->ifc_len) in siocgifconf()
323 ifc->ifc_len = data_len; in siocgifconf()
326 memcpy (ifc->ifc_buf, data, ifc->ifc_len); in siocgifconf()
/glibc-2.36/sysdeps/mach/hurd/
Dif_index.c116 ifc.ifc_len = len; in weak_alias()
158 ifc.ifc_len); in weak_alias()
/glibc-2.36/sysdeps/gnu/net/
Dif.h178 int ifc_len; /* Size of buffer. */ member