gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__IPADDR (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/netinet/in.h - 27.1KB - 821 lines
161: 
162: #define IN_CLASSA(i)            (((u_int32_t)(i) & __IPADDR(0x80000000)) == \
163:                                  __IPADDR(0x00000000))
More results from in.h
bsd_source/t2ex/network/net/src_bsd/netinet/in.h - 21.0KB - 598 lines
171: 
172: #define IN_CLASSA(i)            (((uint32_t)(i) & __IPADDR(0x80000000)) == \
173:                                  __IPADDR(0x00000000))
More results from in.h