Source position: network.pp line 208
type hostent = record
h_name: pcchar;
h_aliases: ppcchar;
h_addrtype: cuint16;
h_length: cuint16;
h_addr_list: ppcchar;
end;