gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:IN_CLASSD (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/netinet/in.h - 27.1KB - 821 lines
181: 
182: #define IN_CLASSD(i)            (((u_int32_t)(i) & __IPADDR(0xf0000000)) == \
183:                                  __IPADDR(0xe0000000))
bsd_source/t2ex/network/net/src_bsd/netinet/in.h - 21.0KB - 598 lines
191: 
192: #define IN_CLASSD(i)            (((uint32_t)(i) & __IPADDR(0xf0000000)) == \
193:                                  __IPADDR(0xe0000000))