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).
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. |
|
Error |
Description |
|---|---|
|
DL_OUTSTATE |
Primitive issued from an invalid state. |
|
DL_SYSERR |
Could not allocate STREAMS resources. |