Source position: apr.pas line 128
type sockaddr_in = record
sin_family: cshort;
sin_port: cushort;
sin_addr: in_addr;
sin_zero: array [1..8] of Char;
end;