Source position: jwaws2tcpip.pas line 217
type in6_addr = record |
case Integer of |
0: ( |
Byte: array [0..15] of u_char; |
); |
1: ( |
Word: array [0..7] of u_short; |
); |
2: ( |
s6_bytes: array [0..15] of u_char; |
); |
3: ( |
s6_addr: array [0..15] of u_char; |
); |
4: ( |
s6_words: array [0..7] of u_short; |
); |
end; |