|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Network packet capture device information. More...
#include <capture.h>
Data Fields | |
| const struct device * | capture_dev |
| The capture device. | |
| struct net_if * | capture_iface |
| Network interface where the network packets are captured. | |
| struct net_if * | tunnel_iface |
| IPIP tunnel network interface where the captured packets are sent. | |
| struct net_sockaddr * | peer |
| Peer (inner) tunnel IP address. | |
| struct net_sockaddr * | local |
| Local (inner) tunnel IP address. | |
| bool | is_enabled |
| Is the capture currently enabled. | |
Network packet capture device information.
| const struct device* net_capture_info::capture_dev |
The capture device.
| struct net_if* net_capture_info::capture_iface |
Network interface where the network packets are captured.
| bool net_capture_info::is_enabled |
Is the capture currently enabled.
| struct net_sockaddr* net_capture_info::local |
Local (inner) tunnel IP address.
| struct net_sockaddr* net_capture_info::peer |
Peer (inner) tunnel IP address.
| struct net_if* net_capture_info::tunnel_iface |
IPIP tunnel network interface where the captured packets are sent.