Home
last modified time | relevance | path

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

/external/vm_tools/p9/src/protocol/
Dmessages.rs63 const TFLUSH: u8 = 108; constant
64 const RFLUSH: u8 = TFLUSH + 1;
165 Tmessage::Flush(_) => TFLUSH, in encode()
251 TFLUSH => Ok(Tmessage::Flush(WireFormat::decode(reader)?)), in decode()