Home
last modified time | relevance | path

Searched refs:parse_from_ethernet2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/
Dlax_sliced_packet_cursor.rs13 pub fn parse_from_ethernet2(slice: &'a [u8]) -> Result<LaxSlicedPacket<'a>, err::LenError> { in parse_from_ethernet2() method
Dlax_sliced_packet.rs87 LaxSlicedPacketCursor::parse_from_ethernet2(slice) in from_ethernet()