Home
last modified time | relevance | path

Searched defs:RawHardwareAddress (Results 1 – 2 of 2) sorted by relevance

/smoltcp-0.9.1/src/wire/
Dmod.rs372 pub struct RawHardwareAddress { struct
378 impl RawHardwareAddress { argument
428 impl core::fmt::Display for RawHardwareAddress { implementation
441 impl From<EthernetAddress> for RawHardwareAddress { implementation
448 impl From<Ieee802154Address> for RawHardwareAddress { implementation
455 impl From<HardwareAddress> for RawHardwareAddress { implementation
Dndiscoption.rs220 pub fn link_layer_addr(&self) -> RawHardwareAddress { in link_layer_addr()
304 pub fn set_link_layer_addr(&mut self, addr: RawHardwareAddress) { in set_link_layer_addr()