svn commit: branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits
andersen at uclibc.org
andersen at uclibc.org
Thu Feb 1 17:37:44 PST 2007
Author: andersen
Date: 2007-02-01 17:37:43 -0800 (Thu, 01 Feb 2007)
New Revision: 17715
Log:
add some ipv6 sockopts used by some folks
Modified:
branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits/in.h
Changeset:
Modified: branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits/in.h
===================================================================
--- branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits/in.h 2007-02-02 01:29:10 UTC (rev 17714)
+++ branches/uClibc_0_9_28/libc/sysdeps/linux/common/bits/in.h 2007-02-02 01:37:43 UTC (rev 17715)
@@ -115,6 +115,9 @@
#define IPV6_MTU_DISCOVER 23
#define IPV6_MTU 24
#define IPV6_RECVERR 25
+#define IPV6_V6ONLY 26
+#define IPV6_JOIN_ANYCAST 27
+#define IPV6_LEAVE_ANYCAST 28
#define SCM_SRCRT IPV6_RXSRCRT
More information about the uClibc-cvs
mailing list