Source position: netdb.inc line 46
type hostent = record
h_name: pcchar;
h_aliases: ppcchar;
h_addrtype: cint;
h_length: cint;
h_addr_list: ppcchar;
end;