in6_addr

General purpose IPV6 address

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

Description

Record used to describe a general IPV6 address.

See also

Name Description
sockaddr_in6 Alias for sockaddr_in6

results matching ""

    No results matching ""