Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc555 IPseudoTcpNotify::WriteResult wres = m_notify->TcpWritePacket( in packet() local
560 if ((wres != IPseudoTcpNotify::WR_SUCCESS) && (0 != len)) in packet()
561 return wres; in packet()
975 IPseudoTcpNotify::WriteResult wres = packet(seq, in transmit() local
980 if (wres == IPseudoTcpNotify::WR_SUCCESS) in transmit()
983 if (wres == IPseudoTcpNotify::WR_FAIL) { in transmit()
988 ASSERT(wres == IPseudoTcpNotify::WR_TOO_LARGE); in transmit()