Home
last modified time | relevance | path

Searched refs:BPF_ALIGNMENT32 (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/net/
H A Dbpf.h62 #define BPF_ALIGNMENT32 sizeof(int) macro
65 #define BPF_WORDALIGN32(x) (((x)+(BPF_ALIGNMENT32-1))&~(BPF_ALIGNMENT32-1))