Unit 'Sockets' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl-extra]

in_addr

Declaration

Source position: socketsh.inc line 55

type in_addr = packed record

  case Boolean of

    True: (

        s_addr: cuint32;

      );

    False: (

        s_bytes: array [1..4] of Byte;

      );

end;


Documentation generated on: 2023-03-18