Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dport.cc864 remote_candidate_(remote_candidate), read_state_(STATE_READ_INIT), in Connection()
898 d = remote_candidate_.priority(); in priority()
900 g = remote_candidate_.priority(); in priority()
953 if (port_->SendTo(data, size, remote_candidate_.address(), in OnSendStunPacket()
963 const rtc::SocketAddress& addr(remote_candidate_.address()); in OnReadPacket()
998 if (remote_ufrag == remote_candidate_.username()) { in OnReadPacket()
1433 int sent = port_->SendTo(data, size, remote_candidate_.address(), in Send()
Dport.h421 const Candidate& remote_candidate() const { return remote_candidate_; } in remote_candidate()
558 Candidate remote_candidate_; variable