tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
NetHost.hostent
tango
net
device
Berkeley
NetHost
class
NetHost
struct
hostent {
const
(
char
)*
h_name
;
const
(
char
)**
h_aliases
;
version(Win32)
short
h_addrtype
;
version(Win32)
short
h_length
;
version(!Win32)
int
h_addrtype
;
version(!Win32)
int
h_length
;
const
(
char
)**
h_addr_list
;
const
(
char
)*
h_addr
();
}
Members
Functions
h_addr
const
(
char
)*
h_addr
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
h_addr_list
const
(
char
)**
h_addr_list
;
Undocumented in source.
h_addrtype
short
h_addrtype
;
Undocumented in source.
h_addrtype
int
h_addrtype
;
Undocumented in source.
h_aliases
const
(
char
)**
h_aliases
;
Undocumented in source.
h_length
short
h_length
;
Undocumented in source.
h_length
int
h_length
;
Undocumented in source.
h_name
const
(
char
)*
h_name
;
Undocumented in source.
Meta
Source
See Implementation
tango
net
device
Berkeley
NetHost
functions
getHostByAddr
getHostByName
populate
validHostent
structs
hostent
variables
addrList
aliases
name