Lines Matching refs:ND_PRINT
175 ND_PRINT((ndo, "Can't handle IPv6")); in pgm_print()
183 ND_PRINT((ndo, "%s > %s: [|pgm]", in pgm_print()
190 ND_PRINT((ndo, "%s > %s: [|pgm]", in pgm_print()
203 ND_PRINT((ndo, "%s.%s > %s.%s: ", in pgm_print()
209 ND_PRINT((ndo, "%s > %s: ", in pgm_print()
216 ND_PRINT((ndo, "%s.%s > %s.%s: ", in pgm_print()
222 ND_PRINT((ndo, "%s > %s: ", in pgm_print()
229 ND_PRINT((ndo, "PGM, length %u", EXTRACT_16BITS(&pgm->pgm_length))); in pgm_print()
234 ND_PRINT((ndo, " 0x%02x%02x%02x%02x%02x%02x ", in pgm_print()
269 ND_PRINT((ndo, "SPM seq %u trail %u lead %u nla %s", in pgm_print()
282 ND_PRINT((ndo, "POLL seq %u round %u", in pgm_print()
329 ND_PRINT((ndo, "POLR seq %u round %u nla %s ivl %u rnd 0x%08x " in pgm_print()
339 ND_PRINT((ndo, "ODATA trail %u seq %u", in pgm_print()
351 ND_PRINT((ndo, "RDATA trail %u seq %u", in pgm_print()
428 ND_PRINT((ndo, "NAK ")); in pgm_print()
431 ND_PRINT((ndo, "NNAK ")); in pgm_print()
434 ND_PRINT((ndo, "NCF ")); in pgm_print()
439 ND_PRINT((ndo, "(%s -> %s), seq %u", in pgm_print()
449 ND_PRINT((ndo, "ACK seq %u", in pgm_print()
456 ND_PRINT((ndo, "SPMR")); in pgm_print()
460 ND_PRINT((ndo, "UNKNOWN type 0x%02x", pgm->pgm_type)); in pgm_print()
470 ND_PRINT((ndo, "[|OPT]")); in pgm_print()
480 ND_PRINT((ndo, "[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK)); in pgm_print()
485 ND_PRINT((ndo, "[Bad OPT_LENGTH option, length %u != 4]", opt_len)); in pgm_print()
490 ND_PRINT((ndo, "[Bad total option length %u < 4]", opts_len)); in pgm_print()
494 ND_PRINT((ndo, " OPTS LEN %d", opts_len)); in pgm_print()
499 ND_PRINT((ndo, "[Total option length leaves no room for final option]")); in pgm_print()
505 ND_PRINT((ndo, "[Bad option, length %u < %u]", opt_len, in pgm_print()
510 ND_PRINT((ndo, "[Total option length leaves no room for final option]")); in pgm_print()
514 ND_PRINT((ndo, " [|OPT]")); in pgm_print()
521 ND_PRINT((ndo, "[Bad OPT_LENGTH option, length %u != 4]", opt_len)); in pgm_print()
524 ND_PRINT((ndo, " OPTS LEN (extra?) %d", EXTRACT_16BITS(bp))); in pgm_print()
531 ND_PRINT((ndo, "[Bad OPT_FRAGMENT option, length %u != 16]", opt_len)); in pgm_print()
541 ND_PRINT((ndo, " FRAG seq %u off %u len %u", seq, offset, len)); in pgm_print()
548 ND_PRINT((ndo, " NAK LIST")); in pgm_print()
551 ND_PRINT((ndo, "[Option length not a multiple of 4]")); in pgm_print()
555 ND_PRINT((ndo, " %u", EXTRACT_32BITS(bp))); in pgm_print()
564 ND_PRINT((ndo, "[Bad OPT_JOIN option, length %u != 8]", opt_len)); in pgm_print()
570 ND_PRINT((ndo, " JOIN %u", seq)); in pgm_print()
576 ND_PRINT((ndo, "[Bad OPT_NAK_BO_IVL option, length %u != 12]", opt_len)); in pgm_print()
584 ND_PRINT((ndo, " BACKOFF ivl %u ivlseq %u", offset, seq)); in pgm_print()
590 ND_PRINT((ndo, "[Bad OPT_NAK_BO_RNG option, length %u != 12]", opt_len)); in pgm_print()
598 ND_PRINT((ndo, " BACKOFF max %u min %u", offset, seq)); in pgm_print()
621 ND_PRINT((ndo, "[Bad OPT_REDIRECT option, length %u != 4 + address size]", opt_len)); in pgm_print()
629 ND_PRINT((ndo, " REDIRECT %s", (char *)nla)); in pgm_print()
635 ND_PRINT((ndo, "[Bad OPT_PARITY_PRM option, length %u != 8]", opt_len)); in pgm_print()
641 ND_PRINT((ndo, " PARITY MAXTGS %u", len)); in pgm_print()
647 ND_PRINT((ndo, "[Bad OPT_PARITY_GRP option, length %u != 8]", opt_len)); in pgm_print()
653 ND_PRINT((ndo, " PARITY GROUP %u", seq)); in pgm_print()
659 ND_PRINT((ndo, "[Bad OPT_CURR_TGSIZE option, length %u != 8]", opt_len)); in pgm_print()
665 ND_PRINT((ndo, " PARITY ATGS %u", len)); in pgm_print()
671 ND_PRINT((ndo, "[Bad OPT_NBR_UNREACH option, length %u != 4]", opt_len)); in pgm_print()
675 ND_PRINT((ndo, " NBR_UNREACH")); in pgm_print()
680 ND_PRINT((ndo, " PATH_NLA [%d]", opt_len)); in pgm_print()
687 ND_PRINT((ndo, "[Bad OPT_SYN option, length %u != 4]", opt_len)); in pgm_print()
691 ND_PRINT((ndo, " SYN")); in pgm_print()
697 ND_PRINT((ndo, "[Bad OPT_FIN option, length %u != 4]", opt_len)); in pgm_print()
701 ND_PRINT((ndo, " FIN")); in pgm_print()
707 ND_PRINT((ndo, "[Bad OPT_RST option, length %u != 4]", opt_len)); in pgm_print()
711 ND_PRINT((ndo, " RST")); in pgm_print()
716 ND_PRINT((ndo, " CR")); in pgm_print()
723 ND_PRINT((ndo, "[Bad OPT_CRQST option, length %u != 4]", opt_len)); in pgm_print()
727 ND_PRINT((ndo, " CRQST")); in pgm_print()
752 ND_PRINT((ndo, "[Bad OPT_PGMCC_DATA option, length %u != 12 + address size]", opt_len)); in pgm_print()
760 ND_PRINT((ndo, " PGMCC DATA %u %s", offset, (char*)nla)); in pgm_print()
785 ND_PRINT((ndo, "[Bad OPT_PGMCC_FEEDBACK option, length %u != 12 + address size]", opt_len)); in pgm_print()
793 ND_PRINT((ndo, " PGMCC FEEDBACK %u %s", offset, (char*)nla)); in pgm_print()
798 ND_PRINT((ndo, " OPT_%02X [%d] ", opt_type, opt_len)); in pgm_print()
809 ND_PRINT((ndo, " [%u]", length)); in pgm_print()
817 ND_PRINT((ndo, "[|pgm]")); in pgm_print()
819 ND_PRINT((ndo, ">")); in pgm_print()