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

in6_addr

Declaration

Source position: socketsh.inc line 108

type in6_addr = packed record

  case Byte of

    0: (

        u6_addr8: array [0..15] of Byte;

      );

    1: (

        u6_addr16: array [0..7] of Word;

      );

    2: (

        u6_addr32: array [0..3] of Cardinal;

      );

    3: (

        s6_addr8: array [0..15] of ShortInt;

      );

    4: (

        s6_addr: array [0..15] of ShortInt;

      );

    5: (

        s6_addr16: array [0..7] of SmallInt;

      );

    6: (

        s6_addr32: array [0..3] of LongInt;

      );

end;


Documentation generated on: 2023-03-18