Searched refs:Read_replylen (Results 1 – 1 of 1) sorted by relevance
1353 …const mDNSBool Read_replylen = (tcpInfo->nread < 2); // Do we need to read the replylen field fir… in tcpCallback() local1354 if (Read_replylen) // First read the two-byte length preceeding the DNS message in tcpCallback()1408 …if (!Read_replylen) { LogMsg("ERROR: tcpCallback - read returned %d", n); err = mStatus_ConnFailed… in tcpCallback()