Home
last modified time | relevance | path

Searched defs:BPF_ALIGNMENT (Results 1 – 5 of 5) 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.h107 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
109 #define BPF_ALIGNMENT sizeof(long) macro
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1340 pub const BPF_ALIGNMENT: usize = SIZEOF_LONG; constant
/external/rust/crates/libc/src/unix/nto/
Dmod.rs2179 pub const BPF_ALIGNMENT: usize = ::mem::size_of::<::c_long>(); constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4523 pub const BPF_ALIGNMENT: ::c_int = 4; constant