Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/phy/sys/
Dbpf.rs45 pub struct BpfDevice { struct
50 impl AsRawFd for BpfDevice { argument
70 impl BpfDevice { implementation
71 pub fn new(name: &str, _medium: Medium) -> io::Result<BpfDevice> { in new()
154 impl Drop for BpfDevice { implementation