Lines Matching refs:network
13 The ``net_capture`` API allows user to monitor the network
14 traffic in one of the Zephyr network interfaces and send that traffic to
22 network traffic for a given network interface. If you would like to capture
23 network data when there is no network interface involved, then you need to use
26 In cooked mode capture, arbitrary network packets can be captured and there
27 does not need to be network interface involved. For example low level HDLC
29 using the normal network interface based capture. Also CANBUS or Bluetooth
30 network data could be captured although currently there is no support in the
31 network stack to capture those.
35 * An ``any`` network interface is created. It acts as a sink where the cooked
37 * A ``cooked`` virtual network interface is attached on top of this ``any``
40 using the network interface configuration API.
44 * The network packet capturing infrastructure is then setup so that the ``cooked``
45 interface is marked as captured network interface.
50 For example, in the sample capture application, these network interfaces