Test Program Version : | REL_1_1_18 |
Start: | 2023/01/17 08:41:50 |
End : | 2023/01/17 08:41:55 |
No. | Title | Result | Log | Script |
---|---|---|---|---|
inet6_opt_init | ||||
1 | Initializes the extension header to have the correct length field | PASS | X | X |
2 | Calculate the needed buffer size for the empty extension header | PASS | X | X |
inet6_opt_append | ||||
3 | Initialize the option and returns a pointer to the location for the option content | PASS | X | X |
4 | Calculate the needed buffer size for the extension header | PASS | X | X |
inet6_opt_finish | ||||
5 | Updated total length taking into account the final padding of the extension header | PASS | X | X |
6 | Calculate the needed buffer size for the extension header | PASS | X | X |
inet6_opt_set_val | ||||
7 | Inserts data items of various sizes in the data portion of the option | PASS | X | X |
inet6_opt_next | ||||
8 | Parse received option extension headers returning the next option | PASS | X | X |
inet6_opt_find | ||||
9 | Parse received option extension headers returning the next option which is the given option type | PASS | X | X |
inet6_opt_get_val | ||||
10 | Extracts data items of various sizes in the data portion of the option | PASS | X | X |