Solstice X.25 9.2 Developer's Guide

11.1.20 DL_RESET_RES--Respond to Reset Request

Respond to a reset request (an incoming DL_RESET_IND). Causes a UA frame to be sent over the network (to ack the SABME or SABM that was received earlier).

Associated Structure

This message consists of one M_PROTO message block containing the following structure:

typedef struct {
        t_uscalar_t     dl_primitive;           /* DL_RESET_RES */
} dl_reset_res_t;

The members of the dl_reset_res_t structure are:

Table 11-32 Members of the dl_reset_res_t structure

Member 

Description 

dl_primitive

Should be set to the name of this primitive. 

Errors
Table 11-33 DL_RESET_RES errors

Error 

Description 

DL_OUTSTATE

Primitive issued from an invalid state. 

DL_SYSERR

Could not allocate STREAMS resources.