Home
last modified time | relevance | path

Searched refs:Read_replylen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c1353 …const mDNSBool Read_replylen = (tcpInfo->nread < 2); // Do we need to read the replylen field fir… in tcpCallback() local
1354 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()