Home
last modified time | relevance | path

Searched defs:EDNS0_DAU (Results 1 – 25 of 86) sorted by relevance

1234

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go377 type EDNS0_DAU struct { struct
378 Code uint16 // Always EDNS0DAU
379 AlgCode []uint8
382 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
383 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
384 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
386 func (e *EDNS0_DAU) String() string {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/github.com/miekg/dns/
H A Dedns.go377 type EDNS0_DAU struct { struct
378 Code uint16 // Always EDNS0DAU
379 AlgCode []uint8
382 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
383 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
384 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
386 func (e *EDNS0_DAU) String() string {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go377 type EDNS0_DAU struct { struct
378 Code uint16 // Always EDNS0DAU
379 AlgCode []uint8
382 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
383 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
384 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
386 func (e *EDNS0_DAU) String() string {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/miekg/dns/
H A Dedns.go377 type EDNS0_DAU struct { struct
378 Code uint16 // Always EDNS0DAU
379 AlgCode []uint8
382 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
383 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
384 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
386 func (e *EDNS0_DAU) String() string {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go377 type EDNS0_DAU struct { struct
378 Code uint16 // Always EDNS0DAU
379 AlgCode []uint8
382 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
383 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
384 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
386 func (e *EDNS0_DAU) String() string {
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/miekg/dns/
H A Dedns.go404 type EDNS0_DAU struct { struct
405 Code uint16 // Always EDNS0DAU
406 AlgCode []uint8
409 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
410 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
411 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
413 func (e *EDNS0_DAU) String() string {
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/
H A Dedns.go444 type EDNS0_DAU struct { struct
445 Code uint16 // Always EDNS0DAU
446 AlgCode []uint8
450 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
451 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
452 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
454 func (e *EDNS0_DAU) String() string {
465 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/security/vault/vault-1.8.2/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/miekg/dns/
H A Dedns.go444 type EDNS0_DAU struct { struct
445 Code uint16 // Always EDNS0DAU
446 AlgCode []uint8
450 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
451 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
452 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
454 func (e *EDNS0_DAU) String() string {
465 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/miekg/dns/
H A Dedns.go444 type EDNS0_DAU struct { struct
445 Code uint16 // Always EDNS0DAU
446 AlgCode []uint8
450 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
451 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
452 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
454 func (e *EDNS0_DAU) String() string {
465 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/
H A Dedns.go444 type EDNS0_DAU struct { struct
445 Code uint16 // Always EDNS0DAU
446 AlgCode []uint8
450 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
451 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
452 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
454 func (e *EDNS0_DAU) String() string {
465 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go456 type EDNS0_DAU struct { struct
457 Code uint16 // Always EDNS0DAU
458 AlgCode []uint8
462 func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU }
463 func (e *EDNS0_DAU) pack() ([]byte, error) { return e.AlgCode, nil }
464 func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = b; return nil }
466 func (e *EDNS0_DAU) String() string {
477 func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} }

1234