taglinefilesource code
IN_CLASSB_NET82include/linux/in.h#define  IN_CLASSB_HOST    (0xffffffff & ~IN_CLASSB_NET)
IN_CLASSB_NET58net/ipv4/devinet.creturn(htonl(IN_CLASSB_NET));
IN_CLASSB_NET328net/ipv4/route.creturn htonl(IN_CLASSB_NET);
IN_CLASSB_NET2892net/ipv4/tcp.creturn htonl(IN_CLASSB_NET);