Home | History | Annotate | Download | only in dns

Lines Matching defs:count2

925 	unsigned int count1, count2;
933 count2 = *current2++ * 256;
934 count2 += *current2++;
936 if (count1 != count2) {
942 current2 += (4 * count2);
976 unsigned int count1, count2;
985 count2 = *current2++ * 256;
986 count2 += *current2++;
988 if (count1 != count2) {
994 current2 += (4 * count2);