HelloBye3::Client Namespace Reference

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 
)

Definition at line 204 of file helloBye3.cpp.

Here is the call graph for this function:

◆ runHello()

void HelloBye3::Client::runHello ( StateMachine< Identifier< mbuf >, mbuf >::State &  state,
mbuf pkt,
StateMachine< Identifier< mbuf >, mbuf >::FunIface &  funIface 
)

Definition at line 162 of file helloBye3.cpp.

Here is the call graph for this function:

◆ runRecvBye()

void HelloBye3::Client::runRecvBye ( StateMachine< Identifier< mbuf >, mbuf >::State &  state,
mbuf pkt,
StateMachine< Identifier< mbuf >, mbuf >::FunIface &  funIface 
)

Definition at line 255 of file helloBye3.cpp.

Here is the call graph for this function: