Searched refs:IN_CLASSA (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/include/uapi/linux/ | ||
| H A D | in.h | 278 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) macro |
| /linux/net/ipv4/ | ||
| H A D | ipconfig.c | 452 if (IN_CLASSA(ntohl(ic_myaddr))) in ic_defaults() |