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

/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.h95 virtual int EstimateMTU(uint16* mtu) { function in class:rtc::AsyncSocketAdapter
96 return socket_->EstimateMTU(mtu);
H A Dmacasyncsocket.cc279 int MacAsyncSocket::EstimateMTU(uint16* mtu) { function in class:rtc::MacAsyncSocket
H A Dnatsocketfactory.cc228 virtual int EstimateMTU(uint16* mtu) { function in class:rtc::NATSocket
229 return socket_->EstimateMTU(mtu);
H A Dphysicalsocketserver.cc397 int EstimateMTU(uint16* mtu) { function in class:rtc::PhysicalSocket
H A Dwin32socketserver.cc512 int Win32Socket::EstimateMTU(uint16* mtu) { function in class:rtc::Win32Socket
H A Dvirtualsocketserver.cc361 virtual int EstimateMTU(uint16* mtu) { function in class:rtc::VirtualSocket

Completed in 94 milliseconds