Searched refs:inner (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 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() 947 struct net_pkt *outer, *inner; in test_virtual_recv_data_from_tunnel() local 999 inner = create_inner(iface, AF_INET, IPPROTO_IP, in test_virtual_recv_data_from_tunnel() 1003 zassert_not_null(inner, "Cannot allocate %s pkt", inner); in test_virtual_recv_data_from_tunnel() 1005 ret = net_ipv4_create(inner, &net_sin(&inner_src)->sin_addr, in test_virtual_recv_data_from_tunnel() 1012 inner = create_inner(iface, AF_INET6, IPPROTO_IPV6, in test_virtual_recv_data_from_tunnel() 1016 zassert_not_null(inner, "Cannot allocate %s pkt", inner); in test_virtual_recv_data_from_tunnel() [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 53 inner_ids = [i.get_refid() for inner in inners for i in inner]
|
/Zephyr-latest/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-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 101 The IP address above is the inner tunnel endpoint, and can be changed and 145 <local> is the (inner) local IP address 146 <peer> is the (inner) peer IP address
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.mgmt | 59 int "Stack size for the inner thread handling event callbacks"
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 35 int "Number of tries in the inner heap allocation loop"
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 10 your application and allows :ref:`tools` running on a host to visualize the inner-working of
|
/Zephyr-latest/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-latest/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-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
|