"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.platform.posix.natives.NetDBImpl.hostentImpl

Packages that use NetDBImpl.hostentImpl
com.sun.squawk.platform.posix.natives   
 

Uses of NetDBImpl.hostentImpl in com.sun.squawk.platform.posix.natives
 

Subclasses of NetDBImpl.hostentImpl in com.sun.squawk.platform.posix.natives
static class NetDB.hostent
          C STRUCTURE HostEnt struct hostent { char *h_name; official name of host char **h_aliases; alias list int h_addrtype; host address type int h_length; length of address char **h_addr_list; list of addresses from name server }; #define h_addr h_addr_list[0] address, for backward compatibility
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"