Lines Matching +full:address +full:- +full:address +full:- +full:data
1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_GETADDRINFO" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
4 rdma_getaddrinfo \- Provides transport independent address translation.
15 Optional, name, dotted-decimal IPv4, or IPv6 hex address to resolve.
17 Service name or port number of address.
25 Resolves the destination node and service address and returns
29 Returns 0 on success, or -1 on error. If an error occurs, errno will be
34 specified, the call will resolve address information for use on the
36 If node is provided, rdma_getaddrinfo will attempt to resolve the RDMA address,
37 route, and connection data to the given node. The hints parameter, if provided,
49 network address. This flag suppresses any lengthy address resolution.
56 Address family for the source and destination address. Supported families
65 The length of the source address referenced by ai_src_addr. This will be 0
66 if an appropriate source address could not be discovered for a given
69 The length of the destination address referenced by ai_dst_addr. This
72 If provided, the address for the local RDMA device.
74 If provided, the address for the destination RDMA device.
81 be 0 if the underlying transport does not require routing data, or none
84 Routing information for RDMA transports that require routing data as part
85 of connection establishment. The format of the routing data depends on
88 if routing data is available. Routing paths may be restricted by setting
89 desired routing data fields on input to rdma_getaddrinfo. For Infiniband,
97 Data exchanged as part of the connection establishment process. If provided,
98 ai_connect data must be transferred as private data, with any user supplied
99 private data following it.