Home
last modified time | relevance | path

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

/external/vm_tools/p9/src/protocol/
Dmessages.rs19 const TLOPEN: u8 = 12; constant
20 const RLOPEN: u8 = TLOPEN + 1;
174 Tmessage::Lopen(_) => TLOPEN, in encode()
260 TLOPEN => Ok(Tmessage::Lopen(WireFormat::decode(reader)?)), in decode()