int rdma_bind_addr (struct rdma_cm_id *id, struct sockaddr *addr); ARGUMENTSid RDMA identifier. addr Local address information. Wildcard values are permitted. DESCRIPTION Associates a source address with an rdma_cm_id. The address may be wildcarded. If binding to a specific local address...
#include <rdma/rdma_cma.h> int rdma_bind_addr(struct rdma_cm_id *id, struct sockaddr *addr); Description The rdma_bind_addr function associates a source address with an rdma_cm_id identifier. The address can be a wildcard value. If an rdma_cm_id identifier has a local address, the...