Lines Matching refs:GET_U_1
49 if (GET_U_1(bp + i) == IP6OPT_PAD1) in ip6_sopt_print()
53 optlen = GET_U_1(bp + i + 1) + 2; in ip6_sopt_print()
60 switch (GET_U_1(bp + i)) { in ip6_sopt_print()
73 ND_PRINT(", sopt_type %u: trunc)", GET_U_1(bp + i)); in ip6_sopt_print()
76 ND_PRINT(", sopt_type 0x%02x: len=%u", GET_U_1(bp + i), in ip6_sopt_print()
77 GET_U_1(bp + i + 1)); in ip6_sopt_print()
99 if (GET_U_1(bp + i) == IP6OPT_PAD1) in ip6_opt_process()
103 optlen = GET_U_1(bp + i + 1) + 2; in ip6_opt_process()
110 switch (GET_U_1(bp + i)) { in ip6_opt_process()
128 if (GET_U_1(bp + i + 1) != IP6OPT_RTALERT_LEN - 2) { in ip6_opt_process()
129 ND_PRINT("(rtalert: invalid len %u)", GET_U_1(bp + i + 1)); in ip6_opt_process()
140 if (GET_U_1(bp + i + 1) != IP6OPT_JUMBO_LEN - 2) { in ip6_opt_process()
141 ND_PRINT("(jumbo: invalid len %u)", GET_U_1(bp + i + 1)); in ip6_opt_process()
183 if (GET_U_1(bp + i + 1) < IP6OPT_HOMEADDR_MINLEN - 2) { in ip6_opt_process()
184 ND_PRINT("(homeaddr: invalid len %u)", GET_U_1(bp + i + 1)); in ip6_opt_process()
189 if (GET_U_1(bp + i + 1) > IP6OPT_HOMEADDR_MINLEN - 2) { in ip6_opt_process()
199 ND_PRINT("(type %u: trunc)", GET_U_1(bp + i)); in ip6_opt_process()
203 ND_PRINT("(opt_type 0x%02x: len=%u)", GET_U_1(bp + i), in ip6_opt_process()
204 GET_U_1(bp + i + 1)); in ip6_opt_process()
224 hbhlen = (GET_U_1(dp->ip6h_len) + 1) << 3; in hbhopt_process()
244 dstoptlen = (GET_U_1(dp->ip6d_len) + 1) << 3; in dstopt_process()