Home
last modified time | relevance | path

Searched defs:from_ethernet (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/
Dlax_sliced_packet.rs86 pub fn from_ethernet(slice: &'a [u8]) -> Result<LaxSlicedPacket<'a>, err::LenError> { in from_ethernet() method
Dlax_packet_headers.rs127 pub fn from_ethernet(slice: &'a [u8]) -> Result<LaxPacketHeaders<'a>, err::LenError> { in from_ethernet() method
Dsliced_packet.rs93 pub fn from_ethernet(data: &'a [u8]) -> Result<SlicedPacket<'a>, err::packet::SliceError> { in from_ethernet() method