summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet6_opt_init.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/inet6_opt_init.3')
-rw-r--r--src/lib/libc/net/inet6_opt_init.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/net/inet6_opt_init.3 b/src/lib/libc/net/inet6_opt_init.3
index fb4253aa2c..41ba842166 100644
--- a/src/lib/libc/net/inet6_opt_init.3
+++ b/src/lib/libc/net/inet6_opt_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet6_opt_init.3,v 1.7 2022/03/29 18:15:52 naddy Exp $ 1.\" $OpenBSD: inet6_opt_init.3,v 1.8 2022/03/31 17:27:16 naddy Exp $
2.\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ 2.\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $
3.\" 3.\"
4.\" Copyright (C) 2004 WIDE Project. 4.\" Copyright (C) 2004 WIDE Project.
@@ -28,7 +28,7 @@
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE. 29.\" SUCH DAMAGE.
30.\" 30.\"
31.Dd $Mdocdate: March 29 2022 $ 31.Dd $Mdocdate: March 31 2022 $
32.Dt INET6_OPT_INIT 3 32.Dt INET6_OPT_INIT 3
33.Os 33.Os
34.\" 34.\"
@@ -97,7 +97,7 @@ The
97function can perform different jobs. 97function can perform different jobs.
98When a valid 98When a valid
99.Fa extbuf 99.Fa extbuf
100argument is supplied it appends an option to the extension buffer and 100argument is supplied, it appends an option to the extension buffer and
101returns the updated total length as well as a pointer to the newly 101returns the updated total length as well as a pointer to the newly
102created option in 102created option in
103.Fa databufp . 103.Fa databufp .
@@ -173,7 +173,7 @@ or
173When 173When
174.Fa extbuf 174.Fa extbuf
175is not 175is not
176.Dv NULL 176.Dv NULL ,
177the function also sets up the appropriate padding bytes by inserting a 177the function also sets up the appropriate padding bytes by inserting a
178Pad1 or PadN option of the proper length. 178Pad1 or PadN option of the proper length.
179.Pp 179.Pp
@@ -238,7 +238,7 @@ and
238point to the 8-bit option type, the 8-bit option length and the option 238point to the 8-bit option type, the 8-bit option length and the option
239data respectively. 239data respectively.
240This function does not return any PAD1 or PADN options. 240This function does not return any PAD1 or PADN options.
241When an error occurs or there are no more options the return 241When an error occurs or there are no more options, the return
242value is \-1. 242value is \-1.
243.\" 243.\"
244.Ss inet6_opt_find 244.Ss inet6_opt_find