Home
last modified time | relevance | path

Searched defs:Net (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/
Dnet.rs28 pub struct Net { struct
35 impl Net { argument
36 pub fn new<P: AsRef<Path>>(base_features: u64, socket_path: P) -> Result<Net> { in new()
72 impl Drop for Net { implementation
85 impl VirtioDevice for Net { implementation
/external/crosvm/devices/src/virtio/vhost/
Dnet.rs27 pub struct Net<T: TapT, U: VhostNetT<T>> { struct
40 impl<T, U> Net<T, U> argument
111 impl<T, U> Drop for Net<T, U> implementation
129 impl<T, U> VirtioDevice for Net<T, U> implementation
/external/crosvm/vhost/src/
Dnet.rs22 pub struct Net<T> { struct
43 impl<T> NetT<T> for Net<T> argument
86 impl<T> Vhost for Net<T> { implementation
92 impl<T> AsRawDescriptor for Net<T> { implementation
/external/crosvm/devices/src/virtio/
Dnet.rs424 pub struct Net<T: TapT> { struct
434 impl<T> Net<T> argument
557 impl<T> Drop for Net<T> implementation
580 impl<T> VirtioDevice for Net<T> implementation
/external/tensorflow/tensorflow/core/platform/
Dnet_test.cc23 TEST(Net, PickUnusedPortOrDie) { in TEST() argument
/external/scapy/scapy/
Dbase_classes.py51 class Net(Gen): class