[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'mselibc' (#msegui)

in_addr

Declaration

Source position: mselibc.pas line 2768

type in_addr = record

  case Integer of

    0: (

        S_un_b: SunB;

      );

    1: (

        S_un_w: SunW;

      );

    2: (

        S_addr: u_long;

      );

end;


Documentation generated on: 2021-05-13