Home
last modified time | relevance | path

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

/external/scapy/scapy/arch/bpf/
Dsupersocket.py27 BPF_ALIGNMENT = 8 # sizeof(long) variable
29 BPF_ALIGNMENT = 4 # sizeof(int32_t) variable
/external/libpcap/pcap/
Dbpf.h95 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
97 #define BPF_ALIGNMENT sizeof(long) macro
/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_netbsd_arm.go107 BPF_ALIGNMENT = 0x4 const
Dzerrors_openbsd_amd64.go104 BPF_ALIGNMENT = 0x4 const
Dzerrors_netbsd_amd64.go107 BPF_ALIGNMENT = 0x8 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_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