nif_trh.inc 488 B

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