Lines Matching refs:endOfMsg
286 skipName (cp, endOfMsg)
288 u_char *endOfMsg;
292 if ((n = dn_skipname (cp, endOfMsg)) < 0)
305 skipToData (cp, type, class, ttl, dlen, endOfMsg)
311 u_char *endOfMsg;
316 tmp_cp += skipName (tmp_cp, endOfMsg);
356 u_char *endOfMsg; /* need to know the end of the message */
393 endOfMsg = response.buf + responseLen;
411 cp += skipName (cp, endOfMsg) + QFIXEDSZ;
416 && (cp < endOfMsg))
421 cp += skipToData (cp, &type, &class, &ttl, &dlen, endOfMsg);
439 endOfMsg, /* End of the packet */
500 u_char *endOfMsg; /* need to know the end of the message */
536 endOfMsg = response.buf + responseLen;
554 cp += skipName (cp, endOfMsg) + QFIXEDSZ;
559 && (cp < endOfMsg))
564 cp += skipToData (cp, &type, &class, &ttl, &dlen, endOfMsg);