Solstice X.25 9.2 Developer's Guide

11.1.22 DL_TOKEN_REQ--Assigns Token to Stream

Used to determine the token associated with a LLC2 stream (LAPB does not support). This token can then be supplied in the DL_CONNECT_RES primitive to indicate that the connection should be accepted on a different stream from the listen stream. The accepting stream must be attached and bound to the same PPA and SAP as the listen stream.


Note -

This primitive is not supported by LAPB.


Associated Structure

This message consists of one M_PROTO message block containing the following structure:

typedef struct {
        t_uscalar_t     dl_primitive;   /* DL_TOKEN_REQ */
} dl_token_req_t;

The members of the dl_token_req_t structure are:

Table 11-35 Members of the dl_token_req_t structure

Member 

Description 

dl_primitive

Should be set to the name of this primitive.