
{
{   The purpose of this request is to propose that a connection to a specified
{ address be opened.  This request will cause delivery of a "connect" event at
{ the destination address.  The user at that address may accept the proposed
{ connection by calling NAP$GT_ACCEPT_CONNECTION.  This will result in an
{ "accept" event being returned on this connection.
{ Delivery of this event signals that the connection is open and may
{ be used to communicate with the user at the destination address.
{
{   Alternatively, the user at the destination address may reject the proposed
{ connection by calling NAP$GT_REJECT_CONNECTION.  This will result in a
{ "reject" event being returned on this connection.
{
{       NAP$GT_REQUEST_CONNECTION (SAP, DESTINATION, DATA, OPTIONS,
{         CONNECTION_ID, STATUS)
{
{ SAP: (input) This parameter specifies an open service access point over
{       which the connection is to be opened.
{
{ DESTINATION: (input) This parameter specifies the address to which the
{       connection is to be made.
{
{ DATA: (input) This parameter specifies data to be delivered at the
{       destination address as part of the "connect" event.  The meaning of
{       this data must be agreed upon by the communicating users.  The length
{       of this data may not exceed 32 bytes.  The system buffers containing
{       this data will be released as a result of this request.
{
{ OPTIONS: (input) This parameter specifies options to be included as part of
{       the "connect" event.  This parameter only has meaning over the osi
{       stack. This parameter will be ignored if the stack is non osi (xns).
{       The options are checksum and expedited_data.  If checksum is
{       selected transport will checksum data.  IF expedited_data is selected
{       expedited requests will be accepted.  The default value for checksum
{       and expedited_data is FALSE.
{
{ CONNECTION_ID: (output) This parameter specifies the system assigned
{       identifier to be used on subsequent requests to the generic transport
{       service.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             nae$destination_unreachable
{             nae$invalid_selector
{             nae$max_data_length_exceeded
{             nae$max_active_connections
{             nae$maximum_data_fragments
{             nae$sap_not_open
{             nae$unsupported_address
{
