#include <tcp-typedefs.h>
Public Member Functions | |
TcpStateMachine () | |
SA | Lookup (States_t, Events_t) |
Events_t | FlagsEvent (uint8_t) |
Public Attributes | |
StateActions_t | aT |
EventVec_t | eV |
Definition at line 99 of file tcp-typedefs.h.
ns3::TcpStateMachine::TcpStateMachine | ( | ) |
Definition at line 49 of file tcp-l4-protocol.cc.
References ns3::ACK_RX, ns3::ACK_TX, ns3::ACK_TX_1, ns3::APP_CLOSE, ns3::APP_CLOSED, ns3::APP_CONNECT, ns3::APP_LISTEN, ns3::APP_NOTIFY, ns3::APP_SEND, aT, ns3::BAD_FLAGS, ns3::CANCEL_TM, ns3::CLOSE_WAIT, ns3::CLOSED, ns3::CLOSING, ns3::ESTABLISHED, eV, ns3::FIN_ACK_RX, ns3::FIN_ACK_TX, ns3::FIN_RX, ns3::FIN_TX, ns3::FIN_WAIT_1, ns3::FIN_WAIT_2, ns3::LAST_ACK, ns3::LISTEN, ns3::NEW_ACK, ns3::NEW_SEQ_RX, ns3::NO_ACT, NS_LOG_FUNCTION_NOARGS, ns3::PEER_CLOSE, ns3::RETX, ns3::RST_RX, ns3::RST_TX, ns3::SEQ_RECV, ns3::SERV_NOTIFY, ns3::SYN_ACK_RX, ns3::SYN_ACK_TX, ns3::SYN_RCVD, ns3::SYN_RX, ns3::SYN_SENT, ns3::SYN_TX, ns3::TIMED_WAIT, ns3::TIMEOUT, and ns3::TX_DATA.
Events_t ns3::TcpStateMachine::FlagsEvent | ( | uint8_t | f | ) |
Definition at line 298 of file tcp-l4-protocol.cc.
References ns3::BAD_FLAGS, eV, ns3::MAX_FLAGS, and NS_LOG_FUNCTION.
Definition at line 292 of file tcp-l4-protocol.cc.
References aT, and NS_LOG_FUNCTION.
Definition at line 106 of file tcp-typedefs.h.
Referenced by Lookup(), and TcpStateMachine().
Definition at line 107 of file tcp-typedefs.h.
Referenced by FlagsEvent(), and TcpStateMachine().