Classes | |
struct | client |
struct | States |
Functions | |
StateMachine< Identifier< mbuf >, mbuf >::State | createHello (uint32_t srcIp, uint32_t dstIp, uint16_t srcPort, uint16_t dstPort, uint64_t ident) |
void | runHello (StateMachine< Identifier< mbuf >, mbuf >::State &state, mbuf *pkt, StateMachine< Identifier< mbuf >, mbuf >::FunIface &funIface) |
void | runBye (StateMachine< Identifier< mbuf >, mbuf >::State &state, mbuf *pkt, StateMachine< Identifier< mbuf >, mbuf >::FunIface &funIface) |
void | runRecvBye (StateMachine< Identifier< mbuf >, mbuf >::State &state, mbuf *pkt, StateMachine< Identifier< mbuf >, mbuf >::FunIface &funIface) |
Function Documentation
◆ createHello()
StateMachine< Identifier< mbuf >, mbuf >::State HelloBye3::Client::createHello | ( | uint32_t | srcIp, |
uint32_t | dstIp, | ||
uint16_t | srcPort, | ||
uint16_t | dstPort, | ||
uint64_t | ident | ||
) |
Definition at line 145 of file helloBye3.cpp.
◆ runBye()
void HelloBye3::Client::runBye | ( | StateMachine< Identifier< mbuf >, mbuf >::State & | state, |
mbuf * | pkt, | ||
StateMachine< Identifier< mbuf >, mbuf >::FunIface & | funIface | ||
) |
◆ runHello()
void HelloBye3::Client::runHello | ( | StateMachine< Identifier< mbuf >, mbuf >::State & | state, |
mbuf * | pkt, | ||
StateMachine< Identifier< mbuf >, mbuf >::FunIface & | funIface | ||
) |
◆ runRecvBye()
void HelloBye3::Client::runRecvBye | ( | StateMachine< Identifier< mbuf >, mbuf >::State & | state, |
mbuf * | pkt, | ||
StateMachine< Identifier< mbuf >, mbuf >::FunIface & | funIface | ||
) |