]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/librdmacm/man/rdma_reject.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / librdmacm / man / rdma_reject.3
1 .TH "RDMA_REJECT" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_reject \- Called to reject a connection request.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "int" rdma_reject
8 .BI "(struct rdma_cm_id *" id ","
9 .BI "const void *" private_data ","
10 .BI "uint8_t " private_data_len ");"
11 .SH ARGUMENTS
12 .IP "id" 12
13 Connection identifier associated with the request.
14 .IP "private_data" 12
15 Optional private data to send with the reject message.
16 .IP "private_data_len" 12
17 Specifies the size of the user-controlled data buffer.  Note that the actual
18 amount of data transferred to the remote side is transport dependent and may
19 be larger than that requested.
20 .SH "DESCRIPTION"
21 Called from the listening side to reject a connection or datagram
22 service lookup request.
23 .SH "NOTES"
24 After receiving a connection request event, a user may call rdma_reject
25 to reject the request.  If the underlying RDMA transport supports
26 private data in the reject message, the specified data will be passed to
27 the remote side.
28 .SH "SEE ALSO"
29 rdma_listen(3), rdma_accept(3), rdma_get_cm_event(3)