Home
last modified time | relevance | path

Searched refs:IN_CLASSA_NET (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/uapi/linux/
H A Din.h279 #define IN_CLASSA_NET 0xff000000 macro
281 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
/linux/net/ipv4/
H A Dipconfig.c453 ic_netmask = htonl(IN_CLASSA_NET); in ic_defaults()