Requests that the network connection be reset.
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;
The N_RESET_REQ primitive requests that the network service (NS) provider reset the network connection. The NS user initiates this primitive.
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. |
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. |
The N_RESET_REQ primitive is part of X.25 Licensed Program.