Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 253) sorted by relevance

1234567891011

/Zephyr-Core-3.6.0/subsys/net/ip/
Dicmpv4.c90 uint8_t skip; in icmpv4_update_record_route() local
151 skip = ptr - ptr_offset; in icmpv4_update_record_route()
152 if (skip) { in icmpv4_update_record_route()
154 if (net_pkt_write(reply, opt_data + offset, skip)) { in icmpv4_update_record_route()
158 offset += skip; in icmpv4_update_record_route()
159 len += skip; in icmpv4_update_record_route()
201 uint8_t skip; in icmpv4_update_time_stamp() local
293 skip = ptr - ptr_offset; in icmpv4_update_time_stamp()
294 if (skip) { in icmpv4_update_time_stamp()
296 if (net_pkt_write(reply, opt_data + offset, skip)) { in icmpv4_update_time_stamp()
[all …]
Droute.h252 struct in6_addr *skip,
/Zephyr-Core-3.6.0/lib/os/
Dmpsc_pbuf.c141 return item->skip.len; in get_skip()
164 union mpsc_pbuf_generic skip = { in add_skip_item() local
165 .skip = { .valid = 0, .busy = 1, .len = wlen } in add_skip_item()
168 buffer->buf[buffer->tmp_wr_idx] = skip.raw; in add_skip_item()
273 union mpsc_pbuf_generic skip = { in post_drop_action() local
274 .skip = { in post_drop_action()
281 buffer->buf[prev_tmp_wr_idx] = skip.raw; in post_drop_action()
547 uint32_t skip = get_skip(item); in mpsc_pbuf_claim() local
549 if (skip || !is_valid(item)) { in mpsc_pbuf_claim()
551 skip ? skip : buffer->get_wlen(item); in mpsc_pbuf_claim()
[all …]
/Zephyr-Core-3.6.0/include/zephyr/sys/
Dmpsc_packet.h51 struct mpsc_pbuf_skip skip; member
/Zephyr-Core-3.6.0/samples/net/virtual/
DKconfig23 skip setting static value.
40 skip setting static value.
/Zephyr-Core-3.6.0/tests/net/lib/lwm2m/interop/pytest/
Dconftest.py60 pytest.skip('Leshan server not available')
73 pytest.skip('Leshan Bootstrap server not available')
86 pytest.skip('CoAPthon3 package not installed')
/Zephyr-Core-3.6.0/doc/kernel/data_structures/
Dmpsc_pbuf.rst53 | 0 | 1 | internal skip packet |
56 Packet buffer space contains free space, valid user packets and internal skip
57 packets. Internal skip packets indicates padding, e.g. at the end of the buffer.
65 wrapping of the write index, a skip packet is added to the end of buffer. If
75 skip packet is added before busy packet and packets following the busy packet
77 packet is converted to skip packet to avoid double processing.
/Zephyr-Core-3.6.0/tests/ztest/fail/
DKconfig34 default "ERROR: cannot skip in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSUME_AFTER
35 default "ERROR: cannot skip in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSUME_TEARDOWN
/Zephyr-Core-3.6.0/tests/bluetooth/df/connectionless_cte_rx/src/
Dcommon.c44 g_sync_create_param.skip = 0; in common_create_per_sync_set()
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dcfg.h503 ssize_t bt_mesh_subnets_get(uint16_t net_idxs[], size_t max, off_t skip);
615 off_t skip);
/Zephyr-Core-3.6.0/soc/arm/nxp_lpc/lpc54xxx/
DCMakeLists.txt17 # CMSIS SystemInit allows us to skip enabling clock to SRAM2 bank via
/Zephyr-Core-3.6.0/soc/arm/nxp_lpc/lpc55xxx/
DCMakeLists.txt21 # CMSIS SystemInit allows us to skip enabling clock to SRAM banks via
/Zephyr-Core-3.6.0/subsys/usb/device/
Dusb_descriptor.c315 int hwlen, skip; in usb_update_sn_string_descriptor() local
322 skip = MAX(0, hwlen - usblen); in usb_update_sn_string_descriptor()
323 LOG_HEXDUMP_DBG(&hwid[skip], usblen, "Serial Number"); in usb_update_sn_string_descriptor()
325 sn[i * 2] = hex[hwid[i + skip] >> 4]; in usb_update_sn_string_descriptor()
326 sn[i * 2 + 1] = hex[hwid[i + skip] & 0xF]; in usb_update_sn_string_descriptor()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dull_sync_types.h19 uint16_t skip; member
/Zephyr-Core-3.6.0/tests/arch/arm/arm_custom_interrupt/
DREADME.txt28 SUITE PASS - 100.00% [arm_custom_interrupt]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.0…
/Zephyr-Core-3.6.0/scripts/west_commands/tests/
Dtest_gd32isp.py15 pytest.skip("skipping Linux-only gd32isp tests", allow_module_level=True)
/Zephyr-Core-3.6.0/boards/arm/mec172xevb_assy6906/
DCMakeLists.txt16 # we need to skip it.
/Zephyr-Core-3.6.0/boards/arm/mec1501modular_assy6885/
DCMakeLists.txt16 # we need to skip it.
/Zephyr-Core-3.6.0/boards/arm/mec15xxevb_assy6853/
DCMakeLists.txt16 # we need to skip it.
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py75 pytest.skip('mcumgr not available')
/Zephyr-Core-3.6.0/drivers/serial/
DKconfig.rtt25 …le UART on (default) RTT channel 0. Default channel has to be configured in non-blocking skip mode.
/Zephyr-Core-3.6.0/cmake/linker/ld/
Dtarget_baremetal.cmake16 # skip this flag even though the compiler flag check passes
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dscan.c1644 param->skip > BT_GAP_PER_ADV_MAX_SKIP || in bt_le_per_adv_sync_create()
1711 cp->skip = sys_cpu_to_le16(param->skip); in bt_le_per_adv_sync_create()
1924 if (param->skip > 0x01f3 || in valid_past_param()
1938 uint16_t skip, uint16_t timeout, uint8_t cte_type) in past_param_set() argument
1953 cp->skip = sys_cpu_to_le16(skip); in past_param_set()
1960 static int default_past_param_set(uint8_t mode, uint16_t skip, uint16_t timeout, in default_past_param_set() argument
1975 cp->skip = sys_cpu_to_le16(skip); in default_past_param_set()
2022 return past_param_set(conn, mode, param->skip, param->timeout, cte_type); in bt_le_per_adv_sync_transfer_subscribe()
2024 return default_past_param_set(mode, param->skip, param->timeout, cte_type); in bt_le_per_adv_sync_transfer_subscribe()
/Zephyr-Core-3.6.0/cmake/linker/lld/
Dtarget_baremetal.cmake23 # skip this flag even though the compiler flag check passes
/Zephyr-Core-3.6.0/boards/arm/waveshare_open103z/doc/
Dindex.rst74 :maybe-skip-config:

1234567891011