Searched defs:IN_CLASSA (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Din.h126 * Note that with the introduction of CIDR, IN_CLASSA, IN_CLASSB,
131 #define IN_CLASSA(i) (((long)(i) & 0x80000000) == 0) macro
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h347 #define IN_CLASSA(i) (((in_addr_t)(i) & 0x80000000) == 0) macro
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h316 * Note that with the introduction of CIDR, IN_CLASSA, IN_CLASSB,
321 #define IN_CLASSA(i) (((i) & 0x80000000U) == 0) macro

Completed in 73 milliseconds