Searched refs:BPF_ALIGNMENT (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dbpf.h93 * even multiple of BPF_ALIGNMENT.
98 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
100 #define BPF_ALIGNMENT sizeof(long) macro
102 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))

Completed in 107 milliseconds