Home
last modified time | relevance | path

Searched full:outer (Results 1 – 23 of 23) sorted by relevance

/Zephyr-Core-3.5.0/tests/net/virtual/src/
Dmain.c127 uint8_t outer, inner; in eth_tx() local
135 ret = net_pkt_read_u8(pkt, &outer); in eth_tx()
136 zassert_equal(ret, 0, "Cannot read outer protocol type"); in eth_tx()
137 zassert_equal(outer, expecting_outer, in eth_tx()
138 "Unexpected outer protocol 0x%02x, " in eth_tx()
140 outer, expecting_outer); in eth_tx()
925 struct net_pkt *outer, *inner; in test_virtual_recv_data_from_tunnel() local
957 outer = create_outer(attached, AF_INET, IPPROTO_IP, in test_virtual_recv_data_from_tunnel()
959 zassert_not_null(outer, "Cannot allocate %s pkt", outer); in test_virtual_recv_data_from_tunnel()
961 ret = net_ipv4_create(outer, &net_sin(&src_addr)->sin_addr, in test_virtual_recv_data_from_tunnel()
[all …]
/Zephyr-Core-3.5.0/lib/os/
Drb.c271 struct rbnode *c0, *c1, *inner, *outer; in fix_missing_black() local
328 * so that the far/outer position (i.e. on the in fix_missing_black()
331 outer = get_child(sib, (n_side == 0U) ? 1U : 0U); in fix_missing_black()
332 if (!((outer != NULL) && is_red(outer))) { in fix_missing_black()
345 outer = get_child(sib, (n_side == 0U) ? 1U : 0U); in fix_missing_black()
351 * far/outer slot. We can rotate sib with our parent in fix_missing_black()
354 CHECK(is_red(outer)); in fix_missing_black()
357 set_color(outer, BLACK); in fix_missing_black()
/Zephyr-Core-3.5.0/dts/bindings/gpio/
Dti,boosterpack-header.yaml13 The pins of the 20 pin variant and the outer row of the 40 pin variant are
/Zephyr-Core-3.5.0/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h95 #define NORMAL_O_WT_NT 0x80U /* Normal, Outer Write-through non-transient */
96 #define NORMAL_O_WB_NT 0xC0U /* Normal, Outer Write-back non-transient */
97 #define NORMAL_O_NON_C 0x40U /* Normal, Outer Non-Cacheable */
/Zephyr-Core-3.5.0/modules/openthread/platform/
Dplatform-zephyr.h58 * Outer component calls this method to notify UART driver that it should
/Zephyr-Core-3.5.0/include/zephyr/arch/arm/mmu/
Darm_mmu.h19 * Outer / inner cache attributes for cacheable memory:
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dnet_pkt_filter.rst46 retrieve the outer structure from the provided ``npf_test`` structure pointer.
/Zephyr-Core-3.5.0/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h117 #define NORMAL_O_WT_NT 0x80 /* Normal, Outer Write-through non-transient */
118 #define NORMAL_O_WB_NT 0xC0 /* Normal, Outer Write-back non-transient */
119 #define NORMAL_O_NON_C 0x40 /* Normal, Outer Non-Cacheable */
/Zephyr-Core-3.5.0/arch/arm/include/cortex_m/
Dtz_ns.h31 * This macro creates the function body of an "outer" function which behaves
/Zephyr-Core-3.5.0/include/zephyr/xen/public/
Dmemory.h118 * Normal Memory Inner/Outer Write-Back Cacheable memory attribute.
Darch-arm.h68 * which is mapped as Normal Inner Write-Back Outer Write-Back Inner-Shareable.
/Zephyr-Core-3.5.0/include/zephyr/net/
Dcapture.h60 * @param remote_addr The value tells the tunnel remote/outer endpoint
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_gicv3_priv.h26 #define GIC_BASER_SHARE_OUTER 0x2UL /* Outer Shareable */
/Zephyr-Core-3.5.0/arch/arm64/core/
Dmmu.c584 * Outer shareable, so, for these 2 types of memory, in get_region_desc()
816 * Translation table walk is cacheable, inner/outer WBWA and in get_tcr()
930 * (Normal memory Outer WB + Inner WB) in __arch_mem_map()
932 * (Normal memory Outer WT + Inner WT) in __arch_mem_map()
/Zephyr-Core-3.5.0/samples/net/capture/
DREADME.rst100 The ``zeth`` is the outer tunnel interface, all the packets go via it.
/Zephyr-Core-3.5.0/doc/connectivity/networking/
Dnetwork_monitoring.rst140 <remote> is the (outer) endpoint IP address
/Zephyr-Core-3.5.0/arch/arm/core/mmu/
Darm_mmu.c309 * TEX[2] is always 1. TEX[1:0] contain the outer cache attri- in arm_mmu_convert_attr_flags()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.2.rst1787 ….xxx" when join in the switchboard, then the device may can not visit the outer net, also unable t…
2007 …the ip is "10.4.239.xxx" when join in the switchboard, then the device can not visit the outer net.
Drelease-notes-3.3.rst3494 ….xxx" when join in the switchboard, then the device may can not visit the outer net, also unable t…
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dsdp.c1257 /* 3 bytes for Outer Data Element Sequence declaration */ in sdp_svc_search_att_req()
/Zephyr-Core-3.5.0/doc/contribute/coding_guidelines/
Dindex.rst273 …- An identifier declared in an inner scope shall not hide an identifier declared in an outer scope
/Zephyr-Core-3.5.0/scripts/
Dcheckpatch.pl1600 my ($linenr, $remain, $outer, $open, $close, $off) = @_;
1640 if (!$outer || $level <= 1) {
/Zephyr-Core-3.5.0/subsys/net/ip/
Dnet_shell.c6312 "<remote> is the (outer) endpoint IP address,\n"