Direct Access Transport Library Functions datcrreject(3DAT)
NAME
datcrreject - reject a Connection Request from the Active
remote side requesting Endpoint
SYNOPSIS
cc [ flag... ] file... -ldat [ library... ]
#include
DATRETURN
datcrreject (
IN DATCRHANDLE crhandle
)
PARAMETERS
crhandle Handle to an instance of a Connection Request
that the Consumer is rejecting.
DESCRIPTION
The datcrreject() function rejects a Connection Request
from the Active remote side requesting Endpoint. If the Pro-
vider passed a local Endpoint into a Consumer for the Public
Service Point-created Connection Request, that Endpoint
reverts to Provider Control. The behavior of an operation on
that Endpoint is undefined. The local Endpoint that the Con-
sumer provided for Reserved Service Point reverts to Consu-
mer control, and the Consumer is free to use in any way it
wants.
The operation is synchronous. This operation also destroys
the Connection Request instance. Use of the handle of the
destroyed Connection Request in any consequent operation
fails.
RETURN VALUES
DATSUCES The operation was successful.
DATINVALIDHANDLE The crhandle parameter is invalid.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 16 Jul 2004 1
Direct Access Transport Library Functions datcrreject(3DAT)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Standard: uDAPL, 1.1, 1.2
MT-Level Unsafe
SEE ALSO
libdat(3LIB), attributes(5)
SunOS 5.11 Last change: 16 Jul 2004 2
|