Home
last modified time | relevance | path

Searched refs:inner (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/tests/net/virtual/src/
Dmain.c127 uint8_t outer, inner; in eth_tx() local
143 ret = net_pkt_read_u8(pkt, &inner); in eth_tx()
145 zassert_equal(inner, expecting_inner, in eth_tx()
148 inner, expecting_inner); in eth_tx()
948 struct net_pkt *outer, *inner; in test_virtual_recv_data_from_tunnel() local
1000 inner = create_inner(iface, AF_INET, IPPROTO_IP, in test_virtual_recv_data_from_tunnel()
1004 zassert_not_null(inner, "Cannot allocate %s pkt", inner); in test_virtual_recv_data_from_tunnel()
1006 ret = net_ipv4_create(inner, &net_sin(&inner_src)->sin_addr, in test_virtual_recv_data_from_tunnel()
1013 inner = create_inner(iface, AF_INET6, IPPROTO_IPV6, in test_virtual_recv_data_from_tunnel()
1017 zassert_not_null(inner, "Cannot allocate %s pkt", inner); in test_virtual_recv_data_from_tunnel()
[all …]
/Zephyr-Core-3.7.0/lib/utils/
Drb.c274 struct rbnode *c0, *c1, *inner, *outer; in fix_missing_black() local
337 inner = get_child(sib, n_side); in fix_missing_black()
340 stack[stacksz] = inner; in fix_missing_black()
344 set_color(inner, BLACK); in fix_missing_black()
/Zephyr-Core-3.7.0/doc/connectivity/networking/
Dnetwork_monitoring.rst99 The IP address above is the inner tunnel endpoint, and can be changed and
141 <local> is the (inner) local IP address
142 <peer> is the (inner) peer IP address
/Zephyr-Core-3.7.0/subsys/net/ip/
DKconfig.mgmt59 int "Stack size for the inner thread handling event callbacks"
/Zephyr-Core-3.7.0/lib/heap/
DKconfig35 int "Number of tries in the inner heap allocation loop"
/Zephyr-Core-3.7.0/doc/services/tracing/
Dindex.rst10 your application and allows tools running on a host to visualize the inner-working of
/Zephyr-Core-3.7.0/boards/native/native_sim/doc/
Dindex.rst220 If you are interested on the inner workings of the native simulator itself, you can check
/Zephyr-Core-3.7.0/doc/releases/
Dmigration-guide-3.7.rst861 used to read the inner IPv4/IPv6 packets in an IP tunnel. This incoming tunnel read is now
/Zephyr-Core-3.7.0/doc/contribute/coding_guidelines/
Dindex.rst280 …- An identifier declared in an inner scope shall not hide an identifier declared in an outer scope