Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dip6_addr.h242 #define ip6_addr_isallnodes_iflocal(ip6addr) (((ip6addr)->addr[0] == PP_HTONL(0xff010000UL)) && \ macro
/third_party/lwip/src/core/ipv6/
Dip6.c654 if (ip6_addr_isallnodes_iflocal(ip6_current_dest_addr()) ||