Previous section.

Data Link Provider Interface (DLPI), Version 2
Copyright © 2000 The Open Group

NAME

DL_RESET_RES (dl_reset_res_t) - directs the DLS provider to complete resynchronizing the data link connection.

SYNOPSIS

The message consists of one M_PROTO message block containing the structure shown below.


typedef struct {
    t_uscalar_t  dl_primitive;
} dl_reset_res_t;


PARAMETERS

dl_primitive

conveys DL_RESET_RES.

STATE

The primitive is valid in state DL_PROV_RESET_PENDING.

NEW STATE

The resulting state is DL_RESET_RES_PENDING.

RESPONSE

If the reset response is successful, DL_OK_ACK is sent to the DLS user resulting in state DL_DATAXFER. If the reset response is erroneous, DL_ERROR_ACK is returned and the resulting state is unchanged.

ERRORS

DL_OUTSTATE

The primitive was issued from an invalid state.

DL_SYSERR

A system error has occurred and the UNIX system error is indicated in the DL_ERROR_ACK.

Contents Next section Index