Search | Google it | Results 1 - 1 of 1 for funcall:__arraycount from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getifaddrs.c (0.00 seconds) |
116: mib[5] = 0; /* no flags */ 117: if (sysctl(mib, __arraycount(mib), NULL, &needed, NULL, 0) < 0) 118: return (-1); 120: return (-1); 121: if (sysctl(mib, __arraycount(mib), buf, &needed, NULL, 0) < 0) { 122: free(buf);