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

N_RESET_REQ Primitive

Purpose

Requests that the network connection be reset.

Syntax

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

typedef struct {
ulong PRIM_type;
ulong RESET_reason;
} N_reset_req_t;

Description

The N_RESET_REQ primitive requests that the network service (NS) provider reset the network connection. The NS user initiates this primitive.

Parameters

PRIM_type Specifies the N_RESET_REQ primitive.
RESET_reason Indicates the cause of the reset. The value of this parameter is always N_USER_RESYNC.

Acknowledgments

Successful This primitive does not require an immediate acknowledgment. However, when the reset completes, the issuer of this primitive receives an N_RESET_CON primitive.
Unsuccessful The N_ERROR_ACK primitive acknowledges non-fatal errors. The resulting state remains unchanged.

Error Codes

The following non-fatal error codes are valid:

NOUTSTATE Indicates the primitive was issued from an invalid state.
NSYSERR Indicates a system error. The error is indicated by the N_ERROR_ACK primitive.

Implementation Specifics

The N_RESET_REQ primitive is part of X.25 Licensed Program.


[ Previous | Next | Contents | Search ]