Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 10 of 10) sorted by relevance

/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()
137 zassert_equal(outer, expecting_outer, 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()
990 outer = create_outer(attached, AF_INET6, IPPROTO_IPV6, in test_virtual_recv_data_from_tunnel()
992 zassert_not_null(outer, "Cannot allocate %s pkt", outer); 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
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()
359 CHECK(is_red(outer)); in fix_missing_black()
362 set_color(outer, BLACK); in fix_missing_black()
/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/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/scripts/
Dcheckpatch.pl1599 my ($linenr, $remain, $outer, $open, $close, $off) = @_;
1639 if (!$outer || $level <= 1) {
/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/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…