Searched defs:from_packet (Results 1 – 25 of 50) sorted by relevance
12
8 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
10 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
12 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
14 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
8 pub fn from_packet(args: &'a mut [u8]) -> Option<Self> { in from_packet() method