|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/22697/root/lib/modules/2.6.18-419.el5/source/include/rdma/ |
Upload File : |
/* Stuff that should go into include/linux/socket.h */ #ifndef SDP_SOCKET_H #define SDP_SOCKET_H #ifndef AF_INET_SDP #define AF_INET_SDP 27 #define PF_INET_SDP AF_INET_SDP #endif #ifndef AF_INET6_SDP #define AF_INET6_SDP 28 #define PF_INET6_SDP AF_INET6_SDP #endif #ifndef SDP_ZCOPY_THRESH #define SDP_ZCOPY_THRESH 80 #endif #ifndef SDP_LAST_BIND_ERR #define SDP_LAST_BIND_ERR 81 #endif #endif