Home | History | Annotate | Download | only in pcap

Lines Matching refs:BPF_WORDALIGN

91  * Alignment macros.  BPF_WORDALIGN rounds up to the next
101 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))