Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dip6_addr.h207 #define ip6_addr_issitelocal(ip6addr) (((ip6addr)->addr[0] & PP_HTONL(0xffc00000UL)) == PP_HTONL(0x… macro
/third_party/lwip/src/core/ipv6/
Dip6.c303 } else if (ip6_addr_issitelocal(dest)) { in ip6_select_source_address()
325 } else if (ip6_addr_issitelocal(cand_addr)) { in ip6_select_source_address()