Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs214 const NEED_REPLY = 0x8; constant
286 (self.flags & VhostUserHeaderFlag::NEED_REPLY.bits()) != 0 in is_need_reply()
292 self.flags |= VhostUserHeaderFlag::NEED_REPLY.bits(); in set_need_reply()
294 self.flags &= !VhostUserHeaderFlag::NEED_REPLY.bits(); in set_need_reply()