|
Squid Web Cache master
|
Public Attributes | |
| uint16_t | length |
| uint8_t | response:4 |
| uint8_t | opcode:4 |
| uint8_t | RR:1 |
| uint8_t | F1:1 |
| uint8_t | reserved:6 |
| uint32_t | msg_id |
| uint8_t _htcpDataHeader::F1 |
Definition at line 106 of file htcp.cc.
Referenced by htcpBuildData(), htcpClrReply(), htcpHandleMsg(), htcpHandleTstRequest(), and htcpHandleTstResponse().
| uint16_t _htcpDataHeader::length |
Definition at line 90 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
| uint32_t _htcpDataHeader::msg_id |
Definition at line 110 of file htcp.cc.
Referenced by htcpBuildData(), htcpClrReply(), htcpHandleMsg(), htcpHandleTstResponse(), and htcpTstReply().
| uint8_t _htcpDataHeader::opcode |
Definition at line 97 of file htcp.cc.
Referenced by htcpSpecifier::checkedHit(), htcpSpecifier::fillChecklist(), htcpBuildData(), htcpHandleClr(), htcpHandleMsg(), and htcpHandleTstRequest().
| uint8_t _htcpDataHeader::reserved |
Definition at line 107 of file htcp.cc.
Referenced by htcpHandleMsg().
| uint8_t _htcpDataHeader::response |
Definition at line 96 of file htcp.cc.
Referenced by htcpBuildData(), htcpHandleMsg(), and htcpHandleTstResponse().
| uint8_t _htcpDataHeader::RR |
Definition at line 105 of file htcp.cc.
Referenced by htcpBuildData(), htcpHandleMsg(), and htcpHandleTst().