
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 |
Detailed Description
Member Data Documentation
◆ F1
| unsigned int _htcpDataHeaderSquid::F1 |
Definition at line 76 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
◆ length
| uint16_t _htcpDataHeaderSquid::length |
Definition at line 64 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
◆ msg_id
| uint32_t _htcpDataHeaderSquid::msg_id |
Definition at line 84 of file htcp.cc.
Referenced by htcpHandleMsg().
◆ opcode
| unsigned int _htcpDataHeaderSquid::opcode |
Definition at line 67 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
◆ reserved
◆ response
| unsigned int _htcpDataHeaderSquid::response |
Definition at line 68 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
◆ RR
| unsigned int _htcpDataHeaderSquid::RR |
Definition at line 77 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
The documentation for this struct was generated from the following file:
- src/htcp.cc
