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

/freebsd-10.0-release/contrib/ipfilter/
H A Dpcap-bpf.h75 * even multiple of BPF_ALIGNMENT.
78 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
80 #define BPF_ALIGNMENT sizeof(long) macro
82 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
H A Dbpf-ipf.h59 * even multiple of BPF_ALIGNMENT.
62 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
64 #define BPF_ALIGNMENT sizeof(long) macro
66 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
/freebsd-10.0-release/contrib/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))
/freebsd-10.0-release/sys/net/
H A Dbpf.h53 * even multiple of BPF_ALIGNMENT.
55 #define BPF_ALIGNMENT sizeof(long) macro
56 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))

Completed in 65 milliseconds