Home
last modified time | relevance | path

Searched full:captured (Results 1 – 25 of 93) sorted by relevance

1234

/Zephyr-latest/subsys/net/lib/capture/
DKconfig16 The captured packets are sent to another host for processing.
19 The captured network packets are sent using IPIP tunnel
46 if one needs to send captured data to multiple different devices,
94 This defines how many ETH_P_* link type values can be captured
Dcapture.c67 * captured network packets.
516 struct net_pkt *captured; in net_capture_pkt_with_status() local
521 /* We must prevent to capture network packet that is already captured in net_capture_pkt_with_status()
541 * cooked mode captured. So no need to clone it here. in net_capture_pkt_with_status()
548 captured = pkt; in net_capture_pkt_with_status()
553 captured = net_pkt_clone(pkt, K_NO_WAIT); in net_capture_pkt_with_status()
557 if (captured == NULL) { in net_capture_pkt_with_status()
558 NET_DBG("Captured pkt %s", "dropped"); in net_capture_pkt_with_status()
565 net_pkt_set_orig_iface(captured, iface); in net_capture_pkt_with_status()
566 net_pkt_set_iface(captured, ctx->tunnel_iface); in net_capture_pkt_with_status()
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dcapture.rst26 In cooked mode capture, arbitrary network packets can be captured and there
28 packets in PPP can be captured, as the HDLC L2 layer data is stripped away when
30 network data could be captured although currently there is no support in the
36 mode captured packets are written by the cooked mode capture API.
42 layer 2 protocol type of the captured data. The cooked mode capture API is then
45 interface is marked as captured network interface.
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst54 Zephyr will send captured network packets to one of these interfaces.
60 captured network packets. The ``net-capture.py`` provides an UDP listener,
61 it can print the captured data to screen and optionally can also save the
80 Listen captured network data from Zephyr and save it optionally to pcap file.
103 containing the captured network packets to the configured IP tunnel, so we
160 the ``2001:db8:200::2`` is the peer IP address where the captured network
199 captured network traffic as that would lead to recursion.
203 The captured network traffic can be sent to some other network interface
217 After enabling the monitoring, the system will send captured (either received
241 captured network traffic in a useful way.
[all …]
/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Dadsp_timestamp.h12 /* Captured timestamp data - contains a copy of all DfTTS snapshot registers. */
25 * @param timestamp Captured timestamp data
/Zephyr-latest/samples/net/capture/
DREADME.rst13 The captured packets are sent to
17 then the remote host where the captured packets are sent can also be reached
143 Next the monitoring is setup so that captured packets are sent as a payload
168 The tunneling interface will be UP and the captured packets will be sent to
201 You should see a ICMPv4 message sent to ``192.0.2.2`` and also the captured
206 The actual captured network packets received at the end of the tunnel will look
214 Frame 34: 94 bytes on wire (752 bits), 94 bytes captured (752 bits) on interface zeth-ip6ip, id 0
225 Frame 35: 94 bytes on wire (752 bits), 94 bytes captured (752 bits) on interface zeth-ip6ip, id 0
/Zephyr-latest/tests/kernel/fatal/message_capture/
DREADME1 This test case verifies that kernel fatal error logging message can be captured.
/Zephyr-latest/include/zephyr/net/
Dcapture.h54 /** Send captured data */
107 * captured packets are pushed. The captured network packets are
185 * @brief Send captured packet.
211 * @brief Check if the network packet needs to be captured or not.
236 * @return 0 if captured packet was handled ok, <0 if the capture failed
252 /** The type and direction of the captured data. */
Dnet_timeout.h96 * milliseconds. This is generally a captured value of k_uptime_get_32().
129 * be calculated. This should be recently captured value from
149 * be calculated. This should be recently captured value from
/Zephyr-latest/include/zephyr/net/http/
Dserver.h173 /** @brief Status of captured request headers */
175 HTTP_HEADER_STATUS_OK, /**< All available headers were successfully captured. */
367 /** Buffer for HTTP headers captured for application use */
370 /** Descriptor of each captured HTTP header */
373 /** Status of captured headers */
376 /** Number of headers captured */
497 * @brief Register an HTTP request header to be captured by the server
500 * @param _header header to be captured, as literal string
504 "Header is too long to be captured, try increasing " \
/Zephyr-latest/samples/sensor/mcux_acmp/
DREADME.rst18 captured on J25-13, the :zephyr:board:`frdm_ke17z` and :zephyr:board:`frdm_ke17z512` boards are
19 captured in J2-3, the :zephyr:board:`mimxrt1180_evk` board are captured in J45-13, need
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_tach_npcx/
Dtach_nuvoton_npcx.c73 /* Captured counts of tachometer */
177 LOG_DBG("port A is captured %d, port b is captured %d", in tach_npcx_is_captured()
182 * In mode 5, the flag TAPND or TBPND indicates a input captured on in tach_npcx_is_captured()
262 /* Clear stale captured data */ in tach_npcx_sample_fetch()
273 /* Save captured count */ in tach_npcx_sample_fetch()
297 * TACH = Captured counts of tachometer in tach_npcx_channel_get()
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dsaleae_logic2.py51 # Last sample is just captured at last moment of capture, not related
85 # Add one second to ensure all data is captured
/Zephyr-latest/drivers/net/
DKconfig76 packet capturing in core network stack to send the captured packets
78 where the captured packets are sent for processing. Note that you
87 The captured PPP frames are temporarily stored into this buffer.
/Zephyr-latest/dts/bindings/sdhc/
Dzephyr,sdhc-spi-slot.yaml25 Clock phase: this dictates when is the data captured, and depends
/Zephyr-latest/drivers/sensor/ene_tach_kb1200/
Dtach_ene_kb1200.c26 /* Captured counts of tachometer */
77 /* Save captured count */ in tach_kb1200_sample_fetch()
/Zephyr-latest/soc/nordic/nrf53/
Dsync_rtc.c54 * to the value captured on APP side.
57 * APP: Sets Compare event for value = 2 * captured value + arbitrary offset
171 * interval that contains captured offset. in remote_callback()
/Zephyr-latest/samples/subsys/profiling/perf/
DREADME.rst36 * Print the samples captured by perf in the terminal with the shell command:
/Zephyr-latest/scripts/
Dgen_gcov_files.py40 print("incomplete data captured from %s" % input_file)
/Zephyr-latest/scripts/profiling/
Dstackcollapse.py11 This translate stack samples captured by perf subsystem into format
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/
DREADME.rst43 You should see a page with a sample content about Zephyr (captured at a
/Zephyr-latest/include/zephyr/drivers/
Dpwm.h383 * @param period_cycles Captured PWM period width (in clock cycles). HW
385 * @param pulse_cycles Captured PWM pulse width (in clock cycles). HW specific.
804 * @param[out] period Pointer to the memory to store the captured PWM period
806 * @param[out] pulse Pointer to the memory to store the captured PWM pulse width
835 * @param[out] period Pointer to the memory to store the captured PWM period
837 * @param[out] pulse Pointer to the memory to store the captured PWM pulse width
890 * @param[out] period Pointer to the memory to store the captured PWM period
892 * @param[out] pulse Pointer to the memory to store the captured PWM pulse width
/Zephyr-latest/samples/boards/nordic/battery/src/
Dmain.c17 /* "Curve" here eyeballed from captured data for the [Adafruit
/Zephyr-latest/tests/kernel/fatal/message_capture/src/
Dmain.c39 * log message can be captured.
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h327 * @param ap captured stack arguments corresponding to the conversion
393 * formatted results immediately all arguments are captured so this can be
440 * formatted results immediately all arguments are captured so this can be
462 * @param ap captured stack arguments corresponding to the conversion
630 /** @brief Generate the output for a previously captured format
641 * captured by cbprintf_package() or cbvprintf_package(). The alignment
785 /** @brief Generate the output for a previously captured format
793 * captured by cbprintf_package() or cbvprintf_package(). The alignment

1234