Source position: jwaipexport.pas line 112
type in_addr = record
case Integer of
0: (
s_b1: UCHAR;
s_b2: UCHAR;
s_b3: UCHAR;
s_b4: UCHAR;
);
1: (
s_w1: USHORT;
s_w2: USHORT;
2: (
S_addr: ULONG;
end;