]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/librdmacm/man/rdma_get_dst_port.3
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / librdmacm / man / rdma_get_dst_port.3
1 .TH "RDMA_GET_DST_PORT" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_get_dst_port \- Returns the remote port number of a bound rdma_cm_id.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "uint16_t" rdma_get_dst_port
8 .BI "(struct rdma_cm_id *" id ");"
9 .SH ARGUMENTS
10 .IP "id" 12
11 RDMA identifier.
12 .SH "DESCRIPTION"
13 Returns the remote port number for an rdma_cm_id that has been bound to
14 a remote address.
15 .SH "SEE ALSO"
16 rdma_connect(3), rdma_accept(3), rdma_get_cm_event(3), rdma_get_src_port(3),
17 rdma_get_local_addr(3), rdma_get_peer_addr(3)