16:33:40 | Start |
| == calculate the needed buffer size == |
16:33:40 | inet6_opt_init(extbuf:(nil), extlen:16)
|
16:33:40 | return 2
|
| == append option with option type set to 0 == |
16:33:40 | inet6_opt_append(extbuf:(nil), extlen:16, offset:2, type:0, len:4, align:4, databufp:(nil))
|
16:33:40 | return -1
|
| == append option with option type set to 1 == |
16:33:40 | inet6_opt_append(extbuf:(nil), extlen:16, offset:2, type:1, len:4, align:4, databufp:(nil))
|
16:33:40 | return -1
|
| == append option with align set to 3 == |
16:33:41 | inet6_opt_append(extbuf:(nil), extlen:16, offset:2, type:3, len:4, align:3, databufp:(nil))
|
16:33:41 | return -1
|
| == append option with align set to 6 == |
16:33:41 | inet6_opt_append(extbuf:(nil), extlen:16, offset:2, type:3, len:4, align:6, databufp:(nil))
|
16:33:41 | return -1
|
| == append option with align set to 16 == |
16:33:41 | inet6_opt_append(extbuf:(nil), extlen:16, offset:2, type:3, len:4, align:16, databufp:(nil))
|
16:33:41 | return -1
|
| == append option to extension header == |
16:33:41 | inet6_opt_append(extbuf:(nil), extlen:16, offset:2, type:3, len:8, align:4, databufp:(nil))
|
16:33:41 | return 12
|
| OK |
16:33:41 | End |