Searched refs:try_eth_ipv4 (Results 1 – 2 of 2) sorted by relevance
501 pub fn try_eth_ipv4(&self) -> Result<ArpEthIpv4Packet, err::arp::ArpEthIpv4FromError> { in try_eth_ipv4() method1048 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(),
120 value.try_eth_ipv4() in try_from()209 assert_eq!(actual, arp.clone().try_eth_ipv4());