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

/openjdk7/jdk/src/windows/native/java/net/
H A DNetworkInterface_winXP.c549 netif *ifList, *curr; local
554 if (getAllInterfacesAndAddresses (env, &ifList) < 0) {
562 curr = ifList;
579 free_netif(ifList);
592 netif *ifList, *curr; local
595 if (getAllInterfacesAndAddresses (env, &ifList) < 0) {
600 curr = ifList;
614 free_netif(ifList);
627 netif *ifList, *curr; local
631 if (getAllInterfacesAndAddresses (env, &ifList) <
683 netif *ifList, *curr; local
[all...]
H A DNetworkInterface.c640 netif *ifList, *curr; local
651 if (enumInterfaces(env, &ifList) < 0) {
659 curr = ifList;
676 free_netif(ifList);
689 netif *ifList, *curr; local
698 if (enumInterfaces(env, &ifList) < 0) {
703 curr = ifList;
717 free_netif(ifList);
730 netif *ifList, *curr; local
740 if (enumInterfaces(env, &ifList) <
800 netif *ifList, *curr; local
[all...]

Completed in 32 milliseconds