Home
last modified time | relevance | path

Searched refs:DNSEntry (Results 1 – 22 of 22) sorted by relevance

/dports/security/lego/lego-4.5.3/providers/dns/transip/
H A Dfakeclient_test.go13 DNSEntry domain.DNSEntry `json:"dnsEntry"` member
17 DNSEntries []domain.DNSEntry `json:"dnsEntries"`
21 dnsEntries []domain.DNSEntry
78 f.dnsEntries = append(f.dnsEntries, entry.DNSEntry)
102 cp := make([]domain.DNSEntry, 0)
105 if e.Name == entry.DNSEntry.Name {
H A Dtransip.go107 entry := transipdomain.DNSEntry{
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/transip/
H A Dfakeclient_test.go13 DNSEntry domain.DNSEntry `json:"dnsEntry"` member
17 DNSEntries []domain.DNSEntry `json:"dnsEntries"`
21 dnsEntries []domain.DNSEntry
78 f.dnsEntries = append(f.dnsEntries, entry.DNSEntry)
102 cp := make([]domain.DNSEntry, 0)
105 if e.Name == entry.DNSEntry.Name {
H A Dtransip.go107 entry := transipdomain.DNSEntry{
/dports/security/lego/lego-4.5.3/vendor/github.com/transip/gotransip/v6/domain/
H A Ddomain.go67 DNSEntries []DNSEntry `json:"dnsEntries"`
73 DNSEntry DNSEntry `json:"dnsEntry"` member
105 DNSEntries []DNSEntry `json:"dnsEntries,omitempty"`
173 type DNSEntry struct { struct
345 DNSEntries []DNSEntry `json:"dnsEntries,omitempty"`
359 DNSEntries []DNSEntry `json:"dnsEntries,omitempty"`
H A Drepository.go131 func (r *Repository) GetDNSEntries(domainName string) ([]DNSEntry, error) {
140 func (r *Repository) AddDNSEntry(domainName string, dnsEntry DNSEntry) error { argument
141 requestBody := dnsEntryWrapper{DNSEntry: dnsEntry}
149 func (r *Repository) UpdateDNSEntry(domainName string, dnsEntry DNSEntry) error { argument
150 requestBody := dnsEntryWrapper{DNSEntry: dnsEntry}
157 func (r *Repository) ReplaceDNSEntries(domainName string, dnsEntries []DNSEntry) error { argument
165 func (r *Repository) RemoveDNSEntry(domainName string, dnsEntry DNSEntry) error { argument
166 requestBody := dnsEntryWrapper{DNSEntry: dnsEntry}
218 func (r *Repository) RetryDomainAction(domainName string, authCode string, dnsEntries []DNSEntry, n… argument
H A Drepository_test.go439 dnsEntry := DNSEntry{Content: "127.0.0.1", Expire: 1337, Name: "www", Type: "A"}
451 dnsEntry := DNSEntry{Content: "127.0.0.1", Expire: 1337, Name: "www", Type: "A"}
463 dnsEntries := []DNSEntry{{Content: "127.0.0.1", Expire: 1337, Name: "www", Type: "A"}}
475 dnsEntry := DNSEntry{Content: "127.0.0.1", Expire: 1337, Name: "www", Type: "A"}
586 dnsEntries := []DNSEntry{{Content: "127.0.0.1", Expire: 86400, Name: "www", Type: "A"}}
/dports/net/traefik/traefik-2.6.1/vendor/github.com/transip/gotransip/v6/domain/
H A Ddomain.go67 DNSEntries []DNSEntry `json:"dnsEntries"`
73 DNSEntry DNSEntry `json:"dnsEntry"` member
105 DNSEntries []DNSEntry `json:"dnsEntries,omitempty"`
173 type DNSEntry struct { struct
345 DNSEntries []DNSEntry `json:"dnsEntries,omitempty"`
359 DNSEntries []DNSEntry `json:"dnsEntries,omitempty"`
H A Drepository.go131 func (r *Repository) GetDNSEntries(domainName string) ([]DNSEntry, error) {
140 func (r *Repository) AddDNSEntry(domainName string, dnsEntry DNSEntry) error { argument
141 requestBody := dnsEntryWrapper{DNSEntry: dnsEntry}
149 func (r *Repository) UpdateDNSEntry(domainName string, dnsEntry DNSEntry) error { argument
150 requestBody := dnsEntryWrapper{DNSEntry: dnsEntry}
157 func (r *Repository) ReplaceDNSEntries(domainName string, dnsEntries []DNSEntry) error { argument
165 func (r *Repository) RemoveDNSEntry(domainName string, dnsEntry DNSEntry) error { argument
166 requestBody := dnsEntryWrapper{DNSEntry: dnsEntry}
218 func (r *Repository) RetryDomainAction(domainName string, authCode string, dnsEntries []DNSEntry, n… argument
/dports/www/trafficserver/trafficserver-9.1.1/iocore/dns/
H A DDNS.cc718 for (DNSEntry *e = entries.head; e; e = static_cast<DNSEntry *>(e->link.next)) { in switch_named()
804 for (DNSEntry *e = entries.head; e; e = static_cast<DNSEntry *>(e->link.next)) { in rr_failure()
814 for (DNSEntry *e = entries.head; e; e = static_cast<DNSEntry *>(e->link.next)) { in rr_failure()
1029 inline static DNSEntry *
1032 for (DNSEntry *e = h->entries.head; e; e = static_cast<DNSEntry *>(e->link.next)) { in get_dns()
1048 inline static DNSEntry *
1051 for (DNSEntry *e = h->entries.head; e; e = static_cast<DNSEntry *>(e->link.next)) { in get_entry()
1090 DNSEntry *e = h->entries.head; in write_dns()
1092 DNSEntry *n = static_cast<DNSEntry *>(e->link.next); in write_dns()
1243 DNSEntry::mainEvent(int event, Event *e) in mainEvent()
[all …]
H A DP_DNSProcessor.h114 struct DNSEntry : public Continuation { struct
134 LINK(DNSEntry, dup_link); argument
135 Que(DNSEntry, dup_link) dups;
144 DNSEntry() in DNSEntry() argument
152 typedef int (DNSEntry::*DNSEntryHandler)(int, void *);
154 struct DNSEntry;
170 Queue<DNSEntry> entries;
/dports/net/py-zeroconf/python-zeroconf-0.37.0/tests/
H A Dtest_cache.py34 entry = r.DNSEntry('a', const._TYPE_SOA, const._CLASS_IN)
48 entry = r.DNSEntry(record2)
138 assert cache.get(r.DNSEntry('a', const._TYPE_A, const._CLASS_IN)) == record2
139 assert cache.get(r.DNSEntry('a', const._TYPE_AAAA, const._CLASS_IN)) == record3
140 assert cache.get(r.DNSEntry('notthere', const._TYPE_A, const._CLASS_IN)) is None
H A Dtest_core.py338 assert isinstance(entry, r.DNSEntry)
/dports/net/py-zeroconf/python-zeroconf-0.37.0/zeroconf/
H A D_dns.py72 class DNSEntry: class
87 … return dns_entry_matches(other, self.key, self.type, self.class_) and isinstance(other, DNSEntry)
111 class DNSQuestion(DNSEntry):
161 class DNSRecord(DNSEntry):
228 return DNSEntry.entry_to_string(self, "record", arg)
H A D_cache.py28 DNSEntry,
153 def get(self, entry: DNSEntry) -> Optional[DNSRecord]: argument
H A D__init__.py29 DNSEntry,
/dports/security/lego/lego-4.5.3/vendor/github.com/transip/gotransip/v6/examples/
H A Ddomain.go33 defaultDnsEntry := domain.DNSEntry{
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozdevice/mozdevice/
H A DZeroconf.py209 class DNSEntry(object):
221 if isinstance(other, DNSEntry):
257 class DNSQuestion(DNSEntry):
263 DNSEntry.__init__(self, name, type, clazz)
271 return DNSEntry.toString(self, "question", None)
274 class DNSRecord(DNSEntry):
278 DNSEntry.__init__(self, name, type, clazz)
285 return DNSEntry.__eq__(self, other)
333 return DNSEntry.toString(self, "record", arg)
808 entry = DNSEntry(name, type, clazz)
/dports/devel/mercurial/mercurial-6.0/hgext/zeroconf/
H A DZeroconf.py236 class DNSEntry(object): class
248 if isinstance(other, DNSEntry):
293 class DNSQuestion(DNSEntry):
301 DNSEntry.__init__(self, name, type, clazz)
313 return DNSEntry.toString(self, b"question", None)
316 class DNSRecord(DNSEntry):
320 DNSEntry.__init__(self, name, type, clazz)
327 return DNSEntry.__eq__(self, other)
379 return DNSEntry.toString(self, b"record", arg)
903 entry = DNSEntry(name, type, clazz)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/transip/
H A Dtransip.go107 entry := transipdomain.DNSEntry{
/dports/net-mgmt/observium/observium/mibs/datadomain/
H A DDATA-DOMAIN-MIB8083 SYNTAX SEQUENCE OF DNSEntry
8091 SYNTAX DNSEntry
8099 DNSEntry ::= SEQUENCE {
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/datadomain/
H A DDATA-DOMAIN-MIB8104 SYNTAX SEQUENCE OF DNSEntry
8112 SYNTAX DNSEntry
8120 DNSEntry ::= SEQUENCE {