Home
last modified time | relevance | path

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

/webrtc/util/src/ifaces/
H A Dmod.rs5 pub enum NextHop { enum
25 pub hop: Option<NextHop>,
/webrtc/util/src/ifaces/ffi/unix/
H A Dmod.rs7 use crate::ifaces::{Interface, Kind, NextHop};
177 .map(NextHop::Broadcast) in ifaces()
180 .map(NextHop::Destination) in ifaces()
/webrtc/util/src/ifaces/ffi/windows/
H A Dmod.rs31 use crate::ifaces::{Interface, Kind, NextHop};