Lines Matching +full:0 +full:x0ff00000
108 for (i = 0; i < len; i++) { in ip6_finddst()
122 * Accordingly, the final DA is encoded in srh_segments[0] in ip6_finddst()
186 memset(&ph, 0, sizeof(ph)); in nextproto6_cksum()
212 vec[0].ptr = (const uint8_t *)(void *)&ph; in nextproto6_cksum()
213 vec[0].len = sizeof(ph); in nextproto6_cksum()
233 int fragmented = 0; in ip6_print()
258 * message, Code 0, should be sent to the packet's source, pointing in ip6_print()
264 * If the payload length is 0, we temporarily just set the total in ip6_print()
273 if (payload_len != 0) { in ip6_print()
290 if (flow & 0x0ff00000) in ip6_print()
291 ND_PRINT("class 0x%02x, ", (flow & 0x0ff00000) >> 20); in ip6_print()
292 if (flow & 0x000fffff) in ip6_print()
293 ND_PRINT("flowlabel 0x%05x, ", flow & 0x000fffff); in ip6_print()
313 total_advance = 0; in ip6_print()
315 found_extension_header = 0; in ip6_print()
316 found_jumbo = 0; in ip6_print()
317 found_hbh = 0; in ip6_print()
318 while (cp < ndo->ndo_snapend && advance > 0) { in ip6_print()
350 if (payload_len == 0 && found_jumbo == 0) { in ip6_print()
355 if (advance < 0) { in ip6_print()
366 if (advance < 0) { in ip6_print()
376 if (advance < 0 || ndo->ndo_snapend <= cp + advance) { in ip6_print()
396 if (advance < 0) { in ip6_print()
408 if (advance < 0) { in ip6_print()
454 if (payload_len == 0) { in ip6_print()