Test Information

TitleCompatibility with IPv4 Applications
CommandLine./tst_with_v4_app --log=5.html --title=Compatibility with IPv4 Applications
TestVersionREL_1_1_18
Start2023/02/03 01:00:05
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

01:00:05Start

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

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

OK
01:00:05End