Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dbpf.h95 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
97 #define BPF_ALIGNMENT sizeof(long) macro
99 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
/external/scapy/scapy/arch/bpf/
Dsupersocket.py27 BPF_ALIGNMENT = 8 # sizeof(long) variable
29 BPF_ALIGNMENT = 4 # sizeof(int32_t) variable
225 return ((bh_h + bh_c)+(BPF_ALIGNMENT-1)) & ~(BPF_ALIGNMENT-1)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go119 BPF_ALIGNMENT = 0x4 const
Dzerrors_dragonfly_amd64.go99 BPF_ALIGNMENT = 0x8 const
Dzerrors_openbsd_arm.go103 BPF_ALIGNMENT = 0x4 const
Dzerrors_openbsd_amd64.go104 BPF_ALIGNMENT = 0x4 const
Dzerrors_openbsd_386.go103 BPF_ALIGNMENT = 0x4 const
Dzerrors_darwin_386.go180 BPF_ALIGNMENT = 0x4 const
Dzerrors_darwin_arm64.go180 BPF_ALIGNMENT = 0x4 const
Dzerrors_darwin_amd64.go180 BPF_ALIGNMENT = 0x4 const
Dzerrors_netbsd_arm.go107 BPF_ALIGNMENT = 0x4 const
Dzerrors_darwin_arm.go180 BPF_ALIGNMENT = 0x4 const
Dzerrors_freebsd_386.go164 BPF_ALIGNMENT = 0x4 const
Dzerrors_freebsd_arm.go164 BPF_ALIGNMENT = 0x4 const
Dzerrors_netbsd_386.go107 BPF_ALIGNMENT = 0x4 const
Dzerrors_freebsd_amd64.go164 BPF_ALIGNMENT = 0x8 const
Dzerrors_netbsd_amd64.go107 BPF_ALIGNMENT = 0x8 const