Solstice X.25 9.2 Developer's Guide

11.1.16 DL_OK_ACK--Acknowledge Previous Primitive

This primitive is sent upstream to positively acknowledge a previous primitive. It is sent in an M_PCPROTO message block

Associated Structure
typedef struct {
        t_uscalar_t     dl_primitive;           /* DL_OK_ACK */
        t_uscalar_t     dl_correct_primitive;   /* primitive acknowledged */
} dl_ok_ack_t;

The members of the dl_ok_ack_t structure are:

Table 11-27 Members of the dl_ok_ack_t structure

Members 

Description 

dl_primitive

Should be set to the name of this primitive. 

dl_correct_primitive

Set to the name of the primitive being acknowledged.