DL_TOKEN_ACK(7dlpi) DL_TOKEN_ACK(7dlpi)
NAME
DL_TOKEN_ACK - Message Type
SYNOPSIS
The message consists of one M_PCPROTO message block, which
contains the following structure.
typedef struct {
ulong dl_primitive;
ulong dl_token;
} dl_token_ack_t;
DESCRIPTION
This message is sent in response to DL_TOKEN_REQ; it conveys
the connection response token assigned to the stream.
Parameters
dl_primitive
conveys DL_TOKEN_ACK.
dl_token conveys the connection response token associated
with the stream. This value must be a non-zero
value. The DLS provider will generate a token
value for each stream on receipt of the first
DL_TOKEN_REQ primitive issued on that stream. The
same token value will be returned in response to
all subsequent DL_TOKEN_REQ primitives issued on a
stream.
State
The message is valid in any state in response to a
DL_TOKEN_REQ.
New State
The resulting state is unchanged.
Mode
Connection-mode.
Copyright 1994 Novell, Inc. Page 1