DL_TOKEN_REQ (dl_token_req_t) - requests that a connection response token be assigned to the stream and returned to the DLS user. This token can be supplied in the DL_CONNECT_RES primitive to indicate the stream on which a connection will be established.
The message consists of one M_PCPROTO message block, which contains the following structure.
typedef struct { t_uscalar_t dl_primitive; } dl_token_req_t;
- dl_primitive
conveys DL_TOKEN_REQ.
The message is valid in any state in which a local acknowledgement is not pending, as described inAllowable Sequence of DLPI Primitives .
The DLS provider responds to the information request with a DL_TOKEN_ACK.
Contents | Next section | Index |