X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..eb6b6ca394357805f2bdba989abae309f718b4d8:/bsd/man/man4/ip6.4 diff --git a/bsd/man/man4/ip6.4 b/bsd/man/man4/ip6.4 index 473ed190e..21411666a 100644 --- a/bsd/man/man4/ip6.4 +++ b/bsd/man/man4/ip6.4 @@ -310,6 +310,15 @@ The routine and family of routines may be used to manipulate this data. .Pp This option requires superuser privileges. +.It Dv IPV6_TCLASS Fa "int *" +Get or set the value of the traffic class field used for outgoing +datagrams on this socket. The value must be between -1 and 255. +A value of -1 resets to the default value. +.It Dv IPV6_RECVTCLASS Fa "int *" +Get or set the status of whether the traffic class header field +will be provided as ancillary data along with the payload in subsequent +.Xr recvmsg 2 +calls. The header field is stored as a single value of type int. .It Dv IPV6_RTHDR Fa "int *" Get or set whether the routing header from subsequent packets will be provided as ancillary data along with the payload in subsequent @@ -387,18 +396,6 @@ For wildcard sockets, this can restrict connections to IPv6 only. Get or set whether the minimal IPv6 maximum transmission unit (MTU) size will be used to avoid fragmentation from occurring for subsequent outgoing datagrams. -.It Dv IPV6_AUTH_LEVEL Fa "int *" -Get or set the -.Xr ipsec 4 -authentication level. -.It Dv IPV6_ESP_TRANS_LEVEL Fa "int *" -Get or set the ESP transport level. -.It Dv IPV6_ESP_NETWORK_LEVEL Fa "int *" -Get or set the ESP encapsulation level. -.It Dv IPV6_IPCOMP_LEVEL Fa "int *" -Get or set the -.Xr ipcomp 4 -level. .El .Pp The