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

/freebsd-13-stable/contrib/libpcap/pcap/
H A Dbpf.h90 * even multiple of BPF_ALIGNMENT.
95 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
97 #define BPF_ALIGNMENT sizeof(long) macro
99 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
/freebsd-13-stable/contrib/ipfilter/
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-13-stable/sys/net/
H A Dbpf.h59 * even multiple of BPF_ALIGNMENT.
61 #define BPF_ALIGNMENT sizeof(long) macro
62 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))

Completed in 196 milliseconds