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