Searched refs:WR_FAIL (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/p2p/base/ | ||
D | pseudo_tcp.h | 39 enum WriteResult { WR_SUCCESS, WR_TOO_LARGE, WR_FAIL }; enumerator |
D | pseudo_tcp.cc | 1010 if (wres == IPseudoTcpNotify::WR_FAIL) { in transmit() |