Searched refs:hosts (Results 51 - 71 of 71) sorted by relevance

123

/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.184 # @hosts : list of servers still to be contacted
86 # @users = $users{@hosts[0]} : addresses to expand at this server
135 die $usage unless @hosts;
156 while (@hosts) {
157 $server = shift(@hosts);
788 # accounted for. They have to do with domain relay hosts.
882 unshift(@hosts,$host) unless $users{$host};
884 push(@hosts,$host) unless $users{$host};
H A Dexpn.in83 # @hosts : list of servers still to be contacted
85 # @users = $users{@hosts[0]} : addresses to expand at this server
134 die $usage unless @hosts;
155 while (@hosts) {
156 $server = shift(@hosts);
787 # accounted for. They have to do with domain relay hosts.
881 unshift(@hosts,$host) unless $users{$host};
883 push(@hosts,$host) unless $users{$host};
/freebsd-11-stable/lib/libc/net/
H A Dgethostnamadr.c534 hosts, (void *)nss_lt_name,
596 hosts, (void *)nss_lt_id,
H A Dgetaddrinfo.c1922 hosts, NULL, addrinfo_id_func, addrinfo_marshal_func,
2650 /* hosts.byname is only for IPv4 (Solaris8) */
2655 r = yp_match(ypdomain, "hosts.byname", name,
/freebsd-11-stable/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c124 if (expected->l.hosts != NULL)
125 ASSERT_STRING_EQ(l->hosts, expected->l.hosts);
175 NULL, /* hosts text */
355 "# Some hosts with wildcard names / IPs",
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_hints.c222 for(p = s->hosts; p; p = p->next) {
H A Diter_fwd.c209 for(p = s->hosts; p; p = p->next) {
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h180 /** max number of hosts in the infra cache */
184 /** keep probing hosts that are down */
678 /** list of stub nameserver hosts (domain name) */
679 struct config_strlist* hosts; member in struct:config_stub
H A Dconfigparser.y2604 if(!cfg_strlist_insert(&cfg_parser->cfg->stubs->hosts, $2))
2666 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, $2))
H A Dconfig_file.c1417 config_delstrlist(p->hosts);
/freebsd-11-stable/sys/netgraph/
H A Dng_bridge.c489 + (priv->numHosts * sizeof(*ary->hosts)), M_NOWAIT);
498 ary->hosts[i++] = hent->host;
622 /* Forget all hosts on this link */
801 /* Remove all hosts associated with this link */
947 * Remove all hosts associated with a specific link from the hashtable.
948 * If linkNum == -1, then remove all hosts in the table.
974 * a detected loopback condition, and we remove any hosts from
998 /* Remove hosts we haven't heard from in a while */
1012 ("%s: hosts: %d != %d", __func__, priv->numHosts, counter));
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec54 two untrusted hosts over an insecure network. X11 connections and
68 two untrusted hosts over an insecure network. X11 connections and
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.c294 s->svr.infra_cache_count = (long long)count_slabhash_entries(worker->env.infra_cache->hosts);
H A Dremote.c1615 /** callback to delete hosts in infra cache */
1644 slabhash_clear(worker->env.infra_cache->hosts);
1665 slabhash_traverse(worker->env.infra_cache->hosts, 1, &infra_del_host,
2492 slabhash_traverse(arg.infra->hosts, 0, &dump_infra_host, (void*)&arg);
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c875 int n = sk_OPENSSL_STRING_num(id->hosts);
883 name = sk_OPENSSL_STRING_value(id->hosts, i);
895 if (id->hosts && check_hosts(x, id) <= 0) {
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c308 /** emit warnings for IP in hosts */
317 for(h=s->hosts; h; h=h->next) {
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec138 untrusted hosts over an insecure network. X11 connections and
/freebsd-11-stable/contrib/gdb/
H A Dltconfig323 --enable-win32-dll enable building dlls on win32 hosts
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c106 struct hostlist *dp_hosts; /* List of hosts this dir exported to */
268 static char **hosts = NULL; variable
466 hosts_bak = hosts;
467 hosts_bak = realloc(hosts, nhosts * sizeof(char *));
469 if (hosts != NULL) {
471 free(hosts[k]);
472 free(hosts);
476 hosts = hosts_bak;
477 hosts[nhosts - 1] = strdup(optarg);
478 if (hosts[nhost
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure1012 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure1011 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
16998 TRAD_HEADER='"hosts/alphalinux.h"'
17021 TRAD_HEADER='"hosts/i370linux.h"'
17026 TRAD_HEADER='"hosts/symmetry.h"'
17031 TRAD_HEADER='"hosts/symmetry.h"'
17038 TRAD_HEADER='"hosts/i386bsd.h"'
17042 TRAD_HEADER='"hosts/i386bsd.h"'
17049 TRAD_HEADER='"hosts/esix.h"'
17056 TRAD_HEADER='"hosts/i386sco.h"'
17060 TRAD_HEADER='"hosts/i386mach
[all...]

Completed in 399 milliseconds

123