DLPI Programmer's Guide

112 Chapter 2
DLPI Primitives
Connection-mode Service Primitives
typedef struct {
ulong dl_primitive;
ulong dl_correlation;
ulong dl_called_addr_length;
ulong dl_called_addr_offset;
ulong dl_calling_addr_length;
ulong dl_calling_addr_offset;
ulong dl_qos_length;
ulong dl_qos_offset;
ulong dl_growth;
} dl_connect_ind_t;
Parameters
dl_primitive
DL_CONNECT_IND
dl_correlation
correlation number to be used by the DLS user to associate this
message with the DL_CONNECT_RES, DL_DISCONNECT_REQ, or
DL_DISCONNECT_IND that is to follow.
dl_called_addr_length
length of the address of the DLSAP for which this
DL_CONNECT_IND primitive is intended.
dl_called_addr_offset
offset from the beginning of the M_PROTO message block where the
called DLSAP address begins.
dl_calling_addr_length
length of the address of the DLSAP from which the
DL_CONNECT_REQ primitive was sent.
dl_calling_addr_offset
offset from the beginning of the M_PROTO message block where the
calling DLSAP address begins.
dl_qos_length
length of quality of service parameter values desired by the calling
DLS user.
dl_qos_offset
offset from the beginning of the M_PROTO message block where the
quality of service parameters begin.