Socket Options

Test Program Version :REL_1_1_18

Start:2023/01/17 08:40:12
End :2023/01/17 08:40:34

No.Title ResultLogScript

Unicast Hop Limit


1Return an error of EINVAL when the IPV6_UNICAST_HOPS option is set to less than -1PASSXX
2Use kernel default value when the IPV6_UNICAST_HOPS option is set to -1PASSXX
3Use the given value when the IPV6_UNICAST_HOPS option is set to a valid valuePASSXX
4Return an error of EINVAL when the IPV6_UNICAST_HOPS option is set to larger than 255PASSXX
5Get the value of IPV6_UNICAST_HOPS option from kernelPASSXX

Sending and Receiving Multicast Packets



IPV6_MULTICAST_IF


6Set the interface to use for outgoing multicast packetsPASSXX
7Get the interface to use for outgoing multicast packets from kernelPASSXX

IPV6_MULTICAST_HOPS


8Return an error of EINVAL when the IPV6_MULTICAST_HOPS option is set to less than -1PASSXX
9Use kernel default value when the IPV6_MULTICAST_HOPS option is set to -1PASSXX
10Use the given value when the IPV6_MULTICAST_HOPS option is set to a valid valuePASSXX
11Return an error of EINVAL when the IPV6_MULTICAST_HOPS option is set to larger than 256PASSXX
12Get the value of IPV6_MULTICAST_HOPS option from kernelPASSXX

IPV6_MULTICAST_LOOP


13A copy is looped back if the IPV6_MULTICAST_LOOP option is set to 1PASSXX
14A copy is not looped back if the IPV6_MULTICAST_LOOP option is set to 0PASSXX
15Get the value of IPV6_MULTICAST_LOOP option from kernelPASSXX

IPV6_JOIN_GROUP


16Join a multicast group on a specified local interfacePASSXX

IPV6_LEAVE_GROUP


17Leave a multicast group on a specified interfacePASSXX

IPV6_V6ONLY option for AF_INET6 Sockets


18Restricts AF_INET6 sockets to IPv6 communications onlyPASSXX
19Restricts the socket can be used to send and receive IPv6 packets onlyPASSXX
20Allow two versions of the same server process to run on the same portPASSXX
21Get the value of IPV6_V6ONLY option from kernelPASSXX

Index
This Report was generated by IPv6 Sockets API Test Kit