Searched refs:N_MIB (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Drtutil.c158 #define N_MIB 6 macro
166 int mib[N_MIB];
179 if (sysctl(mib, N_MIB, NULL, &needed, NULL, 0) < 0) {
185 if (sysctl(mib, N_MIB, buf, &needed, NULL, 0) >= 0) {
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c7881 #define N_MIB 6 macro
7882 int mib[N_MIB];
7895 if (sysctl(mib, N_MIB, NULL, &needed, NULL, 0) < 0) {
7901 if (sysctl(mib, N_MIB, buf, &needed, NULL, 0) >= 0) {

Completed in 230 milliseconds