Home
last modified time | relevance | path

Searched defs:BROADCAST (Results 1 – 4 of 4) sorted by relevance

/smoltcp-0.9.1/src/wire/
Dieee802154.rs73 pub const BROADCAST: Self = Self(0xffff); constant
101 pub const BROADCAST: Address = Address::Short([0xff; 2]); constant
Dethernet.rs33 pub const BROADCAST: Address = Address([0xff; 6]); constant
Dipv4.rs47 pub const BROADCAST: Address = Address([0xff; ADDR_SIZE]); constant
Ddhcpv4.rs42 const BROADCAST = 0b1000_0000_0000_0000; constant