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/26 16:31:56
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

16:31:56Start

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

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

OK
16:31:56End