Searched defs:LinuxSllPacketType (Results 1 – 4 of 4) sorted by relevance
23 pub struct LinuxSllPacketType(u16); struct25 impl LinuxSllPacketType { implementation41 impl TryFrom<u16> for LinuxSllPacketType { implementation68 impl core::fmt::Debug for LinuxSllPacketType { implementation
88 pub fn packet_type(&self) -> LinuxSllPacketType { in packet_type()
50 pub fn packet_type(&self) -> LinuxSllPacketType { in packet_type()
180 packet_type: LinuxSllPacketType, in linux_sll()