]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/ofed/include/rdma/sdp_socket.h
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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