1dat_cr_reject(3DAT)Direct Access Transport Library Functionsdat_cr_reject(3DAT)
2
3
4

NAME

6       dat_cr_reject - reject a Connection Request from the Active remote side
7       requesting Endpoint
8

SYNOPSIS

10       cc [ flag... ] file... -ldat [ library... ]
11       #include <dat/udat.h>
12
13       DAT_RETURN
14           dat_cr_reject (
15           IN    DAT_CR_HANDLE    cr_handle
16           )
17
18

PARAMETERS

20       cr_handle    Handle to an instance of a  Connection  Request  that  the
21                    Consumer is rejecting.
22
23

DESCRIPTION

25       The  dat_cr_reject()  function  rejects  a  Connection Request from the
26       Active remote side requesting Endpoint. If the Provider passed a  local
27       Endpoint  into  a Consumer for the Public Service Point-created Connec‐
28       tion Request, that Endpoint reverts to Provider Control.  The  behavior
29       of  an operation on that Endpoint is undefined. The local Endpoint that
30       the Consumer provided for Reserved Service Point  reverts  to  Consumer
31       control, and the Consumer is free to use in any way it wants.
32
33
34       The  operation is synchronous. This operation also destroys the Connec‐
35       tion Request instance. Use of the handle of  the  destroyed  Connection
36       Request in any consequent operation fails.
37

RETURN VALUES

39       DAT_SUCCESS           The operation was successful.
40
41
42       DAT_INVALID_HANDLE    The cr_handle parameter is invalid.
43
44

ATTRIBUTES

46       See attributes(5) for descriptions of the following attributes:
47
48
49
50
51       ┌─────────────────────────────┬─────────────────────────────┐
52       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
53       ├─────────────────────────────┼─────────────────────────────┤
54       │Interface Stability          │Standard: uDAPL, 1.1, 1.2    │
55       ├─────────────────────────────┼─────────────────────────────┤
56       │MT-Level                     │Unsafe                       │
57       └─────────────────────────────┴─────────────────────────────┘
58

SEE ALSO

60       libdat(3LIB), attributes(5)
61
62
63
64SunOS 5.11                        16 Jul 2004              dat_cr_reject(3DAT)
Impressum