Home
last modified time | relevance | path

Searched refs:_matches_destination (Results 1 – 7 of 7) sorted by relevance

/dports/dns/py-dnspython2/dnspython-2.1.0/tests/
H A Dtest_query.py559 self.assertTrue(dns.query._matches_destination(socket.AF_INET,
563 self.assertTrue(dns.query._matches_destination(socket.AF_INET6,
567 self.assertTrue(dns.query._matches_destination(socket.AF_INET,
571 self.assertFalse(dns.query._matches_destination(socket.AF_INET,
575 self.assertFalse(dns.query._matches_destination(socket.AF_INET,
580 dns.query._matches_destination(socket.AF_INET,
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/
H A Dasyncquery.py33 from dns.query import _compute_times, _matches_destination, BadResponse, ssl, \
105 if _matches_destination(sock.family, from_address, destination,
409 if _matches_destination(af, from_address,
H A Dquery.py159 def _matches_destination(af, from_address, destination, ignore_unexpected): function
441 if _matches_destination(sock.family, from_address, destination,
/dports/finance/electrum/Electrum-4.1.5/packages/dns/
H A Dasyncquery.py33 from dns.query import _compute_times, _matches_destination, BadResponse, ssl
132 if _matches_destination(sock.family, from_address, destination,
H A Dquery.py204 def _matches_destination(af, from_address, destination, ignore_unexpected): function
464 if _matches_destination(sock.family, from_address, destination,
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dns/
H A Dasyncquery.py33 from dns.query import _compute_times, _matches_destination, BadResponse, ssl
132 if _matches_destination(sock.family, from_address, destination,
H A Dquery.py204 def _matches_destination(af, from_address, destination, ignore_unexpected): function
464 if _matches_destination(sock.family, from_address, destination,