Home
last modified time | relevance | path

Searched refs:is_mesh_local (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread_utils.c29 static bool is_mesh_local(struct openthread_context *context, in is_mesh_local() function
155 if_addr->is_mesh_local = is_mesh_local( in add_ipv6_addr_to_zephyr()
198 if_addr->is_mesh_local = is_mesh_local( in add_ipv6_addr_to_ot()
/Zephyr-latest/subsys/net/lib/shell/
Diface.c370 unicast->is_mesh_local ? " meshlocal" : "", in iface_cb()
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c669 ifaddr->is_mesh_local = true; in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h132 uint8_t is_mesh_local : 1; member
/Zephyr-latest/subsys/net/ip/
Dnet_if.c3084 if (ipv6->unicast[i].is_mesh_local && len < 64 && in net_if_ipv6_get_best_match()