]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/ofed/include/rdma/sdp_socket.h
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / ofed / include / rdma / sdp_socket.h
1 /* Stuff that should go into include/linux/socket.h */
2
3 #ifndef SDP_SOCKET_H
4 #define SDP_SOCKET_H
5
6 #ifndef AF_INET_SDP
7 #define AF_INET_SDP 27
8 #define PF_INET_SDP AF_INET_SDP
9 #endif
10
11 #ifndef SDP_ZCOPY_THRESH
12 #define SDP_ZCOPY_THRESH 80
13 #endif
14
15 #ifndef SDP_LAST_BIND_ERR
16 #define SDP_LAST_BIND_ERR 81
17 #endif
18
19 /* TODO: AF_INET6_SDP ? */
20
21 #endif