
  TYPE
    nlt$udp_received_message = record
      next_entry: ^nlt$udp_received_message,
      abort_receive: boolean,
      source_socket: nat$sk_socket_address,
      destination_ip_address: nat$sk_ip_address,
      data: nlt$bm_message_id,
      data_length: integer,
      buffer_count: integer,
      end_of_message: boolean,
    recend;

*copyc nat$sk_ip_address
*copyc nat$sk_socket_address
*copyc nlt$bm_message_id
