Test Information

TitleInserts data items of various sizes in the data portion of the option
CommandLine./tst_inet6_opt_set_val --log=7.html --title=Inserts data items of various sizes in the data portion of the option
TestVersionREL_1_1_18
Start2023/02/03 01:01:51
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

01:01:51Start

== calculate the needed buffer size ==
01:01:51inet6_opt_init(extbuf:0x3ffdc378890, extlen:16)
01:01:51return 2
01:01:51extension header is:
00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00

== append option to extension header ==
01:01:51inet6_opt_append(extbuf:0x3ffdc378890, extlen:16, offset:2, type:3, len:8, align:4, databufp:0x3ffdc378870)
01:01:51return 12
01:01:51extension header is:
00 01 03 08 00 00 00 00 00 00 00 00 00 00 00 00
01:01:51inet6_opt_set_val(databuf:0x3ffdc378894, offset:0, val:0x3ffdc378878, vallen:8)
01:01:51return 8
01:01:51extension header is:
00 01 03 08 ff ff ff ff ff ff ff ff 00 00 00 00

OK
01:01:51End