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

/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dsockport.h52 # define IN_CLASSD(i) (((long)(i) & 0xf0000000) == 0xe0000000) macro
/macosx-10.10.1/ntp-92/include/
H A Dntp_machine.h425 # define IN_CLASSD(i) ((((long)(i))&0xf0000000)==0xe0000000) macro
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-igmp.c41 #define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din.h333 #define IN_CLASSD(i) (((u_int32_t)(i) & 0xf0000000) == 0xe0000000) macro

Completed in 78 milliseconds