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

/barrelfish-master/include/lwip2/lwip/
H A Dip6_addr.h187 #define ip6_addr_isallnodes_iflocal(ip6addr) (((ip6addr)->addr[0] == PP_HTONL(0xff010000UL)) && \ macro
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c470 if (ip6_addr_isallnodes_iflocal(ip6_current_dest_addr()) ||

Completed in 83 milliseconds