Source position: netdbh.inc line 31
type hostent = record
h_name: PAnsiChar;
h_aliases: PPAnsiChar;
h_addrtype: Integer;
h_length: SOCKLEN_T;
case Byte of
0: (
h_addr_list: PPAnsiChar;
);
1: (
h_addr: PPAnsiChar;
end;