Source position: MacOSXPosix.pas line 262
type sockaddr = packed record
sin_len: UInt8;
sin_family: UInt8;
sa_data: array [0..13] of UInt8;
end;