Home
last modified time | relevance | path

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

/external/curl/tests/python_dependencies/impacket/
Dnmb.py679 …def __init__(self, myname, remote_name, remote_host, remote_type = TYPE_SERVER, sess_port = NETBIO… argument
708 self.__remote_type = remote_type
719 self._request_session(remote_type, local_type, timeout)
786 def _request_session(self, remote_type, local_type, timeout = None): argument
830 …def __init__(self, myname, remote_name, remote_host, remote_type = TYPE_SERVER, sess_port = NETBIO… argument
836 …NetBIOSSession.__init__(self, myname, remote_name, remote_host, remote_type = remote_type, sess_po…
858 def _request_session(self, remote_type, local_type, timeout = None): argument
860 remote_name = encode_name(self.get_remote_name(), remote_type, '')
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc185 : local_type(lt), local_proto(lp), remote_type(rt), remote_proto(rp), in Result()
192 std::string remote_type; member
401 (expected.local_type == "local" && expected.remote_type == "prflx") || in IsLocalToPrflxOrTheReverse()
402 (expected.local_type == "prflx" && expected.remote_type == "local")); in IsLocalToPrflxOrTheReverse()
411 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in CheckCandidate1() local
416 remote_type == expected.remote_type) || in CheckCandidate1()
421 local_type == expected.remote_type && in CheckCandidate1()
422 remote_type == expected.local_type))); in CheckCandidate1()
436 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in ExpectCandidate1() local
439 EXPECT_EQ(expected.remote_type, remote_type); in ExpectCandidate1()
[all …]