Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dpseudotcp.h53 enum WriteResult { WR_SUCCESS, WR_TOO_LARGE, WR_FAIL }; enumerator
Dpseudotcp.cc919 ASSERT(wres == IPseudoTcpNotify::WR_TOO_LARGE); in transmit()
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc505 return IPseudoTcpNotify::WR_TOO_LARGE; in TcpWritePacket()