Lines Matching defs:resplen

507 	int gotsomewhere, terrno, try, v_circuit, resplen, ns;
669 act = (*statp->qhook)(&nsap, &buf, &buflen, ans, reply_buf_size, &resplen);
753 act = (*statp->rhook)(nsap, buf, buflen, ans, *anssiz, &resplen);
876 int truncating, connreset, resplen, n;
1018 resplen = ns_get16(ans);
1019 if (resplen > *anssiz)
1027 len = resplen;
1063 len = resplen - *anssiz;
1083 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, ";; old answer (unexpected):\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1094 *anssiz = resplen;
1169 int resplen, seconds, ntry, n, s;
1397 resplen = internal_recvfrom(s, (char *)ans, *anssiz, from, fromlen, &iface);
1398 if (resplen <= 0)
1409 if (resplen < NS_HFIXEDSZ)
1414 Dprint(statp->options & RES_DEBUG, (stdout, ";; undersized: %d\n", resplen));
1427 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, ";; old answer:\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1443 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, ";; not our server:\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1459 DprintQ(statp->options & RES_DEBUG, (stdout, "server rejected query with EDNS0:\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1474 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, ";; wrong query name:\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1481 DprintQ(statp->options & RES_DEBUG, (stdout, "server rejected query:\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1503 *anssiz = resplen;