Previous section.

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

NAME

DL_GET_STATISTICS_ACK (dl_get_statistics_ack_t) - returns statistics in reponse to the DL_GET_STATISTICS_REQ. The contents of the statistics block is defined in the DLS Provider specific addendum.

SYNOPSIS

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


typedef struct {
    t_uscalar_t  dl_primitive;
    t_uscalar_t  dl_stat_length;
    t_uscalar_t  dl_stat_offset;
} dl_get_statistics_ack_t;


PARAMETERS

dl_primitive

conveys DL_GET_STATISTICS_ACK.

dl_stat_len

conveys the length of the statistics structure.

dl_stat_offset

conveys the offset from the beginning of the M_PCROTO message block where the statistics information resides.

STATE

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

NEW STATE

The resulting state is unchanged

Contents Next section Index