git-ipv6
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 25 Dec 2022 18:42:32 +0000 (18:42 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 25 Dec 2022 18:42:32 +0000 (18:42 +0000)
commit af6e07dad78dd6367e81d5a4fec7056f1af3e806
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 15 11:25:55 2022 +0200

    non-linux: bits/in.h: Add more RFC options

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-ipv6.diff

bits/in.h

index 076cce08aa34b5f13c0ade0bd82b2c7901105c7a..ad898cce890b3a69a15fea2836fc9336c016497f 100644 (file)
--- a/bits/in.h
+++ b/bits/in.h
@@ -104,6 +104,16 @@ struct ip_opts
 #define IPV6_PATHMTU           61
 #define IPV6_DONTFRAG          62
 
+/* Advanced API (RFC3542) (2).  */
+#define IPV6_RECVTCLASS                66
+#define IPV6_TCLASS            67
+
+/* RFC5014.  */
+#define IPV6_ADDR_PREFERENCES  72
+
+/* RFC5082.  */
+#define IPV6_MINHOPCOUNT       73
+
 /* Obsolete synonyms for the above.  */
 #define IPV6_ADD_MEMBERSHIP    IPV6_JOIN_GROUP
 #define IPV6_DROP_MEMBERSHIP   IPV6_LEAVE_GROUP