Searched defs:HardwareAddress (Results 1 – 3 of 3) sorted by relevance
278 pub enum HardwareAddress { enum286 impl HardwareAddress { impl336 impl core::fmt::Display for HardwareAddress { implementation348 impl From<EthernetAddress> for HardwareAddress { implementation355 impl From<Ieee802154Address> for HardwareAddress { implementation401 pub fn parse(&self, medium: Medium) -> Result<HardwareAddress> { in parse()
588 pub fn hardware_addr(&self) -> HardwareAddress { in hardware_addr()609 pub fn set_hardware_addr(&mut self, addr: HardwareAddress) { in set_hardware_addr()1051 pub(crate) fn hardware_addr(&self) -> Option<HardwareAddress> { in hardware_addr()1198 fn check_hardware_addr(addr: &HardwareAddress) { in check_hardware_addr()1531 ) -> Result<(HardwareAddress, Tx), DispatchError> in lookup_hardware_addr()
69 hardware_addr: HardwareAddress, in fill()