Searched defs:NetParameters (Results 1 – 4 of 4) sorted by relevance
199 pub struct NetParameters { struct201 pub mode: NetParametersMode, argument206 pub vhost_net: Option<VhostNetParameters>, argument212 impl FromStr for NetParameters { argument846 fn from_net_arg(options: &str) -> Result<NetParameters, ParseError> { in from_net_arg()
121 net_param: NetParameters, in new()
700 impl VirtioDeviceBuilder for &NetParameters { implementation
2464 net_param: NetParameters, in add_hotplug_net()