Home
last modified time | relevance | path

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

12

/Zephyr-latest/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()
949 struct net_pkt *outer, *inner; in test_virtual_recv_data_from_tunnel() local
981 outer = create_outer(attached, AF_INET, IPPROTO_IP, in test_virtual_recv_data_from_tunnel()
983 zassert_not_null(outer, "Cannot allocate %s pkt", outer); in test_virtual_recv_data_from_tunnel()
985 ret = net_ipv4_create(outer, &net_sin(&src_addr)->sin_addr, in test_virtual_recv_data_from_tunnel()
[all …]
/Zephyr-latest/lib/utils/
Drb.c274 struct rbnode *c0, *c1, *inner, *outer; in fix_missing_black() local
332 * so that the far/outer position (i.e. on the in fix_missing_black()
335 outer = get_child(sib, (n_side == 0U) ? 1U : 0U); in fix_missing_black()
336 if (!((outer != NULL) && is_red(outer))) { in fix_missing_black()
350 outer = get_child(sib, (n_side == 0U) ? 1U : 0U); in fix_missing_black()
356 * far/outer slot. We can rotate sib with our parent in fix_missing_black()
359 CHECK(is_red(outer)); in fix_missing_black()
362 set_color(outer, BLACK); in fix_missing_black()
/Zephyr-latest/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-latest/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-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dfeedback_nrf53.c121 * crossed through the zero or the outer bound. in update_sof_offset()
136 * outer bound. The actual changes should be significantly lower in update_sof_offset()
/Zephyr-latest/modules/openthread/platform/
Dplatform-zephyr.h58 * Outer component calls this method to notify UART driver that it should
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt_filter.rst46 retrieve the outer structure from the provided ``npf_test`` structure pointer.
Dcapture.rst86 In this example, the ``192.0.2.2`` is the address of the outer end point of the
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h116 #define NORMAL_O_WT_NT 0x80 /* Normal, Outer Write-through non-transient */
117 #define NORMAL_O_WB_NT 0xC0 /* Normal, Outer Write-back non-transient */
118 #define NORMAL_O_NON_C 0x40 /* Normal, Outer Non-Cacheable */
/Zephyr-latest/include/zephyr/arch/arm/mmu/
Darm_mmu.h19 * Outer / inner cache attributes for cacheable memory:
/Zephyr-latest/arch/arm/include/cortex_m/
Dtz_ns.h31 * This macro creates the function body of an "outer" function which behaves
/Zephyr-latest/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-latest/samples/subsys/usb/uac2_explicit_feedback/src/
Dfeedback_nrf53.c235 * crossed through the zero or the outer bound. in update_sof_offset()
250 * outer bound. The actual changes should be significantly lower in update_sof_offset()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_gicv3_priv.h26 #define GIC_BASER_SHARE_OUTER 0x2UL /* Outer Shareable */
/Zephyr-latest/subsys/net/lib/shell/
Dcapture.c255 "<remote> is the (outer) endpoint IP address,\n"
/Zephyr-latest/samples/net/capture/
DREADME.rst100 The ``zeth`` is the outer tunnel interface, all the packets go via it.
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst144 <remote> is the (outer) endpoint IP address
/Zephyr-latest/include/zephyr/net/
Dcapture.h63 * @param remote_addr The value tells the tunnel remote/outer endpoint
/Zephyr-latest/arch/arm64/core/
Dmmu.c703 * Outer shareable, so, for these 2 types of memory, in get_region_desc()
951 * Translation table walk is cacheable, inner/outer WBWA and in get_tcr()
1065 * (Normal memory Outer WB + Inner WB) in __arch_mem_map()
1067 * (Normal memory Outer WT + Inner WT) in __arch_mem_map()
/Zephyr-latest/samples/net/capture/src/
Dmain.c189 * The 192.0.2.2 is the address of the outer end point of the host that in init_app()
/Zephyr-latest/arch/arm/core/mmu/
Darm_mmu.c316 * TEX[2] is always 1. TEX[1:0] contain the outer cache attri- in arm_mmu_convert_attr_flags()
/Zephyr-latest/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.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst278 …- An identifier declared in an inner scope shall not hide an identifier declared in an outer scope
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c1268 /* 3 bytes for Outer Data Element Sequence declaration */ in sdp_svc_search_att_req()

12