diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-10 16:20:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-10 16:20:32 +0000 |
commit | 2229b771d08e323113bb435cced80c105cf6446f (patch) | |
tree | 113014984b0432c1466e1a8130fd77f0ea092b06 /sysdeps | |
parent | ed24330dd15dfad5600cc6bf73c0609788c833c3 (diff) | |
download | glibc-2229b771d08e323113bb435cced80c105cf6446f.tar.gz glibc-2229b771d08e323113bb435cced80c105cf6446f.tar.xz glibc-2229b771d08e323113bb435cced80c105cf6446f.zip |
(IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST, IPV6_IPSEC_POLICY, IPV6_XFRM_POLICY): Define.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/in.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h index e6cf575744..5c21ec9aa8 100644 --- a/sysdeps/unix/sysv/linux/bits/in.h +++ b/sysdeps/unix/sysv/linux/bits/in.h @@ -115,6 +115,11 @@ struct in_pktinfo #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 IPV6_IPSEC_POLICY 34 +#define IPV6_XFRM_POLICY 35 #define SCM_SRCRT IPV6_RXSRCRT |