Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread_utils.c287 struct in6_addr *ot_addr; in rm_ipv6_addr_from_zephyr() local
309 ot_addr = (struct in6_addr *)(&address->mAddress); in rm_ipv6_addr_from_zephyr()
310 if (net_ipv6_addr_cmp(ot_addr, in rm_ipv6_addr_from_zephyr()
335 struct in6_addr *ot_addr; in rm_ipv6_maddr_from_zephyr() local
357 ot_addr = (struct in6_addr *)(&maddress->mAddress); in rm_ipv6_maddr_from_zephyr()
358 if (net_ipv6_addr_cmp(ot_addr, in rm_ipv6_maddr_from_zephyr()