an interface used for dessert_msg frames More...
#include <dessert.h>

| Data Fields | |
| struct dessert_meshif * | next | 
| pointer to next interface | |
| struct dessert_meshif * | prev | 
| pointer to next interface | |
| char | if_name [IFNAMSIZ] | 
| name of interface | |
| unsigned int | if_index | 
| system ifindex | |
| uint8_t | hwaddr [ETHER_ADDR_LEN] | 
| hardware address of interface | |
| pthread_mutex_t | cnt_mutex | 
| counter mutex | |
| uint64_t | ipkts | 
| packet counter in | |
| uint64_t | opkts | 
| packet counter out | |
| uint64_t | ibytes | 
| packet counter in | |
| uint64_t | obytes | 
| packet counter out | |
| pcap_t * | pcap | 
| libpcap descriptor for the interface | |
| char | pcap_err [PCAP_ERRBUF_SIZE] | 
| libpcap error message buffer | |
| pthread_t | worker | 
| pthread running the request loop | |
an interface used for dessert_msg frames
 1.6.2
 1.6.2