Home
last modified time | relevance | path

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

/external/vm_tools/p9/src/protocol/
Dmessages.rs64 const RFLUSH: u8 = TFLUSH + 1; constant
580 Rmessage::Flush => RFLUSH, in encode()
660 RFLUSH => Ok(Rmessage::Flush), in decode()