Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Din.h340 #define IN_CLASSD(i) (((u_int32_t)(i) & 0xf0000000) == 0xe0000000) macro
344 #define IN_MULTICAST(i) IN_CLASSD(i)