blob: 00576068ccc1702e750fe64913930d58f58e8d04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
type
Ptrn_hdr = ^trn_hdr;
trn_hdr = record
trn_ac : u_int8_t;
trn_fc : u_int8_t;
trn_dhost : array[0..(TR_ALEN)-1] of u_int8_t;
trn_shost : array[0..(TR_ALEN)-1] of u_int8_t;
trn_rcf : u_int16_t;
trn_rseg : array[0..7] of u_int16_t;
end;
{ ---------------------------------------------------------------------
Borland compatibility types
---------------------------------------------------------------------}
// Type
|