Home
last modified time | relevance | path

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

/netbsd/external/bsd/libpcap/dist/pcap/
H A Dbpf.h97 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
99 #define BPF_ALIGNMENT sizeof(long) macro
101 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
/netbsd/external/bsd/ipf/bin/ipftest/
H A Dbpf-ipf.h62 #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))
/netbsd/sys/net/
H A Dbpf.h61 #define BPF_ALIGNMENT sizeof(long) macro
64 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))