helloBye_C.hpp
Go to the documentation of this file.
void HelloByeClient_config(uint32_t srcIP, uint16_t dstPort)
Configure the client.
Definition: helloBye_C.cpp:79
void HelloByeClient_free(void *obj)
Free recources used by the state machine.
Definition: helloBye_C.cpp:145
void * HelloByeClient_process(void *obj, struct rte_mbuf **inPkts, unsigned int inCount, unsigned int *sendCount, unsigned int *freeCount)
Process a batch of packets.
Definition: helloBye_C.cpp:128
void HelloByeServer_free(void *obj)
Free recources used by the state machine.
Definition: helloBye_C.cpp:56
void HelloByeServer_getPkts(void *obj, struct rte_mbuf **sendPkts, struct rte_mbuf **freePkts)
Get the packets to send and free.
Definition: helloBye_C.cpp:46
void * HelloByeServer_process(void *obj, struct rte_mbuf **inPkts, unsigned int inCount, unsigned int *sendCount, unsigned int *freeCount)
Process a batch of packets.
Definition: helloBye_C.cpp:32
void HelloByeClient_getPkts(void *obj, struct rte_mbuf **sendPkts, struct rte_mbuf **freePkts)
Get the packets to send and free.
Definition: helloBye_C.cpp:118
void * HelloByeClient_connect(void *obj, struct rte_mbuf **inPkts, unsigned int inCount, unsigned int *sendCount, unsigned int *freeCount, uint32_t dstIP, uint16_t srcPort)
Open a connection to a server.
Definition: helloBye_C.cpp:87