Searched refs:netifPP (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/native/java/net/
H A DNetworkInterface.h89 int enumInterfaces(JNIEnv *env, netif **netifPP);
H A DNetworkInterface_winXP.c62 void printnifs (netif *netifPP, char *str) { argument
65 for (nif=netifPP; nif!=NULL; nif=nif->next) {
163 int getAllInterfacesAndAddresses (JNIEnv *env, netif **netifPP) argument
171 *netifPP = 0;
178 ret = enumInterfaces(env, netifPP);
186 for (nif=*netifPP, last=nif; nif!=0; nif=nif->next) {
194 curr = *netifPP;
238 for (nif=*netifPP; nif!=0; nif=nif->next) {
261 for (nif0=*netifPP; nif0!=0; nif0=nif0->next) {
320 if (*netifPP) {
[all...]
H A DNetworkInterface.c168 * occurs then netifPP be returned as list of netif structures or NULL
171 int enumInterfaces(JNIEnv *env, netif **netifPP) argument
341 *netifPP = netifP;

Completed in 26 milliseconds