Previous section.

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

NAME

DL_GET_STATISTICS_REQ (dl_get_statistics_req_t) - directs the DLS provider to return statistics

SYNOPSIS

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


typedef struct {
    t_uscalar_t  dl_primitive;
} dl_get_statistics_req_t;


PARAMETERS

dl_primitive

conveys DL_GET_STATISTICS_REQ.

STATE

The message is valid in any state in which a local acknowledgement is not pending.

NEW STATE

The resulting state is unchanged

RESPONSE

The DLS Provider responds to this request with a DL_GET_STATISTICS_ACK if the primitive is supported. Otherwise, a DL_ERROR_ACK is returned.

ERRORS

DL_NOTSUPPORTED

Primitive is known but not supported by the DLS Provider.

Contents Next section Index