Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Din.h215 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro
216 #define IN_MULTICAST(a) IN_CLASSD(a)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Din.h166 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro
167 #define IN_MULTICAST(a) IN_CLASSD(a)