Home
last modified time | relevance | path

Searched refs:WR_FAIL (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.cc914 if (wres == IPseudoTcpNotify::WR_FAIL) { in transmit()
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc509 return IPseudoTcpNotify::WR_FAIL; in TcpWritePacket()