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

/macosx-10.10/libpcap-48/libpcap/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))
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.h98 * even multiple of BPF_ALIGNMENT.
100 #define BPF_ALIGNMENT sizeof(int32_t) macro
101 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))

Completed in 120 milliseconds