Searched refs:hints (Results 226 - 247 of 247) sorted by relevance

12345678910

/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c276 struct addrinfo hints; local
284 memset(&hints, 0, sizeof(hints));
310 hints.ai_socktype = SOCK_STREAM;
311 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST;
312 if((r = getaddrinfo(ip, port, &hints, &res)) != 0 || !res) {
1975 return ssl_printf(ssl, "off (using root hints)\n");
2198 if(!hints_add_stub(worker->env.hints, LDNS_RR_CLASS_IN, dp, !prime)) {
2224 hints_delete_stub(worker->env.hints, LDNS_RR_CLASS_IN, nm);
2634 RBTREE_FOR(z, struct iter_hints_stub*, &worker->env.hints
[all...]
H A Dworker.c162 + hints_get_mem(worker->env.hints);
1886 if(!(worker->env.hints = hints_create()) ||
1887 !hints_apply_cfg(worker->env.hints, cfg)) {
1888 log_err("Could not set root or stub hints");
1966 hints_delete(worker->env.hints);
H A Dcachedump.c878 stub = hints_lookup_stub(worker->env.hints, nm, qinfo.qclass,
/freebsd-11-stable/contrib/unbound/iterator/
H A Diterator.c600 name_tree_find(&env->hints->tree, nm, nmlen, labs, qclass)) &&
785 dp = hints_lookup_root(qstate->env->hints, qclass);
787 verbose(VERB_ALGO, "Cannot prime due to lack of hints");
803 * dp was part of in the fixed hints structure. */
848 stub = hints_lookup_stub(qstate->env->hints, qname, qclass, iq->dp);
863 /* copy the dp out of the fixed hints structure, so that
908 * wouldn't be anyway, since stub hints never have
1405 /* remove first label from delname, root goes to hints,
1449 iq->dp = hints_lookup_root(qstate->env->hints,
1452 log_err("internal error: no hints d
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c488 struct addrinfo hints, *res; local
498 bzero(&hints, sizeof(hints));
500 hints.ai_flags |= AI_NUMERICHOST;
502 if ((ret_ga = getaddrinfo(addr, NULL, &hints, &res))) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c4193 struct evutil_addrinfo hints; local
4197 memset(&hints, 0, sizeof(hints));
4198 hints.ai_family = AF_UNSPEC;
4199 hints.ai_socktype = SOCK_STREAM;
4202 hints.ai_flags = EVUTIL_AI_PASSIVE|EVUTIL_AI_ADDRCONFIG;
4204 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai))
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c4764 struct addrinfo hints; local
4780 ZERO(hints);
4781 hints.ai_family = AF(&pool->srcadr);
4782 hints.ai_socktype = SOCK_DGRAM;
4783 hints.ai_protocol = IPPROTO_UDP;
4788 &hints,
4902 const struct addrinfo * hints,
4896 pool_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk197 SYSTEM_CFILES= config.c env.c hints.c vnode_if.c
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c201 static char *ld_elf_hints_path; /* Environment variable for alternative hints path */
1645 * ldconfig hints (if -z nodefaultlib, filter out default library directories
1840 * Return the search path from the ldconfig hints file, reading it if
1844 * Returns NULL if there are problems with the hints file,
1850 static char *hints, *filtered_path; local
1863 /* First call, read the hints file */
1864 if (hints == NULL) {
1865 /* Keep from trying again in case the hints file is bad. */
1866 hints = "";
1902 hints
[all...]
/freebsd-11-stable/include/
H A DMakefile15 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDLL.cpp592 hints.push_back(c);
H A DWriter.cpp742 if (!idata.hints.empty())
743 add(".idata$6", idata.hints);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2080 void *hints, void *rv) {
2081 SCOPED_TSAN_INTERCEPTOR(getaddrinfo, node, service, hints, rv);
2086 int res = REAL(getaddrinfo)(node, service, hints, rv);
2079 TSAN_INTERCEPTOR(int, getaddrinfo, void *node, void *service, void *hints, void *rv) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2556 struct __sanitizer_addrinfo *hints,
2559 COMMON_INTERCEPTOR_ENTER(ctx, getaddrinfo, node, service, hints, out);
2563 if (hints)
2564 COMMON_INTERCEPTOR_READ_RANGE(ctx, hints, sizeof(__sanitizer_addrinfo));
2568 int res = REAL(getaddrinfo)(node, service, hints, out);
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend669 usr.sbin/ntp/doc/hints \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql586 The current hints describe NODES+ACTUAL_NODE as a working copy with
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure21093 struct addrinfo hints, *ai;
21094 memset(&hints, 0, sizeof(hints));
21095 hints.ai_flags = AI_PASSIVE;
21096 hints.ai_socktype = SOCK_STREAM;
21097 hints.ai_family = PF_UNSPEC;
21098 if(getaddrinfo(NULL, "17", &hints, &ai) != 0)
21100 if(getaddrinfo(NULL, "0", &hints, &ai) != 0)
/freebsd-11-stable/contrib/apr/
H A Dconfigure5992 echo "Applying APR hints file rules for $host"
29603 struct addrinfo hints, *ai;
29606 memset(&hints, 0, sizeof(hints));
29607 hints.ai_family = AF_UNSPEC;
29608 hints.ai_socktype = SOCK_STREAM;
29609 error = getaddrinfo("127.0.0.1", NULL, &hints, &ai);
29949 struct addrinfo hints, *ai;
29951 memset(&hints, 0, sizeof(hints));
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.am435 ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h elf-hints-local.h
H A DMakefile.in685 ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h elf-hints-local.h
H A Dconfigure11238 for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c13935 ** a boolean expression that is usually true. These hints could,
15283 ** Kinds of hints that can be passed into the sqlite3BtreeCursorHint()
15305 ** standard SQLite. The other hints are provided for extentions that use
64458 u8 hints; /* As configured by CursorSetHints() */ member in struct:BtCursor
[all...]

Completed in 1017 milliseconds

12345678910