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

sockaddr

Declaration

Source position: bsocketh.inc line 224

type sockaddr = record

  case Integer of

    0: (

        sa_family: sa_family_t;

        sa_data: array [0..13] of Byte;

      );

    1: (

        sin_family: sa_family_t;

        sin_port: u_short;

        sin_addr: TInAddr;

        sin_zero: array [0..7] of Byte;

      );

end;


Documentation generated on: 2023-03-18