DL_SUBS_BIND_ACK (dl_subs_bind_ack_t) - reports the succesful 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_SUBS_BIND_REQ.
The message consists of one M_PCPROTO message block, which contains the following structure.
typedef struct { t_uscalar_t dl_primitive; t_uscalar_t dl_subs_sap_offset; t_uscalar_t dl_subs_sap_length; } dl_subs_bind_ack_t;
- dl_primitive
conveys DL_SUBS_BIND_ACK.
- dl_subs_sap_offset
conveys the offset of the DLSAP from the beginning of the M_PCPROTO block.
- dl_subs_sap_length
conveys the length of the specified DLSAP.
The message is valid in state DL_SUBS_BIND_PND
The resulting state is DL_IDLE.
Contents | Next section | Index |