[ Previous | Next | Contents | Search ]
AIXLink/X.25 1.1 for AIX: Guide and Reference

DL_CONNECT_CON Primitive for X.25

Purpose

Informs the local data link service (DLS) user that the requested data link connection has been established.

Structure

This primitive consists of one M_PROTO message block with the following structure:

typedef struct {
   ulong dl_primitive;
   ulong dl_resp_addr_length;
   ulong dl_resp_addr_offset;
   ulong dl_qos_length;
   ulong dl_qos_offset;
   ulong dl_growth;
} dl_connect_con_t;

Description

The DL_CONNECT_CON primitive informs the local DLS user that the requested data link connection has been established. The primitive contains the data link service access point (DLSAP) address of the responding DLS user as well as the quality of service (QOS) parameters selected by the responding DLS user.

Parameters

dl_primitive Specifies the DL_CONNECT_CON primitive.

Addressing and quality of service parameters are not supported; therefore, each of the following parameters will be set to 0.

dl_growth Defines a growth field for future enhancements to this primitive. Its value must be set to 0.

States

Valid The message is valid in the DL_OUTCON_PENDING state.
New The resulting state is DL_DATAXFER.

Implementation Specifics

The DL_CONNECT_CON primitive is part of X.25 Licensed Program.


[ Previous | Next | Contents | Search ]