B.7.3.2 DL_BIND_ACK_T

typedef struct {
    ULONG     dl_primitive;
    ULONG     dl_sap;
    ULONG     dl_addr_length;
    ULONG     dl_addr_offset;
    ULONG     dl_max_connid;
    ULONG     dl_xidtest_flg;
} dl_bind_ack_t;
 
Members
dl_primitive
Must be the manifest constant DL_BIND_ACK_T.
dl_sap
Specifies the SAP from dl_bind_req_t structure.
dl_addr_length
Specifies length of address; always 6.
dl_addr_offset
Specifies offset to address.
dl_max_connid
Specifies maximum connect indications; always 0.
dl_xidtest_flg
Specifies flag for exchange ID test; always 0.