[ Previous | Next | Contents | Search ]
AIXLink/X.25 1.1 for AIX: Guide and Reference

DL_OK_ACK Primitive for X.25

Purpose

Acknowledges that a previously issued primitive was received.

Structure

This primitive consists of one M_PCPROTO message block with the following structure:

typedef struct {
   ulong dl_primitive;
   ulong dl_correct_primitive;
} dl_ok_ack_t;

Description

The DL_OK_ACK primitive acknowledges to the DLS user that a previously issued primitive was received. It is only initiated for the primitives listed in the "States" section.

Parameters

dl_primitive Specifies the DL_OK_ACK primitive.
dl_correct_primitive Identifies the received primitive that is being acknowledged.

States

Valid The message is valid in response to the following primitives:
  • DL_CONNECT_RES
  • DL_DETACH_REQ
  • DL_DISCON_REQ
  • DL_RESET_RES
  • DL_UNBIND_REQ

For more information, see Appendix B.

New The resulting state depends on the current state.

Implementation Specifics

This primitive is part of X.25 Licensed Program.


[ Previous | Next | Contents | Search ]