Home
last modified time | relevance | path

Searched defs:enhanced_packet_block (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libpcap/
H A Dsf-pcapng.c145 struct enhanced_packet_block { struct
146 bpf_u_int32 interface_id;
147 bpf_u_int32 timestamp_high;
148 bpf_u_int32 timestamp_low;
149 bpf_u_int32 caplen;
150 bpf_u_int32 len;
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dpcapng_block.rs344 let enhanced_packet_block = EnhancedPacketBlockBuilder::new() in test_padded_enhanced_packet_build() localVariable
372 let enhanced_packet_block = EnhancedPacketBlockBuilder::new() in test_aligned_enhanced_packet_build() localVariable
399 let enhanced_packet_block = EnhancedPacketBlockBuilder::new() in test_truncated_enhanced_packet_build() localVariable