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

/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Din.h127 * IN_CLASSC, IN_CLASSD and IN_CLASSE macros have become "de-facto obsolete".
143 #define IN_CLASSC(i) (((long)(i) & 0xe0000000) == 0xc0000000) macro
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h359 #define IN_CLASSC(i) (((in_addr_t)(i) & 0xe0000000) == 0xc0000000) macro
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h317 * IN_CLASSC, IN_CLASSD and IN_CLASSE macros have become "de-facto
333 #define IN_CLASSC(i) (((i) & 0xe0000000U) == 0xc0000000U) macro

Completed in 302 milliseconds