Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/
Dlinux_sll_protocol_type.rs23 pub enum LinuxSllProtocolType { enum
36 impl LinuxSllProtocolType { implementation
65 impl TryFrom<(ArpHardwareId, u16)> for LinuxSllProtocolType { implementation
Dlinux_sll_header_slice.rs138 pub fn protocol_type(&self) -> LinuxSllProtocolType { in protocol_type()
Dlinux_sll_slice.rs82 pub fn protocol_type(&self) -> LinuxSllProtocolType { in protocol_type()