Searched refs:remote_candidate_ (Results 1 – 2 of 2) sorted by relevance
512 remote_candidate_(remote_candidate), read_state_(STATE_READ_TIMEOUT), in Connection()563 if (port_->SendTo(data, size, remote_candidate_.address(), false) < 0) { in OnSendStunPacket()571 const talk_base::SocketAddress& addr(remote_candidate_.address()); in OnReadPacket()596 } else if (remote_username != remote_candidate_.username()) { in OnReadPacket()884 int sent = port_->SendTo(data, size, remote_candidate_.address(), true); in Send()
286 const Candidate& remote_candidate() const { return remote_candidate_; } in remote_candidate()387 Candidate remote_candidate_; variable