Searched defs:IN_MULTICAST (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Din.h128 * IN_MULTICAST macro should be used to test if a address is a
149 #define IN_MULTICAST(i) IN_CLASSD(i) macro
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h368 #define IN_MULTICAST(i) IN_CLASSD(i) macro
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h318 * obsolete". IN_MULTICAST macro should be used to test if a address
346 #define IN_MULTICAST(i) IN_CLASSD(i) macro

Completed in 66 milliseconds