| /src/external/mpl/bind/dist/contrib/scripts/ |
| catzhash.py | 33 NAME = dns.name.from_text(sys.argv[1]).to_wire()
|
| catzhash.py | 33 NAME = dns.name.from_text(sys.argv[1]).to_wire()
|
| /src/external/mpl/bind/dist/bin/tests/system/tsig/ans2/ |
| ans.py | 39 yield BytesResponseSend(tc_response.to_wire()[:-1])
|
| ans.py | 39 yield BytesResponseSend(tc_response.to_wire()[:-1])
|
| /src/external/mpl/bind/dist/bin/tests/system/tsig/ |
| tests_badtime.py | 65 wire = msg.to_wire()
|
| tests_badtime.py | 65 wire = msg.to_wire()
|
| /src/external/mpl/bind/dist/bin/tests/system/tcp/ |
| tests_tcp.py | 56 wire = msg.to_wire() 78 wire = msg.to_wire()
|
| tests_tcp.py | 56 wire = msg.to_wire() 78 wire = msg.to_wire()
|
| /src/external/mpl/bind/dist/bin/tests/system/doth/ |
| tests_gnutls.py | 40 query_wire = query.to_wire()
|
| tests_gnutls.py | 40 query_wire = query.to_wire()
|
| /src/external/bsd/unbound/dist/contrib/ |
| unbound-querycachedb.py | 18 hobj.update(dns.name.from_text(qname).to_wire())
|
| unbound-querycachedb.py | 18 hobj.update(dns.name.from_text(qname).to_wire())
|
| /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans8/ |
| ans.py | 136 s.sendto(rsp.to_wire(), msg[1]) 175 wire = rsp.to_wire()
|
| ans.py | 136 s.sendto(rsp.to_wire(), msg[1]) 175 wire = rsp.to_wire()
|
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ans10/ |
| ans.py | 148 s.sendto(rsp.to_wire(), msg[1])
|
| ans.py | 148 s.sendto(rsp.to_wire(), msg[1])
|
| /src/external/mpl/bind/dist/bin/tests/system/tsiggss/ |
| tests_isc_spnego_flaws.py | 69 tkey_rdata = dns.name.from_text("gss-tsig.").to_wire() # domain
|
| tests_isc_spnego_flaws.py | 69 tkey_rdata = dns.name.from_text("gss-tsig.").to_wire() # domain
|
| /src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
| generic.py | 162 msg_len = len(msg.to_wire())
|
| generic.py | 162 msg_len = len(msg.to_wire())
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| asyncserver.py | 743 causing exceptions to be raised when `make_response()` or `to_wire()` are 792 def to_wire(self, *args: Any, **kwargs: Any) -> bytes: member in class:_DnsMessageWithTsigDisabled 794 Override the `to_wire()` method to prevent it from trying to sign 798 return super().to_wire(*args, **kwargs) 1130 response = response.to_wire(max_size=65535)
|
| asyncserver.py | 743 causing exceptions to be raised when `make_response()` or `to_wire()` are 792 def to_wire(self, *args: Any, **kwargs: Any) -> bytes: member in class:_DnsMessageWithTsigDisabled 794 Override the `to_wire()` method to prevent it from trying to sign 798 return super().to_wire(*args, **kwargs) 1130 response = response.to_wire(max_size=65535)
|