http://git.etherboot.org
/
mirror
/
winof
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
librdmacm: provide OFED compatibility library.
[mirror/winof/.git]
/
ulp
/
librdmacm
/
src
/
cma_exports.src
1
#if DBG
\r
2
LIBRARY librdmacmd.dll
\r
3
#else
\r
4
LIBRARY librdmacm.dll
\r
5
#endif
\r
6
\r
7
#ifndef _WIN64
\r
8
EXPORTS
\r
9
rdma_create_event_channel
\r
10
rdma_destroy_event_channel
\r
11
rdma_create_id
\r
12
rdma_destroy_id
\r
13
rdma_bind_addr
\r
14
rdma_resolve_addr
\r
15
rdma_resolve_route
\r
16
rdma_create_qp
\r
17
rdma_destroy_qp
\r
18
rdma_connect
\r
19
rdma_listen
\r
20
rdma_accept
\r
21
rdma_reject
\r
22
rdma_notify
\r
23
rdma_disconnect
\r
24
rdma_join_multicast
\r
25
rdma_leave_multicast
\r
26
rdma_get_cm_event
\r
27
rdma_ack_cm_event
\r
28
rdma_get_devices
\r
29
rdma_free_devices
\r
30
rdma_event_str
\r
31
rdma_set_option
\r
32
rdma_migrate_id
\r
33
#endif
\r