View | Details | Raw Unified | Return to bug 120945
Collapse All | Expand All

(-)src/share/man/man4/ip6.4 (-2 / +13 lines)
Lines 30-36 Link Here
30
.\"
30
.\"
31
.\" $FreeBSD: src/share/man/man4/ip6.4,v 1.22 2006/09/29 16:16:41 bms Exp $
31
.\" $FreeBSD: src/share/man/man4/ip6.4,v 1.22 2006/09/29 16:16:41 bms Exp $
32
.\"
32
.\"
33
.Dd September 29, 2006
33
.Dd Februrary 21, 2008
34
.Dt IP6 4
34
.Dt IP6 4
35
.Os
35
.Os
36
.Sh NAME
36
.Sh NAME
Lines 147-153 The following socket options are support Link Here
147
.It Dv IPV6_UNICAST_HOPS Fa "int *"
147
.It Dv IPV6_UNICAST_HOPS Fa "int *"
148
Get or set the default hop limit header field for outgoing unicast
148
Get or set the default hop limit header field for outgoing unicast
149
datagrams sent on this socket.
149
datagrams sent on this socket.
150
A value of \-1 resets to the default value.
151
.\" .It Dv IPV6_RECVOPTS Fa "int *"
150
.\" .It Dv IPV6_RECVOPTS Fa "int *"
152
.\" Get or set the status of whether all header options will be
151
.\" Get or set the status of whether all header options will be
153
.\" delivered along with the datagram when it is received.
152
.\" delivered along with the datagram when it is received.
Lines 312-317 The Link Here
312
routine and family of routines may be used to manipulate this data.
311
routine and family of routines may be used to manipulate this data.
313
.Pp
312
.Pp
314
This option requires superuser privileges.
313
This option requires superuser privileges.
314
.It Dv IPV6_TCLASS Fa "int *"
315
Get or set the value of the traffic class field used for outgoing datagrams
316
on this socket.
317
The value must be between \-1 and 255.
318
A value of \-1 resets to the default value.
319
.It Dv IPV6_RECVTCLASS Fa "int *"
320
Get or set the status of whether the traffic class header field will be
321
provided as ancillary data along with the payload in subsequent
322
.Xr recvmsg 2
323
calls.
324
The header field is stored as a single value of type
325
.Vt int .
315
.It Dv IPV6_RTHDR Fa "int *"
326
.It Dv IPV6_RTHDR Fa "int *"
316
Get or set whether the routing header from subsequent packets will be
327
Get or set whether the routing header from subsequent packets will be
317
provided as ancillary data along with the payload in subsequent
328
provided as ancillary data along with the payload in subsequent

Return to bug 120945