OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_ALIGNMENT
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap-bpf.h
73
* even multiple of
BPF_ALIGNMENT
.
76
#define
BPF_ALIGNMENT
sizeof(bpf_int32)
78
#define
BPF_ALIGNMENT
sizeof(long)
80
#define BPF_WORDALIGN(x) (((x)+(
BPF_ALIGNMENT
-1))&~(
BPF_ALIGNMENT
-1))
savefile.c
[
all
...]
Completed in 16 milliseconds