|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Network packet capture definitions. More...
Go to the source code of this file.
Functions | |
| int | net_capture_setup (const char *remote_addr, const char *my_local_addr, const char *peer_addr, const struct device **dev) |
| Setup network packet capturing support. | |
| static int | net_capture_cleanup (const struct device *dev) |
| Cleanup network packet capturing support. | |
| static int | net_capture_enable (const struct device *dev, struct net_if *iface) |
| Enable network packet capturing support. | |
| static bool | net_capture_is_enabled (const struct device *dev) |
| Is network packet capture enabled or disabled. | |
| static int | net_capture_disable (const struct device *dev) |
| Disable network packet capturing support. | |
Network packet capture definitions.
Definitions for capturing network packets.