Source position: jwawshisotp.pas line 144
type SOCKADDR_TP = record
tp_family: u_short;
tp_addr_type: u_short;
tp_taddr_len: u_short;
tp_tsel_len: u_short;
tp_addr: array [0..ISO_MAX_ADDR_LENGTH-1] of u_char;
end;