
  TYPE
    nlt$udp_device_inventory = record
      connection_id: nat$connection_id,
      buffers_freed: nat$data_fragment_count,
    recend;

*copyc nat$connection_id
*copyc nat$data_fragments
