public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "Carlos O'Donell" <carlos@redhat.com>
To: GNU C Library <libc-alpha@sourceware.org>
Subject: [COMMITTED] BZ#18643: Add missing RFC3542 defines.
Date: Wed, 08 Jul 2015 14:57:00 -0000	[thread overview]
Message-ID: <559D3A47.6030804@redhat.com> (raw)

Trivial sync with latest kernel headers. Committed.

2015-07-08  Carlos O'Donell  <carlos@redhat.com>

	[BZ #18643]
	* sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
	IPV6_PATHMTU, and IPV6_DONTFRAG.

diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h
index f684736..887719f 100644
--- a/sysdeps/unix/sysv/linux/bits/in.h
+++ b/sysdeps/unix/sysv/linux/bits/in.h
@@ -184,6 +184,7 @@ struct in_pktinfo
 #define IPV6_IPSEC_POLICY      34
 #define IPV6_XFRM_POLICY       35
 
+/* Advanced API (RFC3542) (1).  */
 #define IPV6_RECVPKTINFO       49
 #define IPV6_PKTINFO           50
 #define IPV6_RECVHOPLIMIT      51
@@ -195,7 +196,11 @@ struct in_pktinfo
 #define IPV6_RTHDR             57
 #define IPV6_RECVDSTOPTS       58
 #define IPV6_DSTOPTS           59
+#define IPV6_RECVPATHMTU       60
+#define IPV6_PATHMTU           61
+#define IPV6_DONTFRAG          62
 
+/* Advanced API (RFC3542) (2).  */
 #define IPV6_RECVTCLASS                66
 #define IPV6_TCLASS            67
 

                 reply	other threads:[~2015-07-08 14:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=559D3A47.6030804@redhat.com \
    --to=carlos@redhat.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).