
  TYPE
    nft$term_to_application_acctg = packed record
      header: nft$sl_accounting_header,
      id: 0 .. 255,
      destination_name: ALIGNED string (31),
      lim: 0 .. 255,
      port: 0 .. 255,
      tip_name: ALIGNED string (31),
      terminal_protocol: string (10),
      device_name: ALIGNED string (31),
      device_type: string (3),
      line_speed: ALIGNED 0 .. 0ffff(16),
    recend;

*copyc nft$sl_accounting_header
