Searched defs:BPF_WORDALIGN (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/pcap/
H A Dbpf.h91 * Alignment macros. BPF_WORDALIGN rounds up to the next
101 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro

Completed in 146 milliseconds