2010 FRC Java API


Uses of Class
com.sun.squawk.platform.posix.natives.NetDB.hostent

Packages that use NetDB.hostent
com.sun.squawk.platform.posix.linux.natives   
com.sun.squawk.platform.posix.macosx.natives   
com.sun.squawk.platform.posix.natives   
com.sun.squawk.platform.posix.solaris.natives   
com.sun.squawk.platform.posix.vxworks.natives   
 

Uses of NetDB.hostent in com.sun.squawk.platform.posix.linux.natives
 

Methods in com.sun.squawk.platform.posix.linux.natives that return NetDB.hostent
 NetDB.hostent NetDBImpl.gethostbyname(String arg0)
           
 

Uses of NetDB.hostent in com.sun.squawk.platform.posix.macosx.natives
 

Methods in com.sun.squawk.platform.posix.macosx.natives that return NetDB.hostent
 NetDB.hostent NetDBImpl.gethostbyname(String arg0)
           
 

Uses of NetDB.hostent in com.sun.squawk.platform.posix.natives
 

Methods in com.sun.squawk.platform.posix.natives that return NetDB.hostent
 NetDB.hostent NetDB.gethostbyname(String name)
          The gethostbyname() function returns a HostEnt structure describing an internet host referenced by name.
 

Uses of NetDB.hostent in com.sun.squawk.platform.posix.solaris.natives
 

Methods in com.sun.squawk.platform.posix.solaris.natives that return NetDB.hostent
 NetDB.hostent NetDBImpl.gethostbyname(String arg0)
           
 

Uses of NetDB.hostent in com.sun.squawk.platform.posix.vxworks.natives
 

Methods in com.sun.squawk.platform.posix.vxworks.natives that return NetDB.hostent
 NetDB.hostent NetDBImpl.gethostbyname(String arg0)
           
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.