]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
More in.h definitions from the Linux kernel.
authorUlrich Drepper <drepper@redhat.com>
Wed, 3 Mar 2010 23:37:12 +0000 (15:37 -0800)
committerUlrich Drepper <drepper@redhat.com>
Wed, 3 Mar 2010 23:37:12 +0000 (15:37 -0800)
ChangeLog
sysdeps/unix/sysv/linux/bits/in.h

index a9e7a04b4f64b0be00c5ef1ada14e25b6cf7dc60..d4a70ae76bfee08b6e6e92cb82ee8662848cf836 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-03  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/bits/in.h: Add a few more defintions from the
+       kernel headers.
+
 2010-03-03  David S. Miller  <davem@davemloft.net>
 
        * math/math_private.h (INSERT_WORDS64): Fix argument order.
index b457a1790f4aa4008097ee59742d0df3ddb87447..0aa0d6638ae68eedb33504ccb1c807dee367e18b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-1999, 2000, 2004, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1991-1999, 2000, 2004, 2008, 2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 # define MCAST_INCLUDE   1
 #endif
 
-#define IP_ROUTER_ALERT    5   /* bool */
-#define IP_PKTINFO         8   /* bool */
-#define IP_PKTOPTIONS      9
-#define IP_PMTUDISC        10  /* obsolete name? */
-#define IP_MTU_DISCOVER    10  /* int; see below */
-#define IP_RECVERR         11  /* bool */
-#define IP_RECVTTL         12  /* bool */
-#define IP_RECVTOS         13  /* bool */
+#define IP_ROUTER_ALERT        5       /* bool */
+#define IP_PKTINFO     8       /* bool */
+#define IP_PKTOPTIONS  9
+#define IP_PMTUDISC    10      /* obsolete name? */
+#define IP_MTU_DISCOVER        10      /* int; see below */
+#define IP_RECVERR     11      /* bool */
+#define IP_RECVTTL     12      /* bool */
+#define IP_RECVTOS     13      /* bool */
+#define IP_MTU         14      /* int */
+#define IP_FREEBIND    15
+#define IP_IPSEC_POLICY 16
+#define IP_XFRM_POLICY 17
+#define IP_PASSSEC     18
+#define IP_TRANSPARENT 19
+
+/* TProxy original addresses */
+#define IP_ORIGDSTADDR       20
+#define IP_RECVORIGDSTADDR   IP_ORIGDSTADDR
+
+#define IP_MINTTL       21
 
 
 /* IP_MTU_DISCOVER arguments.  */