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

/bionic/libc/kernel/uapi/linux/
H A Din.h240 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro
241 #define IN_MULTICAST(a) IN_CLASSD(a)

Completed in 204 milliseconds