Test Information

TitleCompatibility with IPv4 Applications
CommandLine./tst_with_v4_app --log=5.html --title=Compatibility with IPv4 Applications
TestVersionREL_1_1_18
Start2023/01/17 08:40:06
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

08:40:06Start

== Application can create IPV4/TCP and IPV4/UDP sockets ==
08:40:06socket(domain:AF_INET, type:SOCK_STREAM, protocol:0)
08:40:06return sockfd=4
08:40:06socket(domain:AF_INET, type:SOCK_DGRAM, protocol:0)
08:40:06return sockfd=5

== Application can hold a combination with differenet sockets ==
08:40:06socket(domain:AF_INET6, type:SOCK_STREAM, protocol:0)
08:40:06return sockfd=6
08:40:06socket(domain:AF_INET6, type:SOCK_DGRAM, protocol:0)
08:40:06return sockfd=7
08:40:06close(4)
08:40:06close(5)
08:40:06close(6)
08:40:06close(7)

OK
08:40:06End