|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetDBImpl.hostentImpl | |
|---|---|
| com.sun.squawk.platform.windows.natives | |
| Uses of NetDBImpl.hostentImpl in com.sun.squawk.platform.windows.natives |
|---|
| Subclasses of NetDBImpl.hostentImpl in com.sun.squawk.platform.windows.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 " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||