Home | History | Annotate | Download | only in pcap

Lines Matching refs:BPF_ALIGNMENT

92  * even multiple of BPF_ALIGNMENT.
97 #define BPF_ALIGNMENT sizeof(bpf_int32)
99 #define BPF_ALIGNMENT sizeof(long)
101 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))