Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmaster.rs323 let hdr = node.send_request_header(MasterReq::GET_PROTOCOL_FEATURES, None)?; in get_protocol_features()
841 let hdr = VhostUserMsgHeader::new(MasterReq::GET_PROTOCOL_FEATURES, 0x4, 8); in test_protocol_features()
Dmessage.rs83 GET_PROTOCOL_FEATURES = 15, enumerator
Dslave_req_handler.rs378 MasterReq::GET_PROTOCOL_FEATURES => { in handle_request()