The DL_TOKEN_REQ primitive is positively acknowledged with a DL_TOKEN_ACK primitive, which is encoded in an M_PCPROTO message block containing the following structure:
typedef struct {
t_uscalar_t dl_primitive; /* DL_TOKEN_ACK */
t_uscalar_t dl_token; /* Connection response token */
}dl_token_ack_t;
The members of the dl_token_ack_t structure are:
Table 11-34 Members of the dl_token_ack_t structure|
Member |
Description |
|---|---|
|
dl_primitive |
Should be set to the name of this primitive. |
|
dl_token |
Contains the connection response token. |