Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/etherparse/src/
Dlax_sliced_packet_cursor.rs7 pub(crate) struct LaxSlicedPacketCursor<'a> { struct
12 impl<'a> LaxSlicedPacketCursor<'a> { implementation
17 let mut cursor = LaxSlicedPacketCursor { in parse_from_ethernet2()
49 let cursor = LaxSlicedPacketCursor { in parse_from_ether_type()
83 Ok(LaxSlicedPacketCursor { in parse_from_ip()
Dlax_sliced_packet.rs87 LaxSlicedPacketCursor::parse_from_ethernet2(slice) in from_ethernet()
147 LaxSlicedPacketCursor::parse_from_ether_type(ether_type, slice) in from_ether_type()
221 LaxSlicedPacketCursor::parse_from_ip(slice) in from_ip()