DLPI Primitives
Local Management Primitives
typedef struct { |
|
ulong | dl_primitive; |
ulong | dl_sap; |
ulong | dl_addr_length; |
ulong | dl_addr_offset; |
ulong | dl_max_conind; |
ulong | dl_xidtest_flg; |
} dl_bind_ack_t; |
|
Parameters
dl_primitive
DL_BIND_ACK
dl_sap
DLSAP address information associated with the bound DLSAP. It corresponds to the dl_sap field of the associated DL_BIND_REQ, which contains part of the DLSAP address.
dl_addr_length
length of the complete DLSAP address that was bound to the DLPI stream.
dl_addr_offset
offset from the beginning of the M_PCPROTO block where the DLSAP address begins.
dl_max_conind
allowed maximum number of outstanding DL_CONNECT_IND messages to be supported on the DLPI stream.
dl_xidtest_flg
XID and TEST responses supported by the provider.
State
The message is valid in state DL_BIND_PENDING.
New State
The resulting state is DL_IDLE.
DL_UNBIND_REQ
Requests the DLS provider to unbind the DLSAP that had been bound by a previous DL_BIND_REQ from this stream.
66 | Chapter 2 |