Searched refs:IN_LINKLOCAL (Results 1 – 5 of 5) sorted by relevance
373 #define IN_LINKLOCAL(i) (((in_addr_t)(i) & 0xffff0000) == 0xa9fe0000) macro383 #define IN_ANY_LOCAL(i) (IN_LINKLOCAL(i) || IN_LOCAL_GROUP(i))
392 #define IN_LINKLOCAL(i) (((i) & IN_AUTOCONF_MASK) == IN_AUTOCONF_NET) macro
666 if (IN_LINKLOCAL(addr)) in check_dst()1161 if (IN_LINKLOCAL(ntohl(ifs.int_addr))) in ifscan()
1454 IN_LINKLOCAL(ntohl(rp->ipRouteDest))) { in sync_kern()1694 IN_LINKLOCAL(ntohl(S_ADDR(INFO_DST(&info))))) { in read_rt()
595 IN_LINKLOCAL(gate)) { in input()