MCPcopy Create free account

hub / github.com/NLnetLabs/domain / functions

Functions4,465 in github.com/NLnetLabs/domain

↓ 1 callersFunctionasync_test_validator
(filename: &str)
src/net/client/validator_test.rs:39
↓ 1 callersMethodat_connection_limit
Returns true if the server is at its connection limit. See [`Config::max_concurrent_connections`].
src/net/server/stream.rs:556
↓ 1 callersMethodauthority
Gets the authority section content for this answer.
src/zonetree/answer.rs:233
↓ 1 callersMethodawait_shutdown
Wait for an in-progress shutdown to complete. Returns true if the server shutdown in the given time period, false otherwise. To start the shutdown p
src/net/server/dgram.rs:444
↓ 1 callersMethodbad_cookie_response
( &self, request: &Request<RequestOctets, RequestMeta>, )
src/net/server/middleware/cookies.rs:240
↓ 1 callersMethodbegin_block
(&mut self)
src/base/zonefile_fmt.rs:126
↓ 1 callersMethodbind_and_connect
Bind to a random local UDP port.
src/net/client/protocol.rs:143
↓ 1 callersMethodbits
The raw flags bits.
src/new/rdata/dnssec/dnskey.rs:154
↓ 1 callersMethodbits
The raw flags bits.
src/new/rdata/dnssec/nsec3.rs:266
↓ 1 callersMethodbits
The raw flags bits.
src/new/base/message.rs:280
↓ 1 callersMethodbits
The raw flags bits.
src/new/edns/mod.rs:325
↓ 1 callersMethodbuild
(self)
src/zonetree/in_memory/builder.rs:80
↓ 1 callersMethodbuild
(&mut self, op: F)
src/base/message_builder.rs:1664
↓ 1 callersMethodbuild_bytes
( &self, mut bytes: &'b mut [u8], )
src/new/base/record.rs:236
↓ 1 callersFunctionbuild_middleware_chain
( svc: Svc, stats: Arc<RwLock<Stats>>, )
examples/server-transports.rs:587
↓ 1 callersMethodbuilder
Construct a builder for this 'struct'.
macros/src/data.rs:76
↓ 1 callersMethodbuilder
()
src/rdata/dnssec.rs:2095
↓ 1 callersMethodbuilder
Converts the message builder into a message builder This is a no-op.
src/base/message_builder.rs:376
↓ 1 callersMethodbuilder_append_slice
Tries appending a slice. Errors out if either appending the slice would result in exceeding the record data length limit or the underlying builder ru
src/rdata/rfc1035/txt.rs:715
↓ 1 callersMethodbump_soa_serial
(&mut self, old_soa_rr: &Option<SharedRr>)
src/zonetree/in_memory/write.rs:116
↓ 1 callersMethodcache_lookup
Try to find a cache entry for the key.
src/net/client/cache.rs:577
↓ 1 callersMethodcache_lookup_ad
Try to find an cache entry for the key taking into account the AD flag. The CD, DO, and RD flags are kept unchanged.
src/net/client/cache.rs:667
↓ 1 callersMethodcache_lookup_do_ad
Try to find an cache entry for the key taking into account the DO and AD flags. The CD and RD flags are kept unchanged.
src/net/client/cache.rs:625
↓ 1 callersMethodcache_lookup_rd_do_ad
Try to find an cache entry for the key taking into account the RD, DO, and AD flags. The CD flag is kept unchanged.
src/net/client/cache.rs:593
↓ 1 callersFunctioncalc_timestamps
( start: u32, duration: u32, )
src/dnssec/sign/signatures/rrsigs.rs:525
↓ 1 callersMethodcall
( &self, request: Request<RequestOctets, RequestMeta>, )
src/net/server/util.rs:149
↓ 1 callersMethodcall
( &self, mut request: Request<RequestOctets, RequestMeta>, )
src/net/server/middleware/edns.rs:465
↓ 1 callersMethodcall
( &self, request: Request<RequestOctets, RequestMeta>, )
src/net/server/middleware/mandatory.rs:346
↓ 1 callersMethodcall
( &self, request: Request<RequestOctets, RequestMeta>, )
src/net/server/middleware/cookies.rs:498
↓ 1 callersMethodcancelled
Was a read operation using this receiver cancelled at some point?
src/net/server/connection.rs:831
↓ 1 callersMethodcanonical_cmp
(&self, other: &Nsec3<Other>)
src/rdata/nsec3.rs:250
↓ 1 callersMethodcanonical_cmp
(&self, other: &Txt<Other>)
src/rdata/rfc1035/txt.rs:359
↓ 1 callersMethodcanonical_gt
(&self, other: &Rhs)
src/base/cmp.rs:87
↓ 1 callersMethodcanonical_lt
(&self, other: &Rhs)
src/base/cmp.rs:73
↓ 1 callersMethodcanonical_name
Resolves the canonical name of the answer. The CNAME record allows a domain name to be an alias for a different name. Aliases may be chained. The ‘ca
src/base/message.rs:519
↓ 1 callersFunctionch
(i: u8)
src/utils/base64.rs:63
↓ 1 callersFunctionch
(i: u8)
src/utils/base32.rs:74
↓ 1 callersMethodchain
Chains another name to the end of this name. Depending on whether `other` is an absolute or relative domain name, the resulting name will behave like
src/base/name/relative.rs:339
↓ 1 callersFunctioncheck_connection_closed
( entry: &Entry, resp: Option<T>, )
src/stelline/client.rs:650
↓ 1 callersMethodcheck_hash
( self, client_cookie: ClientCookie, client_ip: crate::base::net::IpAddr, secr
src/base/opt/cookie.rs:626
↓ 1 callersFunctioncheck_impl
(name: N, labels: &[&[u8]])
src/base/name/chain.rs:484
↓ 1 callersMethodcheck_response
Check if an XFR response header is valid. Enforce the rules defined in 2.2. AXFR Messages of RFC 5936. See: https://www.rfc-editor.org/rfc/rfc5936.ht
src/net/xfr/protocol/interpreter.rs:119
↓ 1 callersMethodcheck_server_hash
( &self, client_ip: crate::base::net::IpAddr, secret: &[u8; 16], timestamp_ok:
src/base/opt/cookie.rs:127
↓ 1 callersMethodcheck_sig
Check the signature on an RRset. Follow [RFC 4035, Section 5.3](https://www.rfc-editor.org/rfc/rfc4035.html#section-5.3).
src/dnssec/validator/group.rs:555
↓ 1 callersFunctioncheck_stream
Upstate the response stream state based on a response message.
src/net/client/stream.rs:1104
↓ 1 callersMethodcheck_tsig
Checks whether the key in the record is this key.
src/tsig/mod.rs:332
↓ 1 callersMethodchecked_div
(self, rhs: u32)
src/base/record.rs:1463
↓ 1 callersMethodclass
Gets the CLASS of this zone.
src/zonetree/zone.rs:70
↓ 1 callersMethodclass
The [class] of the zone. [class]: https://datatracker.ietf.org/doc/html/rfc9499#section-4-2.2
src/zonetree/parsed.rs:203
↓ 1 callersFunctionclassify_no_error
Classify a responses with a NOERROR result.
src/net/client/cache.rs:1173
↓ 1 callersMethodclient
(&self)
src/base/opt/cookie.rs:90
↓ 1 callersMethodclone
(&self)
src/new/rdata/dnssec/nsec.rs:191
↓ 1 callersMethodclone
(&self)
src/net/server/message.rs:289
↓ 1 callersFunctioncmp
(input: &[u8], output: &str)
src/rdata/rfc1035/txt.rs:1130
↓ 1 callersFunctioncmp
(input: &[u8], normal: &str, quoted: &str, unquoted: &str)
src/base/charstr.rs:1389
↓ 1 callersFunctioncmp
()
src/base/name/relative.rs:1730
↓ 1 callersFunctioncmp
()
src/base/name/absolute.rs:1952
↓ 1 callersFunctioncmp
( chain: Result<Chain<L, R>, E>, out: &str, dot_out: &str, )
src/base/name/chain.rs:591
↓ 1 callersMethodcmp
(&self, that: &Self)
src/new/base/name/reversed.rs:226
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/srv.rs:183
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/tlsa.rs:284
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/sshfp.rs:260
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/ipseckey.rs:414
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/zonemd.rs:287
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/nsec3.rs:276
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/tsig.rs:438
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/openpgpkey.rs:183
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/caa.rs:229
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/naptr.rs:323
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/cds.rs:241
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/svcb/rdata.rs:402
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/rfc1035/txt.rs:365
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/rfc1035/null.rs:199
↓ 1 callersMethodcmp
(&self, other: &Self)
src/rdata/rfc1035/soa.rs:254
↓ 1 callersMethodcmp
(&self, other: &Self)
src/base/charstr.rs:500
↓ 1 callersMethodcmp
(&self, other: &Self)
src/base/question.rs:274
↓ 1 callersMethodcmp
(&self, other: &Self)
src/base/record.rs:354
↓ 1 callersMethodcmp
Returns the ordering between `self` and `other`. Domain name order is determined according to the ‘canonical DNS name order’ as defined in [section 6
src/base/name/absolute.rs:853
↓ 1 callersMethodcmp
(&self, other: &Self)
src/base/opt/mod.rs:310
↓ 1 callersMethodcmp_composed
(&self, other: &Self)
src/new/base/name/absolute.rs:114
↓ 1 callersFunctioncmp_iter_suffixes
(iter: I, labels: &[&[u8]])
src/base/name/parsed.rs:821
↓ 1 callersMethodcode
The code for this option.
src/new/edns/mod.rs:378
↓ 1 callersMethodcode
Returns the error code.
src/base/opt/exterr.rs:121
↓ 1 callersMethodcollect_glue
(&mut self, name: &StoredName)
src/zonetree/parsed.rs:390
↓ 1 callersMethodcompatibility_mode
(&self)
src/net/server/middleware/xfr/data_provider.rs:81
↓ 1 callersMethodcompose
( &self, target: &mut Target, )
src/rdata/nsec3.rs:893
↓ 1 callersMethodcompose
( &self, target: &mut Target, )
src/rdata/tsig.rs:733
↓ 1 callersMethodcompose
( &self, target: &mut Target, )
src/base/wire.rs:91
↓ 1 callersMethodcompose
( &self, target: &mut Target, )
src/base/question.rs:107
↓ 1 callersMethodcompose
Appends the wire format of the client cookie to the target.
src/base/opt/cookie.rs:335
↓ 1 callersMethodcompose
Appends a value in wire format to a target.
src/base/opt/keepalive.rs:165
↓ 1 callersMethodcompose_canonical
Appends the lowercased label to an octets builder. The method builds the encoded form of the label that starts with a one octet length indicator. It
src/base/name/label.rs:297
↓ 1 callersMethodcompose_len
(&self)
src/rdata/nsec3.rs:886
↓ 1 callersMethodcompose_len
(&self)
src/base/name/relative.rs:670
↓ 1 callersMethodcompose_len
(&self)
src/base/opt/mod.rs:1038
↓ 1 callersMethodcompose_len_rdata
Appends the record data prefixed with its length.
src/base/rdata.rs:77
↓ 1 callersMethodcompose_question
( &self, target: &mut Target, )
src/base/question.rs:339
↓ 1 callersMethodcompose_rdata
( &self, target: &mut Target, )
src/rdata/tlsa.rs:164
↓ 1 callersMethodcompose_rdata
( &self, target: &mut Target, )
src/rdata/sshfp.rs:151
↓ 1 callersMethodcompose_rdata
( &self, target: &mut Target, )
src/rdata/ipseckey.rs:249
← previousnext →1,101–1,200 of 4,465, ranked by callers