Symbol: IP6OPT_JUMBO
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
1021
case IP6OPT_JUMBO: {
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
36
{ "no offset, 1-byte align", 6, 0, IP6OPT_JUMBO, 4, 1 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
37
{ "no offset, 2-byte align", 6, 0, IP6OPT_JUMBO, 4, 2 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
38
{ "no offset, 2-byte align (2)", 8, 0, IP6OPT_JUMBO, 5, 2 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
39
{ "no offset, 4-byte align (1)", 8, 0, IP6OPT_JUMBO, 4, 4 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
40
{ "no offset, 4-byte align (2)", 8, 0, IP6OPT_JUMBO, 6, 4 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
41
{ "no offset, 8-byte align (1)", 16, 0, IP6OPT_JUMBO, 8, 8 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
42
{ "no offset, 8-byte align (2)", 24, 0, IP6OPT_JUMBO, 22, 8 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
43
{ "offset, 1-byte align (1)", 23, 20, IP6OPT_JUMBO, 1, 1 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
44
{ "offset, 2-byte align (1)", 14, 8, IP6OPT_JUMBO, 3, 2 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
45
{ "offset, 2-byte align (2)", 14, 8, IP6OPT_JUMBO, 4, 2 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
46
{ "offset, 4-byte align (1)", 20, 10, IP6OPT_JUMBO, 7, 4 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
47
{ "offset, 4-byte align (2)", 20, 10, IP6OPT_JUMBO, 8, 4 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
48
{ "offset, 4-byte align (3)", 24, 10, IP6OPT_JUMBO, 9, 4 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
49
{ "invalid align (1)", -1, 0, IP6OPT_JUMBO, 4, 3 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
50
{ "invalid align (2)", -1, 0, IP6OPT_JUMBO, 22, 5 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
51
{ "invalid align (3)", -1, 0, IP6OPT_JUMBO, 22, 7 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
52
{ "invalid align (4)", -1, 0, IP6OPT_JUMBO, 22, 10 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
53
{ "align > len (1)", -1, 0, IP6OPT_JUMBO, 2, 4 },
usr/src/test/os-tests/tests/libsocket/inet6_opt.c
54
{ "align > len (2)", -1, 0, IP6OPT_JUMBO, 7, 8 },
usr/src/uts/common/inet/ip/ip6.c
2801
case IP6OPT_JUMBO: