Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/
H A Dhtcp.cc1210 htcpHeader htcpHdr; in htcpHandleMsg() local
1222 memcpy(&htcpHdr, buf, sizeof(htcpHeader)); in htcpHandleMsg()
1223 htcpHdr.length = ntohs(htcpHdr.length); in htcpHandleMsg()
1225 if (htcpHdr.minor == 0) in htcpHandleMsg()
1230 debugs(31, 3, "htcpHandle: htcpHdr.length = " << htcpHdr.length); in htcpHandleMsg()
1231 debugs(31, 3, "htcpHandle: htcpHdr.major = " << htcpHdr.major); in htcpHandleMsg()
1232 debugs(31, 3, "htcpHandle: htcpHdr.minor = " << htcpHdr.minor); in htcpHandleMsg()
1234 if (sz != htcpHdr.length) { in htcpHandleMsg()
1236 htcpHdr.length << " from " << from ); in htcpHandleMsg()
1241 if (htcpHdr.major != 0) { in htcpHandleMsg()
[all …]