Home
last modified time | relevance | path

Searched defs:BPF_WORDALIGN (Results 1 – 2 of 2) sorted by relevance

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