summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet6_option_space.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/inet6_option_space.3')
-rw-r--r--src/lib/libc/net/inet6_option_space.313
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3
index 956cf9d815..286fa9dba9 100644
--- a/src/lib/libc/net/inet6_option_space.3
+++ b/src/lib/libc/net/inet6_option_space.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet6_option_space.3,v 1.19 2006/12/09 01:12:28 itojun Exp $ 1.\" $OpenBSD: inet6_option_space.3,v 1.20 2006/12/09 14:40:15 jmc Exp $
2.\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ 2.\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $
3.\" 3.\"
4.\" Copyright (C) 2004 WIDE Project. 4.\" Copyright (C) 2004 WIDE Project.
@@ -59,6 +59,12 @@
59.\" 59.\"
60.Sh DESCRIPTION 60.Sh DESCRIPTION
61.\" 61.\"
62Note:
63RFC 2292 has been superseded by RFC 3542.
64The use of functions described in this page is deprecated.
65See
66.Xr inet6_opt_init 3 .
67.Pp
62Manipulating and parsing IPv6's Hop-by-Hop and Destination options is 68Manipulating and parsing IPv6's Hop-by-Hop and Destination options is
63complicated by the need to properly align and pad data as well as the 69complicated by the need to properly align and pad data as well as the
64need to manipulate ancillary information that is not part of the data 70need to manipulate ancillary information that is not part of the data
@@ -70,11 +76,6 @@ All of the prototypes
70for the option functions are defined in the 76for the option functions are defined in the
71.Aq Pa netinet/in.h 77.Aq Pa netinet/in.h
72header file. 78header file.
73.Pp
74RFC 2292 was superseded by RFC 3542.
75Functions described in this document were deprecated.
76See
77.Xr inet6_opt_init 3 .
78.\" 79.\"
79.Ss inet6_option_space 80.Ss inet6_option_space
80In order to determine the amount of space necessary to hold any option 81In order to determine the amount of space necessary to hold any option