OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IN_LOOPBACK
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
in.h
214
#define
IN_LOOPBACK
(a) ((((long int) (a)) & 0xff000000) == 0x7f000000)
/external/iproute2/include/uapi/linux/
in.h
288
#define
IN_LOOPBACK
(a) ((((long int) (a)) & 0xff000000) == 0x7f000000)
/external/kernel-headers/original/uapi/linux/
in.h
292
#define
IN_LOOPBACK
(a) ((((long int) (a)) & 0xff000000) == 0x7f000000)
Completed in 119 milliseconds