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

/openjdk7/jdk/src/share/classes/java/net/
H A DNetworkInterface.java49 private NetworkInterface childs[]; field in class:NetworkInterface
195 if (i < childs.length) {
196 return childs[i++];
203 return (i < childs.length);
/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c89 struct _netif *childs; member in struct:_netif
181 ni_childsID = (*env)->GetFieldID(env, ni_class, "childs", "[Ljava/net/NetworkInterface;");
710 childP = ifs->childs;
726 childP = ifs->childs;
827 if (currif->childs != NULL) {
828 freeif(currif->childs);
949 currif->childs = NULL;
969 currif = parent->childs;
987 currif->childs = NULL;
988 currif->next = parent->childs;
[all...]

Completed in 33 milliseconds