Home
last modified time | relevance | path

Searched refs:TCLUNK (Results 1 – 1 of 1) sorted by relevance

/external/vm_tools/p9/src/protocol/
Dmessages.rs75 const TCLUNK: u8 = 120; constant
76 const RCLUNK: u8 = TCLUNK + 1;
169 Tmessage::Clunk(_) => TCLUNK, in encode()
255 TCLUNK => Ok(Tmessage::Clunk(WireFormat::decode(reader)?)), in decode()