Searched refs:outer (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/net/virtual/src/ |
D | main.c | 127 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() 947 struct net_pkt *outer, *inner; in test_virtual_recv_data_from_tunnel() local 979 outer = create_outer(attached, AF_INET, IPPROTO_IP, in test_virtual_recv_data_from_tunnel() 981 zassert_not_null(outer, "Cannot allocate %s pkt", outer); in test_virtual_recv_data_from_tunnel() 983 ret = net_ipv4_create(outer, &net_sin(&src_addr)->sin_addr, in test_virtual_recv_data_from_tunnel() 988 outer = create_outer(attached, AF_INET6, IPPROTO_IPV6, in test_virtual_recv_data_from_tunnel() 990 zassert_not_null(outer, "Cannot allocate %s pkt", outer); in test_virtual_recv_data_from_tunnel() [all …]
|
/Zephyr-latest/lib/utils/ |
D | rb.c | 274 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/ |
D | net_pkt_filter.rst | 46 retrieve the outer structure from the provided ``npf_test`` structure pointer.
|
D | capture.rst | 86 In this example, the ``192.0.2.2`` is the address of the outer end point of the
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 100 The ``zeth`` is the outer tunnel interface, all the packets go via it.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 144 <remote> is the (outer) endpoint IP address
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 1602 my ($linenr, $remain, $outer, $open, $close, $off) = @_; 1642 if (!$outer || $level <= 1) {
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 242 …- An identifier declared in an inner scope shall not hide an identifier declared in an outer scope
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 1787 ….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.
|
D | release-notes-3.3.rst | 3494 ….xxx" when join in the switchboard, then the device may can not visit the outer net, also unable t…
|