]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/libibcm/src/libibcm.map
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / libibcm / src / libibcm.map
1 IBCM_1.0 {
2         global:
3                 ib_cm_open_device;
4                 ib_cm_close_device;
5                 ib_cm_get_event;
6                 ib_cm_ack_event;
7                 ib_cm_create_id;
8                 ib_cm_destroy_id;
9                 ib_cm_attr_id;
10                 ib_cm_listen;
11                 ib_cm_send_req;
12                 ib_cm_send_rep;
13                 ib_cm_send_rtu;
14                 ib_cm_send_dreq;
15                 ib_cm_send_drep;
16                 ib_cm_notify;
17                 ib_cm_send_rej;
18                 ib_cm_send_mra;
19                 ib_cm_send_lap;
20                 ib_cm_send_apr;
21                 ib_cm_send_sidr_req;
22                 ib_cm_send_sidr_rep;
23                 ib_cm_init_qp_attr;
24         local: *;
25 };