Lines Matching refs:ND_PRINT

100 	ND_PRINT((ndo, "\\[x"));  in blabel_print()
103 ND_PRINT((ndo, "%02x", *bitp)); in blabel_print()
108 ND_PRINT((ndo, "%02x", tc & (0xff << (8 - b)))); in blabel_print()
112 ND_PRINT((ndo, "%1x", ((tc >> 4) & 0x0f) & (0x0f << (4 - b)))); in blabel_print()
114 ND_PRINT((ndo, "/%d]", bitlen)); in blabel_print()
117 ND_PRINT((ndo, ".../%d]", bitlen)); in blabel_print()
133 ND_PRINT((ndo, "<ELT %d>", elt)); in labellen()
190 ND_PRINT((ndo, "<LOOP>")); in ns_nprint()
204 ND_PRINT((ndo, "<ELT %d>", elt)); in ns_nprint()
214 ND_PRINT((ndo, ".")); in ns_nprint()
225 ND_PRINT((ndo, ".")); in ns_nprint()
334 ND_PRINT((ndo, " %s", tok2str(ns_type2str, "Type%d", i))); in ns_qprint()
343 ND_PRINT((ndo, " %s", tok2str(ns_class2str, "(Class %d)", class))); in ns_qprint()
345 ND_PRINT((ndo, i & C_QU ? " (QU)" : " (QM)")); in ns_qprint()
348 ND_PRINT((ndo, "? ")); in ns_qprint()
363 ND_PRINT((ndo, " ")); in ns_rprint()
383 ND_PRINT((ndo, " %s", tok2str(ns_class2str, "(Class %d)", class))); in ns_rprint()
386 ND_PRINT((ndo, " (Cache flush)")); in ns_rprint()
397 ND_PRINT((ndo, " [")); in ns_rprint()
399 ND_PRINT((ndo, "]")); in ns_rprint()
411 ND_PRINT((ndo, " %s", tok2str(ns_type2str, "Type%d", typ))); in ns_rprint()
419 ND_PRINT((ndo, " %s", intoa(htonl(EXTRACT_32BITS(cp))))); in ns_rprint()
428 ND_PRINT((ndo, " ")); in ns_rprint()
436 ND_PRINT((ndo, " ")); in ns_rprint()
439 ND_PRINT((ndo, " ")); in ns_rprint()
444 ND_PRINT((ndo, " %u", EXTRACT_32BITS(cp))); in ns_rprint()
446 ND_PRINT((ndo, " %u", EXTRACT_32BITS(cp))); in ns_rprint()
448 ND_PRINT((ndo, " %u", EXTRACT_32BITS(cp))); in ns_rprint()
450 ND_PRINT((ndo, " %u", EXTRACT_32BITS(cp))); in ns_rprint()
452 ND_PRINT((ndo, " %u", EXTRACT_32BITS(cp))); in ns_rprint()
456 ND_PRINT((ndo, " ")); in ns_rprint()
461 ND_PRINT((ndo, " %d", EXTRACT_16BITS(cp))); in ns_rprint()
466 ND_PRINT((ndo, " \"")); in ns_rprint()
470 ND_PRINT((ndo, "\"")); in ns_rprint()
475 ND_PRINT((ndo, " ")); in ns_rprint()
480 ND_PRINT((ndo, ":%d %d %d", EXTRACT_16BITS(cp + 4), in ns_rprint()
493 ND_PRINT((ndo, " %s", in ns_rprint()
510 ND_PRINT((ndo, " %u(bad plen)", pbit)); in ns_rprint()
517 ND_PRINT((ndo, " %u %s", pbit, in ns_rprint()
521 ND_PRINT((ndo, " ")); in ns_rprint()
530 ND_PRINT((ndo, " UDPsize=%u", class)); in ns_rprint()
532 ND_PRINT((ndo, " OK")); in ns_rprint()
548 ND_PRINT((ndo, " ")); in ns_rprint()
554 ND_PRINT((ndo, " fudge=%u", EXTRACT_16BITS(cp))); in ns_rprint()
558 ND_PRINT((ndo, " maclen=%u", EXTRACT_16BITS(cp))); in ns_rprint()
562 ND_PRINT((ndo, " origid=%u", EXTRACT_16BITS(cp))); in ns_rprint()
566 ND_PRINT((ndo, " error=%u", EXTRACT_16BITS(cp))); in ns_rprint()
570 ND_PRINT((ndo, " otherlen=%u", EXTRACT_16BITS(cp))); in ns_rprint()
596 ND_PRINT((ndo, "%d%s%s%s%s%s%s", in ns_print()
606 ND_PRINT((ndo, " [%dq]", qdcount)); in ns_print()
611 ND_PRINT((ndo, ",")); in ns_print()
613 ND_PRINT((ndo, " q:")); in ns_print()
622 ND_PRINT((ndo, " %d/%d/%d", ancount, nscount, arcount)); in ns_print()
627 ND_PRINT((ndo, ",")); in ns_print()
637 ND_PRINT((ndo, " ns:")); in ns_print()
641 ND_PRINT((ndo, ",")); in ns_print()
649 ND_PRINT((ndo, " ar:")); in ns_print()
653 ND_PRINT((ndo, ",")); in ns_print()
664 ND_PRINT((ndo, "%d%s%s%s", EXTRACT_16BITS(&np->id), ns_ops[DNS_OPCODE(np)], in ns_print()
671 ND_PRINT((ndo, " [b2&3=0x%x]", b2)); in ns_print()
675 ND_PRINT((ndo, " [%dq]", qdcount)); in ns_print()
677 ND_PRINT((ndo, " [%da]", ancount)); in ns_print()
681 ND_PRINT((ndo, " [%da]", ancount)); in ns_print()
683 ND_PRINT((ndo, " [%dq]", qdcount)); in ns_print()
686 ND_PRINT((ndo, " [%dn]", nscount)); in ns_print()
688 ND_PRINT((ndo, " [%dau]", arcount)); in ns_print()
712 ND_PRINT((ndo, ",")); in ns_print()
720 ND_PRINT((ndo, " ns:")); in ns_print()
724 ND_PRINT((ndo, ",")); in ns_print()
732 ND_PRINT((ndo, " ar:")); in ns_print()
736 ND_PRINT((ndo, ",")); in ns_print()
745 ND_PRINT((ndo, " (%d)", length)); in ns_print()
749 ND_PRINT((ndo, "[|domain]")); in ns_print()