Searched defs:EstimateMTU (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
H A Dasyncsocket.cc99 int AsyncSocketAdapter::EstimateMTU(uint16_t* mtu) { function in class:rtc::AsyncSocketAdapter
100 return socket_->EstimateMTU(mtu);
H A Dmacasyncsocket.cc279 int MacAsyncSocket::EstimateMTU(uint16_t* mtu) { function in class:rtc::MacAsyncSocket
H A Dphysicalsocketserver.cc404 int PhysicalSocket::EstimateMTU(uint16_t* mtu) { function in class:rtc::PhysicalSocket
H A Dwin32socketserver.cc515 int Win32Socket::EstimateMTU(uint16_t* mtu) { function in class:rtc::Win32Socket
H A Dvirtualsocketserver.cc379 int VirtualSocket::EstimateMTU(uint16_t* mtu) { function in class:rtc::VirtualSocket

Completed in 324 milliseconds