Socket Options
Test Program Version :
REL_1_1_18
Start:
2023/01/26 16:32:02
End :
2023/01/26 16:32:24
No.
Title
Result
Log
Script
Unicast Hop Limit
1
Return an error of EINVAL when the IPV6_UNICAST_HOPS option is set to less than -1
PASS
X
X
2
Use kernel default value when the IPV6_UNICAST_HOPS option is set to -1
PASS
X
X
3
Use the given value when the IPV6_UNICAST_HOPS option is set to a valid value
PASS
X
X
4
Return an error of EINVAL when the IPV6_UNICAST_HOPS option is set to larger than 255
PASS
X
X
5
Get the value of IPV6_UNICAST_HOPS option from kernel
PASS
X
X
Sending and Receiving Multicast Packets
IPV6_MULTICAST_IF
6
Set the interface to use for outgoing multicast packets
PASS
X
X
7
Get the interface to use for outgoing multicast packets from kernel
PASS
X
X
IPV6_MULTICAST_HOPS
8
Return an error of EINVAL when the IPV6_MULTICAST_HOPS option is set to less than -1
PASS
X
X
9
Use kernel default value when the IPV6_MULTICAST_HOPS option is set to -1
PASS
X
X
10
Use the given value when the IPV6_MULTICAST_HOPS option is set to a valid value
PASS
X
X
11
Return an error of EINVAL when the IPV6_MULTICAST_HOPS option is set to larger than 256
PASS
X
X
12
Get the value of IPV6_MULTICAST_HOPS option from kernel
PASS
X
X
IPV6_MULTICAST_LOOP
13
A copy is looped back if the IPV6_MULTICAST_LOOP option is set to 1
PASS
X
X
14
A copy is not looped back if the IPV6_MULTICAST_LOOP option is set to 0
PASS
X
X
15
Get the value of IPV6_MULTICAST_LOOP option from kernel
PASS
X
X
IPV6_JOIN_GROUP
16
Join a multicast group on a specified local interface
PASS
X
X
IPV6_LEAVE_GROUP
17
Leave a multicast group on a specified interface
PASS
X
X
IPV6_V6ONLY option for AF_INET6 Sockets
18
Restricts AF_INET6 sockets to IPv6 communications only
PASS
X
X
19
Restricts the socket can be used to send and receive IPv6 packets only
PASS
X
X
20
Allow two versions of the same server process to run on the same port
PASS
X
X
21
Get the value of IPV6_V6ONLY option from kernel
PASS
X
X
Index
RFC3493 : Basic Socket Interface Extensions for IPv6
Socket Options
Socket Interface
Interface Identification
Library Functions
RFC3542 : Advanced Sockets Application Program Interface (API) for IPv6
Common Structures and Definitions
IPv6 Raw Sockets
Packet Information
Routing Header Option
Hop-By-Hop Options
Destination Options
Hop-by-Hop and Destination Options Processing
Extended interfaces for rresvport, rcmd and rexec
Up
This Report was generated by IPv6 Sockets API Test Kit