Home
last modified time | relevance | path

Searched refs:net_capture_enable (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/net/capture/src/
Dmain.c239 ret = net_capture_enable(capture_dev, net_if_get_by_index(ifindex)); in init_app()
/Zephyr-latest/include/zephyr/net/
Dcapture.h115 static inline int net_capture_enable(const struct device *dev, struct net_if *iface) in net_capture_enable() function
/Zephyr-latest/subsys/net/lib/shell/
Dcapture.c214 ret = net_capture_enable(capture_dev, iface); in cmd_net_capture_enable()