Home
last modified time | relevance | path

Searched refs:Kind (Results 1 – 3 of 3) sorted by relevance

/webrtc/util/src/ifaces/ffi/unix/
H A Dmod.rs7 use crate::ifaces::{Interface, Kind, NextHop};
159 AF_INET => Some(Kind::Ipv4), in ifaces()
160 AF_INET6 => Some(Kind::Ipv6), in ifaces()
161 AF_PACKET => Some(Kind::Packet), in ifaces()
162 AF_LINK => Some(Kind::Link), in ifaces()
163 code => Some(Kind::Unknow(code)), in ifaces()
186 Kind::Unknow(_) => {} in ifaces()
/webrtc/util/src/ifaces/
H A Dmod.rs11 pub enum Kind { enum
22 pub kind: Kind,
/webrtc/util/src/ifaces/ffi/windows/
H A Dmod.rs31 use crate::ifaces::{Interface, Kind, NextHop};
335 kind: Kind::Ipv4, in map_adapter_addresses()
346 kind: Kind::Ipv6, in map_adapter_addresses()