Example of Protocol-Specific Configuration Parameters

This section explains the example of a structure that provides DLCQLLC with additional protocol-specific configuration parameters.

The following is an example of a structure that provides DLCQLLC with additional protocol-specific configuration parameters:

struct qlc_start_psd
{
  char     listen_name[8];
  unsigned short support_level;
  struct   sna_facilities_type facilities;
};

The protocol-specific parameters are:

Note: The X.25 protocol is no longer supported on the AIX® operating system.
Item Description
listen_name The name of the entry in the X.25 routing list that specifies the characteristics of incoming calls. This field is used only when a station is listening; that is, when the LSVC flag in the dlc_sls_arg argument structure is 0.
support_level The version of CCITT recommendation X.25 to support. It must be the same as or earlier than the CCITT attribute specified for the X.25 adapter.
facilities A structure that contains the X.25 facilities required for use on the virtual circuit for the duration of this attachment (See Facilities Structure).