OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BPF_TO_LE
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/lib/
bpf.h
70
#define
BPF_TO_LE
0x00
/external/iproute2/include/uapi/linux/
bpf.h
29
#define
BPF_TO_LE
0x00 /* convert to little-endian */
31
#define BPF_FROM_LE
BPF_TO_LE
/bionic/libc/kernel/uapi/linux/
bpf.h
29
#define
BPF_TO_LE
0x00
31
#define BPF_FROM_LE
BPF_TO_LE
/external/bcc/src/cc/compat/linux/
bpf.h
29
#define
BPF_TO_LE
0x00 /* convert to little-endian */
31
#define BPF_FROM_LE
BPF_TO_LE
[
all
...]
/external/kernel-headers/original/uapi/linux/
bpf.h
29
#define
BPF_TO_LE
0x00 /* convert to little-endian */
31
#define BPF_FROM_LE
BPF_TO_LE
[
all
...]
Completed in 82 milliseconds