Previous section.

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

NAME

DL_RESET_CON (dl_reset_con_t) - informs the reset-initiating DLS user that the reset has completed.

SYNOPSIS

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


typedef struct {
    t_uscalar_t  dl_primitive;
} dl_reset_con_t;


PARAMETERS

dl_primitive

conveys DL_RESET_CON.

STATE

The message is valid in state DL_USER_RESET_PENDING.

NEW STATE

The resulting state is DL_DATAXFER.

Contents Next section Index