public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] non-linux: bits/in.h: Add more RFC options
@ 2022-08-15  9:27 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2022-08-15  9:27 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-15  9:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15  9:27 [hurd,commited] non-linux: bits/in.h: Add more RFC options Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).