Home
last modified time | relevance | path

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

/external/crosvm/protos/src/
Dplugin.proto193 GetNetConfig get_net_config = 9; field
269 GetNetConfig get_net_config = 10; field
/external/crosvm/crosvm_plugin/src/
Dlib.rs631 fn get_net_config(&mut self) -> result::Result<crosvm_net_config, c_int> { in get_net_config() method
1498 let ret = self_.get_net_config(); in crosvm_net_get_config()