Home
last modified time | relevance | path

Searched defs:header_slice (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/virtio-vsock/src/
Dpacket.rs161 header_slice: VolatileSlice<'a, B>, field
182 pub fn header_slice(&self) -> &VolatileSlice<'a, B> { in header_slice() method
440 let header_slice = mem in from_tx_virtq_chain() localVariable
603 let header_slice = mem in from_rx_virtq_chain() localVariable
977 let header_slice = packet.header_slice(); in test_from_tx_virtq_chain() localVariable
1117 let header_slice = packet.header_slice(); in test_from_tx_virtq_chain() localVariable
1152 let header_slice = packet.header_slice(); in test_from_tx_virtq_chain() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/
Dlinux_sll_slice.rs10 header_slice: LinuxSllHeaderSlice<'a>, field
99 pub fn header_slice(&self) -> &[u8] { in header_slice() method
Dsingle_vlan_slice.rs95 pub fn header_slice(&self) -> &[u8] { in header_slice() method
Dethernet2_slice.rs117 pub fn header_slice(&self) -> &[u8] { in header_slice() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_integrity_only_record_protocol.cc97 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect() local
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc97 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect() local
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dudp_slice.rs88 pub fn header_slice(&self) -> &'a [u8] { in header_slice() method
Dtcp_slice.rs93 pub fn header_slice(&self) -> &'a [u8] { in header_slice() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/
Dmod.rs235 let header_slice = header.as_slice(); in prepare_section_builder_buffer() localVariable
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Ddevice_tree.rs164 let header_slice = aligned_buffer.get_mut(..FDT_HEADER_SIZE).ok_or(Error::Other( in append_from_multifdt_buffer() localVariable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_stream.cc424 quiche::QuicheMemSlice header_slice(std::move(header)); in WriteDataFrameHeader() local