diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-15 18:09:53 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-15 18:09:53 -0400 |
commit | 2840865d5abf3ecee3cfc6e1b03d0599aea674fd (patch) | |
tree | d48c98d3aef35b92d8d482a2d57fa4fa6326d29c /sysdeps/unix | |
parent | b402e91af4a1771cdc11bb7d88bbc631aeeddb82 (diff) | |
download | glibc-2840865d5abf3ecee3cfc6e1b03d0599aea674fd.tar glibc-2840865d5abf3ecee3cfc6e1b03d0599aea674fd.tar.gz glibc-2840865d5abf3ecee3cfc6e1b03d0599aea674fd.tar.bz2 glibc-2840865d5abf3ecee3cfc6e1b03d0599aea674fd.zip |
Define IP_MULTICAST_ALL
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/in.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h index 0aa0d6638a..165e1441c5 100644 --- a/sysdeps/unix/sysv/linux/bits/in.h +++ b/sysdeps/unix/sysv/linux/bits/in.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1999, 2000, 2004, 2008, 2010 Free Software Foundation, Inc. +/* Copyright (C) 1991-2000,2004,2008,2010,2011 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 @@ -70,6 +70,7 @@ #define IP_XFRM_POLICY 17 #define IP_PASSSEC 18 #define IP_TRANSPARENT 19 +#define IP_MULTICAST_ALL 49 /* bool */ /* TProxy original addresses */ #define IP_ORIGDSTADDR 20 |