Source position: jwawinsock2.pas line 460
type in_addr = record
case Integer of
0: (
S_un_b: SunB;
);
1: (
S_un_c: SunC;
2: (
S_un_w: SunW;
3: (
S_addr: u_long;
end;