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

1234567891011>>

/freebsd-current/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c149 struct addrinfo hints = { local
165 n = getaddrinfo(servername, service, &hints, &res);
239 struct addrinfo hints = { local
256 n = getaddrinfo(NULL, service, &hints, &res);
/freebsd-current/share/mk/
H A Dlocal.dirdeps.mk129 # Bootstrap support. Give hints to DIRDEPS if there is no Makefile.depend*
131 # These hints will not factor into the final Makefile.depend as only what is
/freebsd-current/lib/libc/gen/
H A Dnlist.c47 #include <elf-hints.h>
/freebsd-current/sys/dev/ena/
H A Dena.c3238 struct ena_admin_ena_hw_hints *hints)
3242 if (hints->admin_completion_tx_timeout)
3244 hints->admin_completion_tx_timeout * 1000;
3246 if (hints->mmio_read_timeout)
3248 ena_dev->mmio_read.reg_read_to = hints->mmio_read_timeout * 1000;
3250 if (hints->missed_tx_completion_count_threshold_to_reset)
3252 hints->missed_tx_completion_count_threshold_to_reset;
3254 if (hints->missing_tx_completion_timeout) {
3255 if (hints->missing_tx_completion_timeout ==
3260 hints
3237 ena_update_hints(struct ena_adapter *adapter, struct ena_admin_ena_hw_hints *hints) argument
4007 struct ena_admin_ena_hw_hints *hints; local
[all...]
/freebsd-current/sbin/ldconfig/
H A Delfhints.c36 #include <elf-hints.h>
48 #define MAXFILESIZE (16*1024) /* Maximum hints file size */
249 * Create little-endian hints files on all architectures unless
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-checkconf.c703 check_chroot_filelist("file with root-hints",
944 /** check hints */
948 struct iter_hints* hints = hints_create(); local
949 if(!hints || !hints_apply_cfg(hints, cfg)) {
950 fatal_exit("Could not set root or stub hints");
952 hints_delete(hints);
/freebsd-current/contrib/unbound/daemon/
H A Ddaemon.c726 if(!(daemon->env->hints = hints_create()) ||
727 !hints_apply_cfg(daemon->env->hints, daemon->cfg))
728 fatal_exit("Could not set root or stub hints");
851 hints_delete(daemon->env->hints);
852 daemon->env->hints = NULL;
H A Dcachedump.c900 stub = hints_lookup_stub(worker->env.hints, nm, qinfo.qclass,
906 lock_rw_unlock(&worker->env.hints->lock);
912 lock_rw_unlock(&worker->env.hints->lock);
918 lock_rw_unlock(&worker->env.hints->lock);
/freebsd-current/contrib/unbound/util/
H A Dmodule.h519 * The hints -- these aren't stored in the cache because they don't
520 * expire. The hints are always used to "prime" the cache. Note
521 * that both root hints and stub zone "hints" are stored in this
524 struct iter_hints* hints; member in struct:module_env
624 /** if this is a (stub or root) priming query (with hints) */
/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c1970 struct addrinfo hints; // temp, needed to open a socket connection local
2070 memset(&hints, 0, sizeof(struct addrinfo));
2071 hints.ai_socktype = (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM) ? SOCK_DGRAM : SOCK_STREAM;
2072 hints.ai_family = saddr.ss_family;
2088 if (sock_initaddress(peerhost, portdata, &hints, &addrinfo, errmsgbuf, PCAP_ERRBUF_SIZE) == -1)
2096 hints.ai_flags = AI_PASSIVE;
2099 if (sock_initaddress(NULL, NULL, &hints, &addrinfo, errmsgbuf, PCAP_ERRBUF_SIZE) == -1)
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c53 * trouble shooting hints:
438 addrinfoT hints; local
442 memset(&hints, 0, sizeof(hints));
443 hints.ai_family = AF_UNSPEC;
444 hints.ai_protocol = IPPROTO_TCP;
445 hints.ai_socktype = SOCK_STREAM;
449 &hints, &s_gpsd_addr);
/freebsd-current/usr.sbin/bhyve/
H A Dgdb.c2142 struct addrinfo hints; local
2172 memset(&hints, 0, sizeof(hints));
2173 hints.ai_family = AF_UNSPEC;
2174 hints.ai_socktype = SOCK_STREAM;
2175 hints.ai_flags = AI_NUMERICSERV | AI_PASSIVE;
2177 error = getaddrinfo(saddr, sport, &hints, &gdbaddr);
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c607 struct addrinfo hints, *res; local
615 memset(&hints, 0, sizeof(hints));
616 hints.ai_family = PF_INET6;
617 hints.ai_socktype = SOCK_DGRAM;
618 hints.ai_protocol = IPPROTO_UDP;
619 hints.ai_flags = AI_PASSIVE;
620 error = getaddrinfo(NULL, port, &hints, &res);
686 memset(&hints, 0, sizeof(hints));
[all...]
/freebsd-current/usr.sbin/inetd/
H A Dinetd.c336 struct addrinfo hints, *res; local
400 memset(&hints, 0, sizeof(struct addrinfo));
401 hints.ai_flags = AI_PASSIVE;
402 hints.ai_family = AF_UNSPEC;
403 hints.ai_socktype = SOCK_STREAM; /* dummy */
404 error = getaddrinfo(hostname, servname, &hints, &res);
/freebsd-current/sbin/route/
H A Droute.c1290 struct addrinfo hints, *res; local
1296 memset(&hints, 0, sizeof(hints));
1297 hints.ai_family = sa->sa_family;
1298 hints.ai_socktype = SOCK_DGRAM;
1299 ecode = getaddrinfo(str, NULL, &hints, &res);
/freebsd-current/sbin/ipfw/
H A Dtables.c1535 struct addrinfo hints, *res; local
1650 memset(&hints, 0, sizeof(hints));
1651 hints.ai_family = AF_INET6;
1652 hints.ai_flags = AI_NUMERICHOST;
1653 if (getaddrinfo(n, NULL, &hints, &res) == 0) {
/freebsd-current/contrib/processor-trace/libipt/include/
H A Dintel-pt.h752 /** The MWAIT hints (EAX). */
753 uint32_t hints; member in struct:pt_packet_mwait
1368 /** The mwait hints (eax).
1372 uint32_t hints; member in struct:pt_event::__anon5954::__anon5967
/freebsd-current/usr.sbin/config/
H A Dmain.cc71 struct hint_head hints; variable in typeref:struct:hint_head
131 STAILQ_INIT(&hints);
252 makehints(); /* build hints.c */
H A Dmkmakefile.cc293 * Build hints.c from the skeleton
303 ofp = fopen(path("hints.c.new"), "w");
305 err(1, "%s", path("hints.c.new"));
315 !STAILQ_EMPTY(&hints) ? 1 : 0);
317 STAILQ_FOREACH(hint, &hints, hint_next) {
331 moveifchanged("hints.c.new", "hints.c");
H A Dconfig.y198 STAILQ_INSERT_HEAD(&hints, hint, hint_next);
/freebsd-current/sbin/pflowctl/
H A Dpflowctl.c446 struct addrinfo hints = { local
481 if ((error = getaddrinfo(ip, port, &hints, &res0)) != 0)
/freebsd-current/libexec/rtld-elf/
H A Drtld.h35 #include <elf-hints.h>
/freebsd-current/usr.sbin/ctld/
H A Dctld.c674 struct addrinfo hints; local
719 memset(&hints, 0, sizeof(hints));
720 hints.ai_family = PF_UNSPEC;
721 hints.ai_socktype = SOCK_STREAM;
722 hints.ai_flags = AI_PASSIVE;
723 error = getaddrinfo(addr, port, &hints, ai);
/freebsd-current/contrib/wpa/hostapd/
H A Dctrl_iface.c4160 struct addrinfo hints = { 0 }, *res, *saveres; local
4186 hints.ai_flags = AI_PASSIVE;
4190 hints.ai_family = AF_INET6;
4192 hints.ai_family = AF_INET;
4194 hints.ai_socktype = SOCK_DGRAM;
4198 n = getaddrinfo(NULL, p, &hints, &res);
4953 struct addrinfo hints = { 0 }, *res, *saveres; local
4977 hints.ai_flags = AI_PASSIVE;
4981 hints.ai_family = AF_INET6;
4983 hints
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_packet.c486 packet->hints = (uint32_t) pt_pkt_read_value(pos + pt_opcs_mwait,

Completed in 394 milliseconds

1234567891011>>