DL_UNBIND_REQ(7dlpi) DL_UNBIND_REQ(7dlpi)
NAME
DL_UNBIND_REQ - Message Type
SYNOPSIS
The message consists of one M_PROTO message block, which
contains the following structure.
typedef struct {
ulong dl_primitive;
} dl_unbind_req_t;
DESCRIPTION
Requests the DLS provider to unbind the DLSAP that had been
bound by a previous DL_BIND_REQ from this stream. At the
successful completion of the request, the DLS user may issue a
new DL_BIND_REQ for a potentially new DLSAP.
Parameters
dl_primitive
conveys DL_UNBIND_REQ.
State
The message is valid in state DL_IDLE.
New State
The resulting state is DL_UNBIND_PENDING.
Response
If the unbind request is successful, DL_OK_ACK is sent to the
DLS user resulting in state DL_UNBOUND.
If the request fails, message DL_ERROR_ACK is returned and the
resulting state is unchanged.
Reasons for Failure
DL_OUTSTATE The primitive was issued from an invalid state.
DL_SYSERR A system error has occurred and the UNIX system
error is indicated in the DL_ERROR_ACK.
Category
Local Management.
Copyright 1994 Novell, Inc. Page 1