Reports the successful bind of a subsequent data link service access point (DLSAP) to a stream and returns the bound DLSAP address to the data link service (DLS) user.
The message consists of one
M_PCPROTO message block, which contains the following
structure:
typedef struct
{
ulong dl_primitive;
ulong dl_subs_sap_length;
ulong dl_subs_sap_offset;
} dl_subs_bind_ack_t;
This structure is defined in /usr/include/sys/dlpi.h.
The DL_SUBS_BIND_ACK primitive reports the successful bind of a subsequent DLSAP to a stream and returns the bound DLSAP address to the DLS user. This primitive is generated in response to a DL_BIND_REQ primitive.
Valid | The primitive is valid in the DL_SUBS_BIND_PND state. |
New | The resulting state is DL_IDLE. |
This primitive is part of Base Operating System (BOS) Runtime.
The DL_SUBS_BIND_REQ primitive.