HomeSort by relevance Sort by last modified time
    Searched refs:TcpWritePacket (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h 119 virtual IPseudoTcpNotify::WriteResult TcpWritePacket(PseudoTcp* tcp,
pseudotcpchannel.cc 491 IPseudoTcpNotify::WriteResult PseudoTcpChannel::TcpWritePacket(
507 PLOG(LS_ERROR, channel_->GetError()) << "PseudoTcpChannel::TcpWritePacket";
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 54 virtual WriteResult TcpWritePacket(PseudoTcp* tcp,
pseudotcp.cc 513 IPseudoTcpNotify::WriteResult wres = m_notify->TcpWritePacket(this, reinterpret_cast<char *>(buffer), len + HEADER_SIZE);

Completed in 213 milliseconds