Librdmacm-Dev
- rdma_accept(3) Called to accept a connection request.
- rdma_ack_cm_event(3) Free a communication event.
- rdma_bind_addr(3) Bind an RDMA identifier to a source address.
- rdma_cm(7) RDMA communication manager.
- rdma_connect(3) Initiate an active connection request.
- rdma_create_ep(3) Allocate a communication identifier and optional QP.
- rdma_create_event_channel(3) Open a channel used to report communication events.
- rdma_create_id(3) Allocate a communication identifier.
- rdma_create_qp(3) Allocate a QP.
- rdma_create_srq(3) Allocate a shared receive queue.
- rdma_dereg_mr(3) deregisters a registered memory region.
- rdma_destroy_ep(3) Release a communication identifier.
- rdma_destroy_event_channel(3) Close an event communication channel.
- rdma_destroy_id(3) Release a communication identifier.
- rdma_destroy_qp(3) Deallocate a QP.
- rdma_destroy_srq(3) Deallocate a SRQ.
- rdma_disconnect(3) This function disconnects a connection.
- rdma_establish(3) rdma_establish - Complete an active connection request.
- rdma_event_str(3) Returns a string representation of an rdma cm event.
- rdma_free_devices(3) Frees the list of devices returned by rdma_get_devices.
- rdma_get_cm_event(3) Retrieves the next pending communication event.
- rdma_get_devices(3) Get a list of RDMA devices currently available.
- rdma_get_dst_port(3) Returns the remote port number of a bound rdma_cm_id.
- rdma_get_local_addr(3) Returns the local IP address of a bound rdma_cm_id.
- rdma_get_peer_addr(3) Returns the remote IP address of a bound rdma_cm_id.
- rdma_get_recv_comp(3) retrieves a completed receive request.
- rdma_get_remote_ece(3) rdma_get_remote_ece - Get remote ECE paraemters as received from the peer.
- rdma_get_request(3) Retrieves the next pending connection request event.
- rdma_get_send_comp(3) retrieves a completed send, read, or write request.
- rdma_get_src_port(3) Returns the local port number of a bound rdma_cm_id.
- rdma_getaddrinfo(3) Provides transport independent address translation.
- rdma_init_qp_attr(3) rdma_init_qp_attr - Returns qp attributes of an rdma_cm_id.
- rdma_join_multicast_ex(3) Joins a multicast group with extended options.
- rdma_join_multicast(3) Joins a multicast group.
- rdma_leave_multicast(3) Leaves a multicast group.
- rdma_listen(3) Listen for incoming connection requests.
- rdma_migrate_id(3) Move a communication identifier to a different event channel.
- rdma_notify(3) Notifies the librdmacm of an asynchronous event.
- rdma_post_read(3) post an RDMA read work request.
- rdma_post_readv(3) post an RDMA read work request.
- rdma_post_recv(3) post a work request to receive an incoming message.
- rdma_post_recvv(3) post a work request to receive incoming messages.
- rdma_post_send(3) post a work request to send a message.
- rdma_post_sendv(3) post a work request to send a message.
- rdma_post_ud_send(3) post a work request to send a datagram.
- rdma_post_write(3) post an RDMA write work request.
- rdma_post_writev(3) post an RDMA write work request.
- rdma_reg_msgs(3) register data buffer(s) for sending or receiving messages.
- rdma_reg_read(3) register data buffer(s) for remote RDMA read access.
- rdma_reg_write(3) register data buffer(s) for remote RDMA write access.
- rdma_reject(3) Called to reject a connection request.
- rdma_resolve_addr(3) Resolve destination and optional source addresses.
- rdma_resolve_route(3) Resolve the route information needed to establish a connection.
- rdma_set_local_ece(3) rdma_set_local_ece - Set local ECE paraemters to be used for REQ/REP communication.
- rdma_set_option(3) Set communication options for an rdma_cm_id.
- rsocket(7) RDMA socket API