Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/headers/src/
Dnetinet_in_h.c100 zexpect_true(IN6_IS_ADDR_MC_ORGLOCAL(&mcol6)); in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dsocket.h1127 #define IN6_IS_ADDR_MC_ORGLOCAL(addr) net_ipv6_is_addr_mcast_org(addr) macro