|
Squid Web Cache master
|
Public Attributes | |
| uint16_t | length |
| unsigned int | opcode:4 |
| unsigned int | response:4 |
| unsigned int | reserved:6 |
| unsigned int | F1:1 |
| unsigned int | RR:1 |
| uint32_t | msg_id |
| unsigned int _htcpDataHeaderSquid::F1 |
Definition at line 78 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
| uint16_t _htcpDataHeaderSquid::length |
Definition at line 66 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
| uint32_t _htcpDataHeaderSquid::msg_id |
Definition at line 86 of file htcp.cc.
Referenced by htcpHandleMsg().
| unsigned int _htcpDataHeaderSquid::opcode |
Definition at line 69 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
| unsigned int _htcpDataHeaderSquid::response |
Definition at line 70 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
| unsigned int _htcpDataHeaderSquid::RR |
Definition at line 79 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().