DL_OK_ACK(7dlpi) DL_OK_ACK(7dlpi)
NAME
DL_OK_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_correct_primitive;
} dl_ok_ack_t;
DESCRIPTION
Acknowledges to the DLS user that a previously issued request
primitive was received successfully. It is only initiated for
those primitives that require a positive acknowledgement.
Parameters
dl_primitive conveys DL_OK_ACK.
dl_correct_primitive
identifies the successfully received primitive
that is being acknowledged.
State
The message is valid in response to a DL_ATTACH_REQ,
DL_DETACH_REQ, DL_UNBIND_REQ, DL_CONNECT_RES, DL_RESET_RES, or
DL_DISCON_REQ.
New State
The resulting state depends on the current state.
Category
Local Management.
Copyright 1994 Novell, Inc. Page 1