Public Member Functions | |
void | populate (hostent *he) |
bit | getHostByName (char[] name) |
bit | getHostByAddr (uint addr) |
bit | getHostByAddr (char[] addr) |
Public Attributes | |
char[] | name |
char[][] | aliases |
uint[] | addrList |
Protected Member Functions | |
void | validHostent (hostent *he) |
|
|
|
|
|
Definition at line 1624 of file Socket.d. References addrList. Referenced by Socket::hostAddress(), and InternetAddress::this(). |
|
|
|
|
|
|
|
Definition at line 1549 of file Socket.d. Referenced by validHostent(). |
|
Definition at line 1550 of file Socket.d. Referenced by getHostByName(), Socket::hostAddress(), InternetAddress::this(), and validHostent(). |