Searched refs:host (Results 451 - 475 of 837) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/share/mk/
H A Dmeta.sys.mk59 # we use the pseudo machine "host" for the build host.
62 MACHINE = host
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_rfc2553.c434 getnameinfo (const struct sockaddr *sa, u_int salen, char *host, argument
450 if (host != NULL && hostlen > 0)
451 strlcpy(host, hp->h_name, hostlen);
536 * If the numeric host flag is set, don't attempt resolution
/freebsd-13-stable/sys/arm/arm/
H A Dgic_fdt.c244 sc->base.ranges[i].host = 0;
246 sc->base.ranges[i].host <<= 32;
247 sc->base.ranges[i].host |= base_ranges[j++];
/freebsd-13-stable/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh189 ljid=`jail -i -c -n lef$$ host.hostname=left.example.net vnet persist`
192 mjid=`jail -i -c -n mid$$ host.hostname=center.example.net vnet persist`
195 rjid=`jail -i -c -n right$$ host.hostname=right.example.net vnet persist`
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-memcache.c451 char *host, *scope;
456 apr_err = apr_parse_addr_port(&host, &scope, &port,
474 if (!host || !port)
477 _("Must specify host and port for memcache "
486 host,
450 char *host, *scope; local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocketAddress.h36 // Static method to get all address information for a host and/or service
94 getaddrinfo(const char *host, // Hostname ("foo.bar.com" or "foo" or IP
/freebsd-13-stable/lib/libc/net/
H A Dnetdb_private.h106 struct hostent host; member in struct:hostdata
/freebsd-13-stable/lib/libfetch/
H A Dhttp.c1411 if ((conn = fetch_connect(curl->host, curl->port, af, verbose)) == NULL)
1417 http_cmd(conn, "CONNECT %s:%d HTTP/1.1", URL->host, URL->port);
1418 http_cmd(conn, "Host: %s:%d", URL->host, URL->port);
1511 if (fetch_no_proxy_match(url->host))
1589 char hbuf[MAXHOSTNAMELEN + 7], *host; local
1653 host = url->host;
1655 snprintf(hbuf, sizeof(hbuf), "%s:%d", host, url->port);
1656 host = hbuf;
1662 url->scheme, host, ur
[all...]
/freebsd-13-stable/libexec/bootpd/
H A Dbootpd.c114 PRIVATE void dovend_cmu(struct bootp *, struct host *);
116 PRIVATE void dovend_rfc1048(struct bootp *, struct host *, int32);
638 struct host *hp = NULL;
639 struct host dummyhost;
696 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp,
709 hp = (struct host *) hash_Lookup(hwhashtable, hashcode,
735 hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp,
816 * ".host" suffix and then without. If the file cannot be found, no
830 * Yes No Relative Lookup with ".host"
832 * Yes Yes Relative Lookup with ".host" *XX
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.mk38 .include <host-target.mk>
107 MACHINE_ARCH.host ?= ${_HOST_ARCH}
/freebsd-13-stable/contrib/dialog/package/debian/
H A Drules40 --host=$(DEB_HOST_GNU_TYPE) \
/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_rockchip.c48 #include <dev/mmc/host/dwmmc_var.h>
/freebsd-13-stable/contrib/opie/
H A Dopie.h138 int opielogin __P((char *line, char *name, char *host));
/freebsd-13-stable/sys/arm/ti/
H A Dti_omap4_cm.c75 return (sc->sc.ranges[0].host);
/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h51 int strict_host_key_checking; /* Strict host key checking. */
72 char *hostname; /* Real host to connect. */
74 char *proxy_command; /* Proxy command for connecting the host. */
86 int verify_host_key_dns; /* Verify host key using DNS */
110 /* stdio forwarding (-W) host and port */
215 void dump_client_config(Options *o, const char *host);
/freebsd-13-stable/crypto/openssh/regress/
H A DMakefile73 host-expand \
105 hkr.* host.ed25519 host.rsa host.rsa1 host_* \
/freebsd-13-stable/crypto/openssh/regress/unittests/authopt/testdata/
H A Dmktestdata.sh46 sign host.cert -h
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_conn.c443 * string might contain a host:service spec, so we must
461 char *host = BIO_ADDR_hostname_string(addr, 1); local
464 ret = host != NULL && service != NULL;
467 data->param_hostname = host;
474 OPENSSL_free(host);
/freebsd-13-stable/usr.sbin/fmtree/
H A Dcreate.c86 char *argv[2], host[MAXHOSTNAMELEN]; local
92 (void)gethostname(host, sizeof(host));
95 getlogin(), host);
/freebsd-13-stable/usr.sbin/ypldap/
H A Daldap.h77 char *host; member in struct:aldap_url
/freebsd-13-stable/contrib/libpcap/
H A Dpcap.c1548 * if host information is present in the URL, *hostp is set to point
1549 * to an allocated string containing the host information, otherwise
1574 char *userinfo, *host, *port, *path;
1595 * authority = [ userinfo "@" ] host [ ":" port ]
1610 * host, and port, and return the device as the path.
1635 * host, and port, and return the device as the path.
1694 * host, and port, and return the device as the path.
1756 * Is there a host field?
1760 * No; there's no host field or port field.
1762 host
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_client.c77 static int is_dNS_name(const char *host);
606 {"host", OPT_HOST, 's', "Use -connect instead"},
903 char *chCApath = NULL, *chCAfile = NULL, *host = NULL; local
1067 freeandcopy(&host, opt_arg());
1088 freeandcopy(&host, opt_arg());
1576 char *tmp_host = host, *tmp_port = port;
1581 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST);
1582 if (tmp_host != host)
1593 char *tmp_host = host, *tmp_port = port;
1595 res = BIO_parse_hostserv(connectstr, &host,
3509 is_dNS_name(const char *host) argument
[all...]
/freebsd-13-stable/sbin/restore/
H A Dtape.c89 static char *host = NULL; variable
145 host = source;
146 source = strchr(host, ':');
148 if (rmthost(host) == 0)
222 if (host)
419 if (host)
544 if (host)
1151 if (host)
1212 if (host)
1262 if (host)
[all...]
/freebsd-13-stable/lib/libradius/
H A Dradlib.c409 rad_add_server(struct rad_handle *h, const char *host, int port, argument
415 return rad_add_server_ex(h, host, port, secret, timeout, tries,
420 rad_add_server_ex(struct rad_handle *h, const char *host, int port, argument
435 if (!inet_aton(host, &srvp->addr.sin_addr)) {
438 if ((hent = gethostbyname(host)) == NULL) {
439 generr(h, "%s: host not found", host);
519 char *host, *res; local
585 host = fields[1];
598 res = host;
[all...]
/freebsd-13-stable/contrib/unbound/
H A Dltmain.sh2066 host-triplet: $host
2158 echo "host: $host"
2418 case $host in
2753 # and $host is mingw, cygwin, or some other w32 environment. Relies on a
2785 # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
2822 # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
2867 # Verify that ARG1 (a file name in $build format) was converted to $host
2875 func_error "Could not determine host fil
[all...]

Completed in 479 milliseconds

<<11121314151617181920>>