summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-07-20 08:59:45 +0000
committerume <ume@FreeBSD.org>2005-07-20 08:59:45 +0000
commitb8e17ef7630a3906fbab49d7daa80ccb9bab26a8 (patch)
tree9785e438f36aabb0b62a0a4ea9e8fda10d4ed830 /sys/netinet6/in6.h
parent1b2743636cf7931f817712daaed5e6d2e3701222 (diff)
downloadFreeBSD-src-b8e17ef7630a3906fbab49d7daa80ccb9bab26a8.zip
FreeBSD-src-b8e17ef7630a3906fbab49d7daa80ccb9bab26a8.tar.gz
update comments:
- RFC2292bis -> RFC3542 - typo fixes Submitted by: Keiichi SHIMA <keiichi__at__iijlab.net> Obtained from: KAME
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 62196c6..d0ebdae 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -450,7 +450,7 @@ struct route_in6 {
#define IPV6_FW_GET 34 /* get entire firewall rule chain */
#endif
-/* new socket options introduced in RFC2292bis */
+/* new socket options introduced in RFC3542 */
#define IPV6_RTHDRDSTOPTS 35 /* ip6_dest; send dst option before rthdr */
#define IPV6_RECVPKTINFO 36 /* bool; recv if, dst addr */
@@ -472,7 +472,7 @@ struct route_in6 {
(cmsg only/not in of RFC3542) */
#endif
-/* more new socket options introduced in RFC2292bis */
+/* more new socket options introduced in RFC3542 */
#define IPV6_PKTINFO 46 /* in6_pktinfo; send if, src addr */
#define IPV6_HOPLIMIT 47 /* int; send hop limit */
#define IPV6_NEXTHOP 48 /* sockaddr; next hop addr */
@@ -481,7 +481,7 @@ struct route_in6 {
#define IPV6_RTHDR 51 /* ip6_rthdr; send routing header */
#if 0
#define IPV6_PKTOPTIONS 52 /* buf/cmsghdr; set/get IPv6 options */
- /* obsoleted by 2292bis */
+ /* obsoleted by RFC3542 */
#endif
#define IPV6_RECVTCLASS 57 /* bool; recv traffic class values */
OpenPOWER on IntegriCloud