Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

hostent

Declaration

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;


Documentation generated on: 2026-05-16