From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 95FA43858C74; Mon, 15 Aug 2022 09:27:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95FA43858C74 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] non-linux: bits/in.h: Add more RFC options X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: 453b88efe6fa79f5c7c6fccc3a520c75fdd43074 X-Git-Newrev: af6e07dad78dd6367e81d5a4fec7056f1af3e806 Message-Id: <20220815092731.95FA43858C74@sourceware.org> Date: Mon, 15 Aug 2022 09:27:31 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2022 09:27:31 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=af6e07dad78dd6367e81d5a4fec7056f1af3e806 commit af6e07dad78dd6367e81d5a4fec7056f1af3e806 Author: Samuel Thibault Date: Mon Aug 15 11:25:55 2022 +0200 non-linux: bits/in.h: Add more RFC options Diff: --- 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