Home
last modified time | relevance | path

Searched full:resolver (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/freebsd/contrib/ldns/ldns/
H A Dresolver.h2 * resolver.h
4 * DNS Resolver definitions
16 * Defines the ldns_resolver structure, a stub resolver that can send queries and parse answers.
57 * DNS stub resolver structure
153 * Get the port the resolver should use
154 * \param[in] r the resolver
160 * Get the source address the resolver should use
161 * \param[in] r the resolver
167 * Is the resolver set to recurse
168 * \param[in] r the resolver
[all …]
H A Dhigher.h19 #include <ldns/resolver.h>
30 * Ask the resolver about name
32 * \param[in] r the resolver to use
40 * ask the resolver about the address
42 * \param[in] r the resolver to use
82 * \param[in] res The resolver. If this value is NULL then a resolver will
H A Dnet.h.in4 * DNS Resolver definitions
106 * Sends ptk to the nameserver at the resolver object. Returns the data
110 * \param[in] r the resolver to use
117 …* Sends and ldns_buffer (presumably containing a packet to the nameserver at the resolver object. …
121 * \param[in] r the resolver to use
241 * Prepares the resolver for an axfr query
243 * \param[in] resolver the resolver to use
248 ldns_status ldns_axfr_start(ldns_resolver *resolver, const ldns_rdf *domain, ldns_rr_class c);
H A Dnet.h4 * DNS Resolver definitions
106 * Sends ptk to the nameserver at the resolver object. Returns the data
110 * \param[in] r the resolver to use
117 …* Sends and ldns_buffer (presumably containing a packet to the nameserver at the resolver object. …
121 * \param[in] r the resolver to use
241 * Prepares the resolver for an axfr query
243 * \param[in] resolver the resolver to use
248 ldns_status ldns_axfr_start(ldns_resolver *resolver, const ldns_rdf *domain, ldns_rr_class c);
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_link_resolver.c30 struct archive_entry_linkresolver *resolver; in test_linkify_tar() local
32 /* Initialize the resolver. */ in test_linkify_tar()
33 assert(NULL != (resolver = archive_entry_linkresolver_new())); in test_linkify_tar()
34 archive_entry_linkresolver_set_strategy(resolver, in test_linkify_tar()
44 archive_entry_linkify(resolver, &entry, &e2); in test_linkify_tar()
55 archive_entry_linkify(resolver, &entry, &e2); in test_linkify_tar()
63 archive_entry_linkify(resolver, &entry, &e2); in test_linkify_tar()
76 archive_entry_linkify(resolver, &entry, &e2); in test_linkify_tar()
83 archive_entry_linkify(resolver, &entry, &e2); in test_linkify_tar()
89 archive_entry_linkresolver_free(resolver); in test_linkify_tar()
[all …]
/freebsd/share/man/man5/
H A Dresolver.532 .Nm resolver
33 .Nd resolver configuration file
38 .Xr resolver 3
41 The resolver configuration file contains information that is read
42 by the resolver routines the first time they are invoked by a process.
44 keywords with values that provide various types of resolver information.
57 that the resolver should query.
63 the resolver library queries them in the order listed.
94 Most resolver queries will be attempted using each component
117 Options allows certain internal resolver variables to be modified.
[all …]
/freebsd/lib/libc/net/
H A DMakefile.inc45 nsdispatch.3 rcmd.3 rcmdsh.3 resolver.3 sockatmark.3 \
152 MLINKS+=resolver.3 dn_comp.3 \
153 resolver.3 dn_expand.3 \
154 resolver.3 res_init.3 \
155 resolver.3 res_mkquery.3 \
156 resolver.3 res_query.3 \
157 resolver.3 res_search.3 \
158 resolver.3 res_send.3 \
159 resolver.3 dn_skipname.3 \
160 resolver.3 ns_get16.3 \
[all …]
H A Dresolver.344 .Nd resolver routines
117 resolver routines is kept in the structure
196 With the option, resolver code will attach OPT pseudo-RR into DNS queries,
208 .Xr resolver 5 )
213 the resolver is tried.
228 override certain internal resolver options which are otherwise
237 .Xr resolver 5 .
393 This implementation of the resolver is thread-safe, but it will not
400 behavior of resolver routines when necessary.
435 .Xr resolver 5 .
[all …]
/freebsd/contrib/ldns/
H A Dresolver.c2 * resolver.c
4 * resolver implementation
19 * and setting the different Resolver
312 /* set the new value in the resolver */ in ldns_resolver_push_nameserver()
1316 /* transfer the udp_edns_size from the resolver to the packet */ in ldns_resolver_prepare_query_pkt()
1376 rr instead of separate values in resolver (and packet) in ldns_resolver_send()
1407 ldns_axfr_next(ldns_resolver *resolver) in ldns_axfr_next() argument
1415 if (!resolver || resolver->_socket == -1) { in ldns_axfr_next()
1419 if (resolver->_cur_axfr_pkt) { in ldns_axfr_next()
1420 if (resolver->_axfr_i == ldns_pkt_ancount(resolver->_cur_axfr_pkt)) { in ldns_axfr_next()
[all …]
H A Dnet.c893 /* code from resolver.c */
895 ldns_axfr_start(ldns_resolver *resolver, const ldns_rdf *domain, ldns_rr_class class) argument
907 if (!resolver || ldns_resolver_nameserver_count(resolver) < 1) {
916 if(ldns_resolver_source(resolver)) {
918 ldns_resolver_source(resolver), 0, &src_len);
924 ns_i < ldns_resolver_nameserver_count(resolver) &&
925 resolver->_socket == SOCK_INVALID;
931 resolver->_nameservers[ns_i],
932 ldns_resolver_port(resolver), &ns_len);
935 (ldns_resolver_ip6(resolver) == LDNS_RESOLV_INET6)) {
[all …]
H A DMakefile.in92 …t2wire.lo keys.lo net.lo packet.lo parse.lo radix.lo rbtree.lo rdata.lo resolver.lo rr.lo rr_funct…
97 …r.h host2wire.h keys.h ldns.h packet.h parse.h radix.h rbtree.h rdata.h resolver.h rr_functions.h …
105 …lo examples/ldns-nsec3-hash.lo examples/ldns-read-zone.lo examples/ldns-resolver.lo examples/ldns-…
106 …ples/ldns-mx examples/ldns-notify examples/ldns-read-zone examples/ldns-resolver examples/ldns-rrs…
107 …her ldns-keygen ldns-mx ldns-notify ldns-nsec3-hash ldns-read-zone ldns-resolver ldns-revoke ldns-…
590 …$(srcdir)/ldns/zone.h $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h…
598 …$(srcdir)/ldns/zone.h $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h…
606 …$(srcdir)/ldns/zone.h $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h…
614 …$(srcdir)/ldns/zone.h $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h…
622 …$(srcdir)/ldns/keys.h $(srcdir)/ldns/zone.h $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcd…
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp11 /// region and handles ifunc resolver case, when necessary.
57 const uptr resolver = reinterpret_cast<uptr>(&__hwasan_premap_shadow); in IsPremapShadowAvailable() local
58 // shadow == resolver is how Android KitKat and older handles ifunc. in IsPremapShadowAvailable()
60 return shadow != 0 && shadow != resolver; in IsPremapShadowAvailable()
79 // The resolver might be called multiple times. Map the shadow just once. in __hwasan_premap_shadow()
99 // Call the ifunc resolver for __hwasan_shadow and fill in its GOT entry. This in InitShadowGOT()
101 // because a resolver might read __hwasan_shadow. in InitShadowGOT()
105 ElfW(Addr) resolver = r->r_addend; in InitShadowGOT()
106 if (resolver == reinterpret_cast<ElfW(Addr)>(&__hwasan_premap_shadow)) { in InitShadowGOT()
107 *offset = reinterpret_cast<ifunc_resolver_t>(resolver)(); in InitShadowGOT()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalIFunc.h13 /// be resolved at runtime by calling a resolver function.
38 const Twine &Name, Constant *Resolver, Module *Parent);
48 Constant *Resolver, Module *Parent);
68 /// These methods retrieve and set ifunc resolver function.
69 void setResolver(Constant *Resolver) { Op<0>().set(Resolver); } in setResolver() argument
75 // Return the resolver function after peeling off potential ConstantExpr
97 // Apply specific operation to all resolver-related values. If resolver target
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h30 /// your callback to get called?" of the filter. The resolver answers this
40 /// The breakpoint resolver need to have a breakpoint for "ResolveBreakpoint
45 /// The breakpoint that owns this resolver.
47 /// The concrete breakpoint resolver type for this breakpoint.
56 /// This sets the breakpoint for this resolver.
59 /// The breakpoint that owns this resolver.
62 /// This gets the breakpoint for this resolver.
80 /// In response to this method the resolver scans all the modules in the
84 /// The filter that will manage the search for this resolver.
87 /// In response to this method the resolver scans the modules in the module
[all …]
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto127 // | Resolver| | Server | | Name |
157 // AUTH_QUERY is a DNS query message received from a resolver by an
163 // name server to a resolver, from the perspective of the authoritative
167 // RESOLVER_QUERY is a DNS query message sent from a resolver to an
168 // authoritative name server, from the perspective of the resolver.
174 // authoritative name server by a resolver, from the perspective of
175 // the resolver.
180 // perspective of the DNS server. The client may be a stub resolver or
184 // resolver.
203 // STUB_QUERY is a DNS query message sent from a stub resolver to a DNS
[all …]
/freebsd/share/man/man9/
H A DDEFINE_IFUNC.942 The selection is performed by a resolver function, which returns a pointer
79 usage must be followed by the resolver function body.
80 The resolver must return a function with return type
84 The resolver function is defined with the
85 .Ql resolver
92 The kernel linker invokes the resolver to process relocations targeting ifunc
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_premap_shadow.cpp11 // Reserve shadow memory with an ifunc resolver.
42 uptr resolver = reinterpret_cast<uptr>(&__asan_premap_shadow); in PremapShadowFailed() local
43 // shadow == resolver is how Android KitKat and older handles ifunc. in PremapShadowFailed()
45 if (shadow == 0 || shadow == resolver) in PremapShadowFailed()
53 // The resolver may be called multiple times. Map the shadow just once. in __asan_premap_shadow()
/freebsd/contrib/openresolv/
H A Dresolvconf.8.in77 When a local resolver other than libc is installed, such as
83 will supply files that the resolver should be configured to include.
106 This only works when a local resolver other than libc is installed.
203 configure the resolver easily.
299 .Xr resolver 3 ,
317 When running a local resolver other than libc, you will need to configure it
323 for instructions on how to configure your resolver.
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h29 void setResolver(std::shared_ptr<LegacyJITSymbolResolver> Resolver) { in setResolver() argument
30 this->Resolver = std::move(Resolver); in setResolver()
78 return Resolver->findSymbol(Name); in findSymbol()
82 return Resolver->findSymbolInLogicalDylib(Name); in findSymbolInLogicalDylib()
87 std::shared_ptr<LegacyJITSymbolResolver> Resolver; variable
/freebsd/sys/netsmb/
H A Dnetbios.h73 * resolver: Opcodes
83 * resolver: NM_FLAGS
92 * resolver: Question types
98 * resolver: Question class
103 * resolver: Limits
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_linkify.334 .Nd hardlink resolver functions
43 .Fa "struct archive_entry_linkresolver *resolver"
48 .Fa "struct archive_entry_linkresolver *resolver"
52 .Fa "struct archive_entry_linkresolver *resolver"
85 function allocates a new link resolver.
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h24 JITSymbolResolver &Resolver) in RuntimeDyldELFMips() argument
25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
40 /// A object file specific relocation resolver
46 /// A object file specific relocation resolver
/freebsd/release/scripts/
H A Dbox.ovf128 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/>
135 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/>
143 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/>
151 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/>
159 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/>
167 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/>
175 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/>
183 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/>
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp51 JITSymbolResolver &Resolver) { in create() argument
55 return std::make_unique<RuntimeDyldCOFFI386>(MemMgr, Resolver); in create()
57 return std::make_unique<RuntimeDyldCOFFThumb>(MemMgr, Resolver); in create()
59 return std::make_unique<RuntimeDyldCOFFX86_64>(MemMgr, Resolver); in create()
61 return std::make_unique<RuntimeDyldCOFFAArch64>(MemMgr, Resolver); in create()
/freebsd/lib/libkvm/
H A Dkvm_open.354 .Fa "int (*resolver)(const char *name, kvaddr_t *addr)"
185 .Fa resolver
190 .Fa resolver
201 .Fa resolver
208 .Fa resolver .

12345678910>>...16