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

/openjdk9/jdk/src/java.base/windows/native/libnet/
H A DNetworkInterface_winXP.c318 netif *nif0; local
352 for (nif0=*netifPP; nif0!=NULL; nif0=nif0->next) {
353 if (nif0->hasIpv6Address &&
354 ptr->Ipv6IfIndex == nif0->ipv6Index) {
355 dup_nif = nif0;

Completed in 89 milliseconds