Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dsocket.h1109 #define IN6_IS_ADDR_SITELOCAL(addr) net_ipv6_is_sl_addr(addr)
Dnet_ip.h992 static inline bool net_ipv6_is_sl_addr(const struct in6_addr *addr) in net_ipv6_is_sl_addr() function