
  TYPE
    nlt$tm_subnet_entry = record
      nextt: ^nlt$tm_subnet_entry,
      destination_address: nlt$tcpip_address,
      local_device: nlt$device_identifier,
      protocol: nlt$tm_protocol,
      mask: nlt$tm_mask,
      subnet_id: nlt$tm_subnet_identifier,  { 0 and 0ff(16) are invalid subnet identifiers.
      network_mask: nlt$tm_mask,
      route_cost: nlt$tm_route_cost,
    recend;

*copyc nlt$device_identifier
*copyc nlt$tcpip_address
*copyc nlt$tm_mask
*copyc nlt$tm_protocol
*copyc nlt$tm_route_cost
*copyc nlt$tm_subnet_identifier
