Home
last modified time | relevance | path

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

/webrtc/util/src/replay_detector/
H A Dmod.rs11 fn accept(&mut self); in accept() method
64 fn accept(&mut self) { in accept() method
144 fn accept(&mut self) { in accept() method
176 fn accept(&mut self) {} in accept() method
/webrtc/dtls/src/
H A Dlistener.rs74 async fn accept(&self) -> UtilResult<(Arc<dyn Conn + Send + Sync>, SocketAddr)> { in accept() method
/webrtc/util/src/conn/
H A Dmod.rs43 async fn accept(&self) -> Result<(Arc<dyn Conn + Send + Sync>, SocketAddr)>; in accept() method
H A Dconn_udp_listener.rs36 async fn accept(&self) -> Result<(Arc<dyn Conn + Send + Sync>, SocketAddr)> { in accept() method
/webrtc/ice/src/agent/
H A Dagent_transport.rs51 pub async fn accept( in accept() method
/webrtc/srtp/src/session/
H A Dmod.rs216 pub async fn accept(&self) -> Result<Arc<Stream>> { in accept() method
/webrtc/data/src/data_channel/
H A Dmod.rs75 pub async fn accept<T>( in accept() method