Searched defs:IN_LINKLOCAL (Results 1 - 2 of 2) 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.h380 #define IN_LINKLOCAL(i) (((i) & IN_AUTOCONF_MASK) == IN_AUTOCONF_NET) macro

Completed in 68 milliseconds