![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <TCPHeader.hpp>


Public Member Functions | |
| bool & | getAckFlag () |
| const bool & | getAckFlag () const |
| bool & | getFinFlag () |
| const bool & | getFinFlag () const |
| wns::service::tl::FlowID & | getFlowID () |
| const wns::service::tl::FlowID & | getFlowID () const |
| bool & | getPushFlag () |
| const bool & | getPushFlag () const |
| bool & | getResetFlag () |
| const bool & | getResetFlag () const |
| bool & | getSynFlag () |
| const bool & | getSynFlag () const |
| bool & | getUrgentFlag () |
| const bool & | getUrgentFlag () const |
| TCPCommand () | |
Public Attributes | |
| struct { | |
| } | local |
| struct { | |
| } | magic |
| struct { | |
| bool ack | |
| bool fin | |
| wns::service::tl::FlowID flowID | |
| bool psh | |
| bool rst | |
| bool syn | |
| bool urg | |
| } | peer |
Definition at line 37 of file TCPHeader.hpp.
| tcp::TCPCommand::TCPCommand | ( | ) | [inline] |
Definition at line 42 of file TCPHeader.hpp.
| bool& tcp::TCPCommand::getAckFlag | ( | ) | [inline, virtual] |
| const bool& tcp::TCPCommand::getAckFlag | ( | ) | const [inline, virtual] |
| bool& tcp::TCPCommand::getFinFlag | ( | ) | [inline, virtual] |
| const bool& tcp::TCPCommand::getFinFlag | ( | ) | const [inline, virtual] |
| wns::service::tl::FlowID& tcp::TCPCommand::getFlowID | ( | ) | [inline, virtual] |
| const wns::service::tl::FlowID& tcp::TCPCommand::getFlowID | ( | ) | const [inline, virtual] |
| bool& tcp::TCPCommand::getPushFlag | ( | ) | [inline, virtual] |
| const bool& tcp::TCPCommand::getPushFlag | ( | ) | const [inline, virtual] |
| bool& tcp::TCPCommand::getResetFlag | ( | ) | [inline, virtual] |
| const bool& tcp::TCPCommand::getResetFlag | ( | ) | const [inline, virtual] |
| bool& tcp::TCPCommand::getSynFlag | ( | ) | [inline, virtual] |
| const bool& tcp::TCPCommand::getSynFlag | ( | ) | const [inline, virtual] |
| bool& tcp::TCPCommand::getUrgentFlag | ( | ) | [inline, virtual] |
| const bool& tcp::TCPCommand::getUrgentFlag | ( | ) | const [inline, virtual] |
Definition at line 56 of file TCPHeader.hpp.
Definition at line 60 of file TCPHeader.hpp.
Definition at line 54 of file TCPHeader.hpp.
| struct { ... } tcp::TCPCommand::local |
| struct { ... } tcp::TCPCommand::magic |
| struct { ... } tcp::TCPCommand::peer |
Definition at line 57 of file TCPHeader.hpp.
Definition at line 58 of file TCPHeader.hpp.
Definition at line 59 of file TCPHeader.hpp.
Definition at line 55 of file TCPHeader.hpp.
1.5.5