Source position: jwawsvns.pas line 80
type SOCKADDR_VNS = record |
sin_family: u_short; |
net_address: array [0..3] of u_char; |
subnet_addr: array [0..1] of u_char; |
port: array [0..1] of u_char; |
hops: u_char; |
filler: array [0..4] of u_char; |
end; |