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

/bionic/libc/kernel/uapi/linux/
H A Din.h261 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro
262 #define IN_MULTICAST(a) IN_CLASSD(a)
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Din.h261 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro
262 #define IN_MULTICAST(a) IN_CLASSD(a)

Completed in 436 milliseconds