DL_INFO_REQ (dl_info_req_t) - request information of the DLS provider about the DLPI stream. This information includes a set of provider-specific parameters, as well as the current state of the interface.
The message consists of one M_PCPROTO message block, which contains the following structure:
typedef struct { t_uscalar_t dl_primitive; } dl_info_req_t;
- dl_primitive
conveys DL_INFO_REQ.
The message is valid in any state in which a local acknowledgement is not pending, as described inAllowable Sequence of DLPI Primitives .
The resulting state is unchanged.
The DLS provider responds to the information request with a DL_INFO_ACK.
Contents | Next section | Index |