Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/
Dlinux_sll_packet_type.rs23 pub struct LinuxSllPacketType(u16); struct
25 impl LinuxSllPacketType { implementation
41 impl TryFrom<u16> for LinuxSllPacketType { implementation
68 impl core::fmt::Debug for LinuxSllPacketType { implementation
Dlinux_sll_header_slice.rs88 pub fn packet_type(&self) -> LinuxSllPacketType { in packet_type()
Dlinux_sll_slice.rs50 pub fn packet_type(&self) -> LinuxSllPacketType { in packet_type()
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/
Dpacket_builder.rs180 packet_type: LinuxSllPacketType, in linux_sll()