Home
last modified time | relevance | path

Searched refs:cooked (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/doc/connectivity/networking/api/
Dcapture.rst24 the cooked mode capture API.
26 In cooked mode capture, arbitrary network packets can be captured and there
33 The cooked mode capture works like this:
35 * An ``any`` network interface is created. It acts as a sink where the cooked
36 mode captured packets are written by the cooked mode capture API.
37 * A ``cooked`` virtual network interface is attached on top of this ``any``
39 * The ``cooked`` interface must be configured to capture certain L2 packet types
41 * When cooked mode capture API is used, the caller must specify what is the
42 layer 2 protocol type of the captured data. The cooked mode capture API is then
44 * The network packet capturing infrastructure is then setup so that the ``cooked``
[all …]
/Zephyr-latest/subsys/net/lib/capture/
DKconfig50 bool "Capture non-IP packets a.k.a cooked (SLL) mode [EXPERIMENTAL]"
57 Linux cooked mode (sll). Here a synthetic link layer header
82 string "Name of the cooked mode network interface"
83 default "cooked"
86 This sets the name of the cooked mode capture network interface.
95 at the same time in cooked mode.
DCMakeLists.txt9 zephyr_library_sources(cooked.c)
Dcooked.c288 NET_VIRTUAL_INTERFACE_INIT(cooked, COOKED_DEVICE, dev_init,
/Zephyr-latest/drivers/net/
Dppp.c62 struct net_capture_cooked cooked; member
417 net_capture_data(&ppp_capture_ctx->cooked, in ppp_send_flush()
651 net_capture_data(&ppp_capture_ctx->cooked, in ppp_process_msg()
1031 ret = net_capture_cooked_setup(&ppp_capture_ctx->cooked, in ppp_iface_init()
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/
DREADME.rst82 characters 'cooked' out.
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/
DREADME.rst95 processed and 'cooked out'.
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1458 * Added cooked mode capture support. This allows non-IP based network data capture.