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