Searched defs:ifCount (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
H A DNetworkInterface.c338 jint arr_index, ifCount; local
346 ifCount = 0;
349 ifCount++;
354 netIFArr = (*env)->NewObjectArray(env, ifCount, cls, NULL);

Completed in 5 milliseconds