Lines Matching refs:GET_BE_U_2

323     family = GET_BE_U_2(cp);  in print_eopt_ecs()
378 opt = GET_BE_U_2(cp); in eopt_print()
383 data_len = GET_BE_U_2(cp); in eopt_print()
412 ND_PRINT("%0.1f sec", (GET_BE_U_2(cp) / 10.0)); in eopt_print()
431 ND_PRINT("%u", GET_BE_U_2(cp + i)); in eopt_print()
648 i = GET_BE_U_2(cp); in ns_qprint()
652 i = GET_BE_U_2(cp); in ns_qprint()
689 typ = GET_BE_U_2(cp); in ns_rprint()
692 i = GET_BE_U_2(cp); in ns_rprint()
708 opt_flags = GET_BE_U_2(cp); in ns_rprint()
722 len = GET_BE_U_2(cp); in ns_rprint()
775 ND_PRINT(" %u", GET_BE_U_2(cp)); in ns_rprint()
794 ND_PRINT(":%u %u %u", GET_BE_U_2(cp + 4), in ns_rprint()
795 GET_BE_U_2(cp), GET_BE_U_2(cp + 2)); in ns_rprint()
844 ND_PRINT(" %u %u ", GET_BE_U_2(cp), GET_BE_U_2(cp + 2)); in ns_rprint()
878 ND_PRINT(" fudge=%u", GET_BE_U_2(cp)); in ns_rprint()
882 ND_PRINT(" maclen=%u", GET_BE_U_2(cp)); in ns_rprint()
883 cp += 2 + GET_BE_U_2(cp); in ns_rprint()
886 ND_PRINT(" origid=%u", GET_BE_U_2(cp)); in ns_rprint()
890 ND_PRINT(" error=%u", GET_BE_U_2(cp)); in ns_rprint()
894 ND_PRINT(" otherlen=%u", GET_BE_U_2(cp)); in ns_rprint()
926 if (GET_BE_U_2(bp) != length) { in domain_print()
928 GET_BE_U_2(bp), length); in domain_print()
951 flags = GET_BE_U_2(np->flags); in domain_print()
953 qdcount = GET_BE_U_2(np->qdcount); in domain_print()
954 ancount = GET_BE_U_2(np->ancount); in domain_print()
955 nscount = GET_BE_U_2(np->nscount); in domain_print()
956 arcount = GET_BE_U_2(np->arcount); in domain_print()
974 rdlen = GET_BE_U_2(cp); in domain_print()
984 type = GET_BE_U_2(cp); in domain_print()
995 rdlen = GET_BE_U_2(cp); in domain_print()
1005 GET_BE_U_2(np->id), in domain_print()
1077 ND_PRINT("%u%s%s%s", GET_BE_U_2(np->id), in domain_print()
1083 b2 = GET_BE_U_2(((const u_short *)np) + 1); in domain_print()