Searched defs:Tap (Results 1 – 5 of 5) sorted by relevance
| /external/crosvm/net_util/src/sys/unix/ |
| D | tap.rs | 45 pub struct Tap { struct 51 impl Tap { implementation 55 pub unsafe fn from_raw_descriptor(descriptor: RawDescriptor) -> Result<Tap> { in from_raw_descriptor() 77 pub fn create_tap_with_ifreq(ifreq: &mut net_sys::ifreq) -> Result<Tap> { in create_tap_with_ifreq() 107 pub fn try_clone(&self) -> Result<Tap> { in try_clone() 120 impl TapTCommon for Tap { implementation 132 fn new_with_name(name: &[u8], vnet_hdr: bool, multi_vq: bool) -> Result<Tap> { in new_with_name() 157 fn into_mq_taps(self, vq_pairs: u16) -> Result<Vec<Tap>> { in into_mq_taps() 399 impl Read for Tap { implementation 405 impl Write for Tap { implementation [all …]
|
| /external/crosvm/devices/src/virtio/vhost/user/device/net/sys/ |
| D | unix.rs | 256 fn new_backend_from_device_arg(arg: &str) -> anyhow::Result<(String, NetBackend<Tap>)> { in new_backend_from_device_arg() 271 fn new_backend_from_tapfd_arg(arg: &str) -> anyhow::Result<(String, NetBackend<Tap>)> { in new_backend_from_tapfd_arg()
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| D | app_ui.py | 56 def Tap(self, point=None, dp_units=False): member in _UiNode
|
| /external/crosvm/src/crosvm/plugin/ |
| D | process.rs | 520 tap: &net_util::sys::unix::Tap, in handle_get_net_config() 558 taps: &[Tap], in handle_socket()
|
| /external/crosvm/src/crosvm/sys/unix/ |
| D | device_helpers.rs | 765 ) -> DeviceResult<(Tap, Option<MacAddress>)> { in create_tap_for_net_device()
|