/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ |
D | len_error.rs | 41 pub struct LenError { struct 61 impl LenError { impl 75 impl core::fmt::Display for LenError { implementation 142 impl std::error::Error for LenError { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/ |
D | sliced_packet_cursor.rs | 277 pub fn slice_icmp4(mut self) -> Result<SlicedPacket<'a>, err::LenError> { in slice_icmp4() 295 pub fn slice_icmp6(mut self) -> Result<SlicedPacket<'a>, err::LenError> { in slice_icmp6() 314 pub fn slice_udp(mut self) -> Result<SlicedPacket<'a>, err::LenError> { in slice_udp()
|
D | lax_sliced_packet_cursor.rs | 13 pub fn parse_from_ethernet2(slice: &'a [u8]) -> Result<LaxSlicedPacket<'a>, err::LenError> { in parse_from_ethernet2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/ |
D | single_vlan_header.rs | 26 pub fn read_from_slice(slice: &[u8]) -> Result<(SingleVlanHeader, &[u8]), err::LenError> { in read_from_slice() 32 pub fn from_slice(slice: &[u8]) -> Result<(SingleVlanHeader, &[u8]), err::LenError> { in from_slice()
|
D | ethernet2_header.rs | 25 pub fn read_from_slice(slice: &[u8]) -> Result<(Ethernet2Header, &[u8]), err::LenError> { in read_from_slice() 31 pub fn from_slice(slice: &[u8]) -> Result<(Ethernet2Header, &[u8]), err::LenError> { in from_slice()
|
D | ethernet2_slice.rs | 14 pub fn from_slice_without_fcs(slice: &'a [u8]) -> Result<Ethernet2Slice<'a>, LenError> { in from_slice_without_fcs() argument 36 pub fn from_slice_with_crc32_fcs(slice: &'a [u8]) -> Result<Ethernet2Slice<'a>, LenError> { in from_slice_with_crc32_fcs() argument
|
D | ethernet2_header_slice.rs | 12 pub fn from_slice(slice: &'a [u8]) -> Result<Ethernet2HeaderSlice<'a>, err::LenError> { in from_slice()
|
D | single_vlan_header_slice.rs | 13 pub fn from_slice(slice: &'a [u8]) -> Result<SingleVlanHeaderSlice<'a>, err::LenError> { in from_slice()
|
D | single_vlan_slice.rs | 12 pub fn from_slice(slice: &'a [u8]) -> Result<SingleVlanSlice<'a>, LenError> { in from_slice() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/ |
D | udp_slice.rs | 15 pub fn from_slice(slice: &'a [u8]) -> Result<UdpSlice<'a>, LenError> { in from_slice() argument 62 pub fn from_slice_lax(slice: &'a [u8]) -> Result<UdpSlice<'a>, LenError> { in from_slice_lax() argument
|
D | udp_header.rs | 217 pub fn read_from_slice(slice: &[u8]) -> Result<(UdpHeader, &[u8]), err::LenError> { in read_from_slice() 223 pub fn from_slice(slice: &[u8]) -> Result<(UdpHeader, &[u8]), err::LenError> { in from_slice()
|
D | udp_header_slice.rs | 13 pub fn from_slice(slice: &'a [u8]) -> Result<UdpHeaderSlice<'a>, err::LenError> { in from_slice()
|
D | icmpv6_slice.rs | 21 pub fn from_slice(slice: &'a [u8]) -> Result<Icmpv6Slice<'a>, err::LenError> { in from_slice()
|
D | icmpv6_header.rs | 63 pub fn from_slice(slice: &[u8]) -> Result<(Icmpv6Header, &[u8]), err::LenError> { in from_slice()
|
D | icmpv4_slice.rs | 21 pub fn from_slice(slice: &'a [u8]) -> Result<Icmpv4Slice<'a>, err::LenError> { in from_slice()
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv6_header.rs | 130 ) -> Result<(IpNumber, &[u8]), err::LenError> { in skip_header_extension_in_slice() 202 ) -> Result<(IpNumber, &[u8]), err::LenError> { in skip_all_header_extensions_in_slice()
|
D | ipv6_raw_ext_header_slice.rs | 38 pub fn from_slice(slice: &'a [u8]) -> Result<Ipv6RawExtHeaderSlice<'a>, err::LenError> { in from_slice()
|
D | ipv6_fragment_header_slice.rs | 13 pub fn from_slice(slice: &'a [u8]) -> Result<Ipv6FragmentHeaderSlice<'a>, err::LenError> { in from_slice()
|
D | ipv6_fragment_header.rs | 41 pub fn from_slice(slice: &[u8]) -> Result<(Ipv6FragmentHeader, &[u8]), err::LenError> { in from_slice()
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/io/ |
D | limited_read_error.rs | 35 pub fn len(self) -> Option<LenError> { in len()
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ip_exts/ |
D | headers_slice_error.rs | 17 pub fn len_error(&self) -> Option<&LenError> { in len_error()
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ip/ |
D | headers_read_error.rs | 38 pub fn len(self) -> Option<LenError> { in len()
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ipv6_exts/ |
D | header_limited_read_error.rs | 38 pub fn len(self) -> Option<LenError> { in len()
|
D | header_slice_error.rs | 27 pub fn len_error(&self) -> Option<&LenError> { in len_error()
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/ip_auth/ |
D | header_limited_read_error.rs | 38 pub fn len(self) -> Option<LenError> { in len()
|