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

/freebsd-10-stable/contrib/ipfilter/
H A Dbpf-ipf.h66 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/freebsd-10-stable/contrib/libpcap/pcap/
H A Dbpf.h102 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/freebsd-10-stable/sys/net/
H A Dbpf.h56 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro

Completed in 45 milliseconds