Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_machine.h250 # define IN_CLASSD(i) ((((long)(i))&0xf0000000)==0xe0000000) macro
/freebsd/contrib/tcpdump/
H A Dprint-igmp.c43 #define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000) macro
/freebsd/sys/netinet/
H A Din.h373 #define IN_CLASSD(i) IN_MULTICAST(i) macro