commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd,commited] non-linux: bits/in.h: Add more RFC options


From: Samuel Thibault
Subject: [hurd,commited] non-linux: bits/in.h: Add more RFC options
Date: Mon, 15 Aug 2022 11:27:48 +0200

---
 bits/in.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/bits/in.h b/bits/in.h
index 076cce08aa..ad898cce89 100644
--- 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
-- 
2.35.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]