Home
last modified time | relevance | path

Searched defs:EDNS0_UL (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.go298 type EDNS0_UL struct { struct
299 Code uint16 // Always EDNS0UL
300 Lease uint32
303 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
304 func (e *EDNS0_UL) String() string { return strconv.FormatUint(uint64(e.Lease), 10) }
307 func (e *EDNS0_UL) pack() ([]byte, error) {
316 func (e *EDNS0_UL) 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.go298 type EDNS0_UL struct { struct
299 Code uint16 // Always EDNS0UL
300 Lease uint32
303 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
304 func (e *EDNS0_UL) String() string { return strconv.FormatUint(uint64(e.Lease), 10) }
307 func (e *EDNS0_UL) pack() ([]byte, error) {
316 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go298 type EDNS0_UL struct { struct
299 Code uint16 // Always EDNS0UL
300 Lease uint32
303 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
304 func (e *EDNS0_UL) String() string { return strconv.FormatUint(uint64(e.Lease), 10) }
307 func (e *EDNS0_UL) pack() ([]byte, error) {
316 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/miekg/dns/
H A Dedns.go298 type EDNS0_UL struct { struct
299 Code uint16 // Always EDNS0UL
300 Lease uint32
303 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
304 func (e *EDNS0_UL) String() string { return strconv.FormatUint(uint64(e.Lease), 10) }
307 func (e *EDNS0_UL) pack() ([]byte, error) {
316 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dedns.go298 type EDNS0_UL struct { struct
299 Code uint16 // Always EDNS0UL
300 Lease uint32
303 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
304 func (e *EDNS0_UL) String() string { return strconv.FormatUint(uint64(e.Lease), 10) }
307 func (e *EDNS0_UL) pack() ([]byte, error) {
316 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) 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.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) 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.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) 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.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) 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.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) 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.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/miekg/dns/
H A Dedns.go372 type EDNS0_UL struct { struct
373 Code uint16 // Always EDNS0UL
374 Lease uint32
375 KeyLease uint32
379 func (e *EDNS0_UL) Option() uint16 { return EDNS0UL }
380 func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lease, e.KeyLease) }
381 func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease, e.KeyLease} }
384 func (e *EDNS0_UL) pack() ([]byte, error) {
396 func (e *EDNS0_UL) unpack(b []byte) error {

1234