Searched defs:IN_CLASSB (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,
137 #define IN_CLASSB(i) (((long)(i) & 0xc0000000) == 0x80000000) macro
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h353 #define IN_CLASSB(i) (((in_addr_t)(i) & 0xc0000000) == 0x80000000) macro
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h316 * Note that with the introduction of CIDR, IN_CLASSA, IN_CLASSB,
327 #define IN_CLASSB(i) (((i) & 0xc0000000U) == 0x80000000U) macro

Completed in 70 milliseconds