]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ofed/librdmacm/man/rdma_set_option.3
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ofed / librdmacm / man / rdma_set_option.3
1 .TH "RDMA_SET_OPTION" 3 "2007-08-06" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_set_option \- Set communication options for an rdma_cm_id.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "int" rdma_set_option
8 .BI "(struct rdma_cm_id *" id ","
9 .BI "int " level ","
10 .BI "int " optname ","
11 .BI "void *" optval ","
12 .BI "size_t " optlen ");"
13 .SH ARGUMENTS
14 .IP "id" 12
15 RDMA identifier.
16 .IP "level" 12
17 Protocol level of the option to set.
18 .IP "optname" 12
19 Name of the option, relative to the level, to set.
20 .IP "optval" 12
21 Reference to the option data.  The data is dependent on the level and optname.
22 .IP "optlen" 12
23 The size of the %optval buffer.
24 .SH "DESCRIPTION"
25 Sets communication options for an rdma_cm_id.  This call is used to override
26 the default system settings.
27 .SH "NOTES"
28 Option details may be found in the relevent header files.
29 .SH "SEE ALSO"
30 rdma_create_id(3)