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

/freebsd-current/contrib/libpcap/pcap/
H A Dbpf.h125 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/freebsd-current/sbin/ipf/ipf/
H A Dbpf-ipf.h61 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/freebsd-current/sys/net/
H A Dbpf.h58 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro

Completed in 43 milliseconds