Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A 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()
/sysdeps/unix/
A 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()
/sysdeps/mach/hurd/
A Dif_index.c116 ifc.ifc_len = len; in weak_alias()
158 ifc.ifc_len); in weak_alias()
/sysdeps/gnu/net/
A Dif.h178 int ifc_len; /* Size of buffer. */ member

Completed in 5 milliseconds