Home
last modified time | relevance | path

Searched defs:EthernetAddress (Results 1 – 3 of 3) sorted by relevance

/smoltcp-0.9.1/src/
Dparsers.rs128 fn accept_mac_joined_with(&mut self, separator: u8) -> Result<EthernetAddress> { in accept_mac_joined_with()
140 fn accept_mac(&mut self) -> Result<EthernetAddress> { in accept_mac()
377 impl FromStr for EthernetAddress { implementation
381 fn from_str(s: &str) -> Result<EthernetAddress> { in from_str()
/smoltcp-0.9.1/src/wire/
Dmod.rs317 pub(crate) fn ethernet_or_panic(&self) -> EthernetAddress { in ethernet_or_panic()
Ddhcpv4.rs299 pub fn client_hardware_address(&self) -> EthernetAddress { in client_hardware_address()
470 pub fn set_client_hardware_address(&mut self, value: EthernetAddress) { in set_client_hardware_address()