Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/etherparse/src/net/
Darp_packet.rs501 pub fn try_eth_ipv4(&self) -> Result<ArpEthIpv4Packet, err::arp::ArpEthIpv4FromError> { in try_eth_ipv4() method
1048 fn try_eth_ipv4(
1056 assert_eq!(arp.try_eth_ipv4(), Ok(arp_eth_ipv4.clone()));
1064 arp.try_eth_ipv4(),
1074 arp.try_eth_ipv4(),
1084 arp.try_eth_ipv4(),
1094 arp.try_eth_ipv4(),
Darp_eth_ipv4_packet.rs120 value.try_eth_ipv4() in try_from()
209 assert_eq!(actual, arp.clone().try_eth_ipv4());