]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/librdmacm/man/rdma_resolve_route.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / librdmacm / man / rdma_resolve_route.3
1 .TH "RDMA_RESOLVE_ROUTE" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_resolve_route \- Resolve the route information needed to establish a connection.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "int" rdma_resolve_route
8 .BI "(struct rdma_cm_id *" id ","
9 .BI "int " timeout_ms ");"
10 .SH ARGUMENTS
11 .IP "id" 12
12 RDMA identifier.
13 .IP "timeout_ms" 12
14 Time to wait for resolution to complete.
15 .SH "DESCRIPTION"
16 Resolves an RDMA route to the destination address in order to establish
17 a connection.  The destination address must have already been resolved
18 by calling rdma_resolve_addr.
19 .SH "NOTES"
20 This is called on the client side of a connection after calling
21 rdma_resolve_addr, but before calling rdma_connect.
22 .SH "INFINIBAND SPECIFIC"
23 This call obtains a path record that is used by the connection.
24 .SH "SEE ALSO"
25 rdma_resolve_addr(3), rdma_connect(3), rdma_get_cm_event(3)