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

in6_addr

Declaration

Source position: mselibc.pas line 2810

type in6_addr = record

  case LongInt of

    0: (

        in6_u: record

          case LongInt of

            0: (

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

              );

            1: (

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

              );

            2: (

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

              );

        end;

      );

    1: (

        case Integer of

          0: (

              s6_addr: array [0..16-1] of __uint8_t;

            );

          1: (

              s6_addr16: array [0..8-1] of uint16_t;

            );

          2: (

              s6_addr32: array [0..4-1] of uint32_t;

            );

      );

end;


Documentation generated on: 2021-05-13