Home
last modified time | relevance | path

Searched refs:soa (Results 226 – 250 of 1931) sorted by relevance

12345678910>>...78

/dports/dns/mydns-ng/mydns-1.2.8.31/
H A Dmydns.conf43 soa-table = soa # Name of table containing SOA records
48 soa-where = # Extra WHERE clause for SOA queries
/dports/devel/ispc/ispc-1.16.1/tests/lit-tests/
H A D1849.ispc11 export void foo(soa<4> t_rgb soa_arg0[], soa<4> t_rgb *soa_arg1, soa<4> t_rgb **soa_arg2) {}
/dports/dns/mydns-ng/mydns-1.2.8.31/src/mydns/
H A Dnotify.c527 if (notify->soa_id == soa->id) { in notify_running()
1111 desctask(t), soa->origin); in notify_slaves()
1122 notify->soa_id = soa->id; in notify_slaves()
1127 desctask(t), soa->origin); in notify_slaves()
1164 desctask(t), soa->origin); in notify_slaves()
1175 notify->soa_id = soa->id; in notify_slaves()
1180 desctask(t), soa->origin); in notify_slaves()
1220 MYDNS_SOA *soa; in notify_all_soas() local
1269 if (!soa->recursive) { in notify_all_soas()
1270 notify_slaves(t, soa); in notify_all_soas()
[all …]
/dports/dns/dns-ui/dns-ui-0.2.7/views/
H A Dzones.php47 $soa = new ResourceRecord; variable
48 …$soa->content = "$_POST[primary_ns] $_POST[contact] ".date('Ymd00')." ".DNSTime::expand($_POST['re…
49 $soa->disabled = false;
54 $soaset->add_resource_record($soa);
/dports/devel/ispc/ispc-1.16.1/tests_errors/
H A Dsoa-12.ispc1 // Can't convert between types "const uniform int[0-9]*" and "soa<4> float" with different SOA widt…
22 export void x(uniform Foo &x, soa<8> Foo f[]) {
23 soa<4> Foo xyz;
H A Dsoa-11.ispc1 // Type conversion from "const uniform int[0-9]*" to "soa<4> struct Foo" for assignment operator is…
22 export void x(uniform Foo &x, soa<8> Foo f[]) {
23 soa<4> Foo xyz;
H A Dsoa-15.ispc1 // Illegal to use binary operator - with SOA type "soa<4> float"
22 void x(uniform Foo &x, soa<8> Foo f[]) {
23 soa<4> Foo xyz;
H A Dsoa-10.ispc1 // Can't convert between types "uniform struct Foo" and "soa<4> struct Foo" with different SOA widt…
22 export void x(uniform Foo &x, soa<8> Foo f[]) {
23 soa<4> Foo xyz;
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/names/test/
H A Dtest_names.py38 def __init__(self, soa, records): argument
41 self.soa, self.records = soa, records
77 soa=(b"test-domain.com", soa_record),
128 soa=(b"93.84.28.in-addr.arpa", reverse_soa),
139 soa=(b"my-domain.com", my_soa),
515 self.soa = dns.RRHeader(
534 self.soa,
559 self.soa,
640 soa=(soa_record.mname.name, soa_record),
778 soa=(soa.mname.name, soa),
[all …]
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Ddnssec_sign.c823 ldns_dnssec_rrsets *soa; local
831 soa = ldns_dnssec_name_find_rrset(zone->soa, LDNS_RR_TYPE_SOA);
836 if (soa && soa->rrs && soa->rrs->rr) {
837 ldns_rr *soa_rr = soa->rrs->rr;
919 ldns_dnssec_rrsets *soa; local
932 soa = ldns_dnssec_name_find_rrset(zone->soa, LDNS_RR_TYPE_SOA);
937 if (soa && soa->rrs && soa->rrs->rr) {
1452 = &zone->soa->rrsets;
1527 zone->soa->name,
1552 = &zone->soa->rrsets;
[all …]
/dports/dns/py-ldns/ldns-1.8.1/
H A Ddnssec_sign.c823 ldns_dnssec_rrsets *soa; local
831 soa = ldns_dnssec_name_find_rrset(zone->soa, LDNS_RR_TYPE_SOA);
836 if (soa && soa->rrs && soa->rrs->rr) {
837 ldns_rr *soa_rr = soa->rrs->rr;
919 ldns_dnssec_rrsets *soa; local
932 soa = ldns_dnssec_name_find_rrset(zone->soa, LDNS_RR_TYPE_SOA);
937 if (soa && soa->rrs && soa->rrs->rr) {
1452 = &zone->soa->rrsets;
1527 zone->soa->name,
1552 = &zone->soa->rrsets;
[all …]
/dports/dns/ldns/ldns-1.8.1/
H A Ddnssec_sign.c823 ldns_dnssec_rrsets *soa; local
831 soa = ldns_dnssec_name_find_rrset(zone->soa, LDNS_RR_TYPE_SOA);
836 if (soa && soa->rrs && soa->rrs->rr) {
837 ldns_rr *soa_rr = soa->rrs->rr;
919 ldns_dnssec_rrsets *soa; local
932 soa = ldns_dnssec_name_find_rrset(zone->soa, LDNS_RR_TYPE_SOA);
937 if (soa && soa->rrs && soa->rrs->rr) {
1452 = &zone->soa->rrsets;
1527 zone->soa->name,
1552 = &zone->soa->rrsets;
[all …]
/dports/dns/py-dnspython/dnspython-1.16.0/examples/
H A Dreceive_notify.py26 soa = notify.find_rrset(notify.answer, notify.question[0].name, variable
30 print('The serial number for', soa.name, 'is', soa[0].serial)
/dports/dns/py-dnspython2/dnspython-2.1.0/examples/
H A Dreceive_notify.py26 soa = notify.find_rrset(notify.answer, notify.question[0].name,
30 print('The serial number for', soa.name, 'is', soa[0].serial)
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dnotify.c116 notify->soa = NULL; in notify_create()
443 if (notify->soa) { in notify_send()
444 if (buffer_write_rr(xfrhandler->packet, notify->soa)) { in notify_send()
527 notify_update_soa(notify_type* notify, ldns_rr* soa) in notify_update_soa() argument
532 if (notify->soa) { in notify_update_soa()
533 ldns_rr_free(notify->soa); in notify_update_soa()
535 notify->soa = soa; in notify_update_soa()
544 notify_enable(notify_type* notify, ldns_rr* soa) in notify_enable() argument
571 notify_update_soa(notify, soa); in notify_enable()
609 if (notify->soa) { in notify_cleanup()
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go232 if soa, ok := ans.(*dns.SOA); ok {
233 return checkIfTLD(fqdn, soa)
240 if soa, ok := ns.(*dns.SOA); ok {
241 return checkIfTLD(fqdn, soa)
247 func checkIfTLD(fqdn string, soa *dns.SOA) (string, error) {
248 zone := soa.Hdr.Name

12345678910>>...78