Source position: apr.pas line 137
type in6_addr = record
case Integer of
1: (
u6_addr8: array [1..16] of Byte;
);
2: (
u6_addr16: array [1..8] of Word;
3: (
u6_addr32: array [1..4] of Cardinal;
end;