search for: ifc_buf

Displaying 1 result from an estimated 1 matches for "ifc_buf".

Did you mean: fs_buf
1998 Mar 29
1
Anyone using SCO 3.2v4.2 with Samba 1.9.18p3??
...lt;<<<=======ERROR IS HERE This SCO platform has all the relevent patches installed (that I know about) but apparently there is a problem with this type of call or it is formatted incorrectly. Looking at the source code, it looks like: [interfaces.c] ifc.ifc_len = sizeof(buff); ifc.ifc_buf = buff; if (ioctl(sock, SIOCGIFCONF, &ifc) < 0) { DEBUG(0,("SIOCGIFCONF: %s\n", strerror(errno))); } else { ifr = ifc.ifc_req; /* Loop through interfaces, looking for given IP address */ for (i = ifc.ifc_len / sizeof(struct ifreq); --i >= 0; ifr++) { #ifde...