Internet Direct (Indy) Version 9.0.2 Beta
hostent
hostent = record
  h_name: PChar;
  h_aliases: ^PChar;
  h_addrtype: Smallint;
  h_length: Smallint;
  case Byte of
    0: (h_addr_list: ^PChar;);
    1: (h_addr: ^PChar;);
  end;
Description
hostent