TVarSin

type TVarSin = record;
sin_port: u_short;
sin_addr: TInAddr;
sin_zero: Char;
sin6_port: u_short;
sin6_flowinfo: u_long;
sin6_addr: TInAddr6;
sin6_scope_id: u_long;
end;

Unit
synsock

Description
This structure can hold all information about socket address for all supported socket familes.