Previous section.

Data Link Provider Interface (DLPI), Version 2
Copyright © 2000 The Open Group

NAME

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.

SYNOPSIS

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;


PARAMETERS

dl_primitive

conveys DL_TOKEN_REQ.

STATE

The message is valid in any state in which a local acknowledgement is not pending, as described in Allowable Sequence of DLPI Primitives.

RESPONSE

The DLS provider responds to the information request with a DL_TOKEN_ACK.

Contents Next section Index