diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-28 08:26:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-28 08:26:43 +0000 |
commit | 5a81730f4150c39a0c0034eaf55a45462dfc78c2 (patch) | |
tree | 655e4bcbebedecff3f4f55f4e9e0ebf133499375 /bits/in.h | |
parent | 8d4d88bc9bd7aee105464b7a4ccac143b10158de (diff) | |
download | glibc-5a81730f4150c39a0c0034eaf55a45462dfc78c2.tar.gz glibc-5a81730f4150c39a0c0034eaf55a45462dfc78c2.tar.xz glibc-5a81730f4150c39a0c0034eaf55a45462dfc78c2.zip |
Update.
2003-06-25 Alfred M. Szmidt <ams@kemisten.nu> * sysdeps/generic/bits/in.h (IPV6_HOPOPTS, IPV6_DSTOPTS): New macros. (IPV6_RXHOPOPTS, IPV6_RXDSTOPTS): Use them. * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: Typo fix.
Diffstat (limited to 'bits/in.h')
-rw-r--r-- | bits/in.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bits/in.h b/bits/in.h index f94a41becf..a510382245 100644 --- a/bits/in.h +++ b/bits/in.h @@ -64,8 +64,8 @@ struct ip_mreq /* IPV6 socket options. */ #define IPV6_ADDRFORM 1 #define IPV6_RXINFO 2 -#define IPV6_RXHOPOPTS 3 -#define IPV6_RXDSTOPTS 4 +#define IPV6_HOPOPTS 3 +#define IPV6_DSTOPTS 4 #define IPV6_RTHDR 5 #define IPV6_PKTOPTIONS 6 #define IPV6_CHECKSUM 7 @@ -85,6 +85,8 @@ struct ip_mreq /* Obsolete synonyms for the above. */ #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP +#define IPV6_RXHOPOPTS IPV6_HOPOPTS +#define IPV6_RXDSTOPTS IPV6_DSTOPTS /* Routing header options for IPv6. */ #define IPV6_RTHDR_LOOSE 0 /* Hop doesn't need to be neighbour. */ |