OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / glibc / glibc-2.3.6-IP_TRANSPORT.patch
1 --- glibc-2.3.6/sysdeps/unix/sysv/linux/bits/in.h.orig  2009-08-20 16:46:29.000000000 +1000
2 +++ glibc-2.3.6/sysdeps/unix/sysv/linux/bits/in.h       2009-08-20 16:47:25.000000000 +1000
3 @@ -62,6 +62,12 @@
4  #define IP_RECVERR         11  /* bool */
5  #define IP_RECVTTL         12  /* bool */
6  #define IP_RECVTOS         13  /* bool */
7 +#define IP_MTU             14
8 +#define IP_FREEBIND        15
9 +#define IP_IPSEC_POLICY    16
10 +#define IP_XFRM_POLICY     17
11 +#define IP_PASSSEC         18
12 +#define IP_TRANSPARENT     19
13  
14  
15  /* IP_MTU_DISCOVER arguments.  */