PcapDriverContext Struct Reference
PCAP driver context. More...
Data Fields | |
pcap_t * | handle |
uint_t | writeIndex |
uint_t | readIndex |
PcapDriverPacket | queue [PCAP_DRIVER_QUEUE_SIZE] |
Detailed Description
PCAP driver context.
Definition at line 69 of file pcap_driver.c.
Field Documentation
◆ handle
pcap_t* handle |
Definition at line 71 of file pcap_driver.c.
◆ queue
Definition at line 74 of file pcap_driver.c.
◆ readIndex
uint_t readIndex |
Definition at line 73 of file pcap_driver.c.
◆ writeIndex
uint_t writeIndex |
Definition at line 72 of file pcap_driver.c.
The documentation for this struct was generated from the following file:
- cyclone_tcp/drivers/pcap/pcap_driver.c