Searched refs:inner (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.7.0/tests/net/virtual/src/ |
D | main.c | 127 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/ |
D | rb.c | 274 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/ |
D | network_monitoring.rst | 99 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/ |
D | Kconfig.mgmt | 59 int "Stack size for the inner thread handling event callbacks"
|
/Zephyr-Core-3.7.0/lib/heap/ |
D | Kconfig | 35 int "Number of tries in the inner heap allocation loop"
|
/Zephyr-Core-3.7.0/doc/services/tracing/ |
D | index.rst | 10 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/ |
D | index.rst | 220 If you are interested on the inner workings of the native simulator itself, you can check
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | migration-guide-3.7.rst | 861 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/ |
D | index.rst | 280 …- An identifier declared in an inner scope shall not hide an identifier declared in an outer scope
|