1dat_cr_handoff(3DAT)Direct Access Transport Library Functiondsat_cr_handoff(3DAT)
2
3
4

NAME

6       dat_cr_handoff  -  hand  off  the Connection Request to another Service
7       Point
8

SYNOPSIS

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

PARAMETERS

21       cr_handle    Handle to an instance of a  Connection  Request  that  the
22                    Consumer is handing off.
23
24
25       handoff      Indicator  of  another Connection Qualifier on the same IA
26                    to which this Connection Request should be handed off.
27
28

DESCRIPTION

30       The dat_cr_handoff() function  hands  off  the  Connection  Request  to
31       another Service Point specified by the Connection Qualifier handoff.
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
45       DAT_INVALID_PARAMETER    The handoff parameter is invalid.
46
47

ATTRIBUTES

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

SEE ALSO

63       libdat(3LIB), attributes(5)
64
65
66
67SunOS 5.11                        16 Jul 2004             dat_cr_handoff(3DAT)
Impressum