Home
last modified time | relevance | path

Searched defs:EDNS0_EXPIRE (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.go441 type EDNS0_EXPIRE struct { struct
442 Code uint16 // Always EDNS0EXPIRE
443 Expire uint32
446 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
447 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
449 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
458 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/github.com/miekg/dns/
H A Dedns.go441 type EDNS0_EXPIRE struct { struct
442 Code uint16 // Always EDNS0EXPIRE
443 Expire uint32
446 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
447 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
449 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
458 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go441 type EDNS0_EXPIRE struct { struct
442 Code uint16 // Always EDNS0EXPIRE
443 Expire uint32
446 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
447 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
449 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
458 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/miekg/dns/
H A Dedns.go441 type EDNS0_EXPIRE struct { struct
442 Code uint16 // Always EDNS0EXPIRE
443 Expire uint32
446 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
447 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
449 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
458 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go441 type EDNS0_EXPIRE struct { struct
442 Code uint16 // Always EDNS0EXPIRE
443 Expire uint32
446 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
447 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
449 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
458 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/miekg/dns/
H A Dedns.go468 type EDNS0_EXPIRE struct { struct
469 Code uint16 // Always EDNS0EXPIRE
470 Expire uint32
473 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
474 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
476 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
485 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/
H A Dedns.go517 type EDNS0_EXPIRE struct { struct
518 Code uint16 // Always EDNS0EXPIRE
519 Expire uint32
523 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
524 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
525 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
527 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
533 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/miekg/dns/
H A Dedns.go517 type EDNS0_EXPIRE struct { struct
518 Code uint16 // Always EDNS0EXPIRE
519 Expire uint32
523 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
524 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
525 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
527 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
533 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/miekg/dns/
H A Dedns.go517 type EDNS0_EXPIRE struct { struct
518 Code uint16 // Always EDNS0EXPIRE
519 Expire uint32
523 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
524 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
525 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
527 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
533 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/
H A Dedns.go517 type EDNS0_EXPIRE struct { struct
518 Code uint16 // Always EDNS0EXPIRE
519 Expire uint32
523 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
524 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
525 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
527 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
533 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go529 type EDNS0_EXPIRE struct { struct
530 Code uint16 // Always EDNS0EXPIRE
531 Expire uint32
535 func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE }
536 func (e *EDNS0_EXPIRE) String() string { return strconv.FormatUint(uint64(e.Expire), 10) }
537 func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, e.Expire} }
539 func (e *EDNS0_EXPIRE) pack() ([]byte, error) {
545 func (e *EDNS0_EXPIRE) unpack(b []byte) error {

1234