Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/
H A Dhtcp.cc502 htcpDataHeaderSquid hdrSquid; in htcpBuildData() local
503 memset(&hdrSquid, 0, sizeof(hdrSquid)); in htcpBuildData()
505 hdrSquid.opcode = stuff->op; in htcpBuildData()
507 hdrSquid.F1 = stuff->f1; in htcpBuildData()
508 hdrSquid.RR = stuff->rr; in htcpBuildData()
1258 htcpDataHeaderSquid hdrSquid; in htcpHandleMsg() local
1259 memcpy(&hdrSquid, hbuf, sizeof(hdrSquid)); in htcpHandleMsg()
1260 hdr.length = hdrSquid.length; in htcpHandleMsg()
1261 hdr.opcode = hdrSquid.opcode; in htcpHandleMsg()
1263 hdr.F1 = hdrSquid.F1; in htcpHandleMsg()
[all …]