Home
last modified time | relevance | path

Searched refs:IN_LINKLOCAL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/include/netinet/
H A Din.h373 #define IN_LINKLOCAL(i) (((in_addr_t)(i) & 0xffff0000) == 0xa9fe0000) macro
383 #define IN_ANY_LOCAL(i) (IN_LINKLOCAL(i) || IN_LOCAL_GROUP(i))
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h388 #define IN_LINKLOCAL(i) (((i) & IN_AUTOCONF_MASK) == IN_AUTOCONF_NET) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c666 if (IN_LINKLOCAL(addr)) in check_dst()
1161 if (IN_LINKLOCAL(ntohl(ifs.int_addr))) in ifscan()
H A Dtable.c1454 IN_LINKLOCAL(ntohl(rp->ipRouteDest))) { in sync_kern()
1694 IN_LINKLOCAL(ntohl(S_ADDR(INFO_DST(&info))))) { in read_rt()
H A Dinput.c595 IN_LINKLOCAL(gate)) { in input()