Searched refs:hostname (Results 251 - 275 of 429) sorted by relevance

<<1112131415161718

/freebsd-current/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c74 * - Only the hostname type is supported with a maximum length of 255.
98 PACKET sni, hostname; local
116 * i.e., we can only have a single hostname.
120 || !PACKET_as_length_prefixed_2(&sni, &hostname)) {
130 if (PACKET_remaining(&hostname) > TLSEXT_MAXLEN_host_name) {
135 if (PACKET_contains_zero_byte(&hostname)) {
144 OPENSSL_free(s->ext.hostname);
145 s->ext.hostname = NULL;
146 if (!PACKET_strndup(&hostname, &s->ext.hostname)) {
[all...]
H A Dextensions.c928 OPENSSL_free(s->ext.hostname);
929 s->ext.hostname = NULL;
954 * For servers, propagate the SNI hostname from the temporary
963 /* Only store the hostname in the session if we accepted it. */
964 OPENSSL_free(s->session->ext.hostname);
965 s->session->ext.hostname = OPENSSL_strdup(s->ext.hostname);
966 if (s->session->ext.hostname == NULL && s->ext.hostname != NULL) {
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c138 jailst.hostname = jailhost;
/freebsd-current/contrib/dma/
H A Ddma.h241 const char *hostname(void);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h212 Status StartListenThread(const char *hostname = "127.0.0.1",
/freebsd-current/sbin/ipf/libipf/
H A DMakefile17 hostname.c icmpcode.c icmptypename.c icmptypes.c \
/freebsd-current/libexec/talkd/
H A Dannounce.c109 hostname, localclock->tm_hour , localclock->tm_min,
/freebsd-current/usr.sbin/crashinfo/
H A Dcrashinfo.sh152 HOSTNAME=`hostname`
/freebsd-current/crypto/openssh/
H A Dreadconf.h72 char *hostname; /* Real host to connect. */ member in struct:__anon7
74 char *host_key_alias; /* hostname alias for .ssh/known_hosts */
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c42 char *hostname; variable
1565 * hostname.
1935 printf("Connected to %s.\r\n", hostname);
2071 printf("?Already connected to %s\r\n", hostname);
2121 hostname = NULL;
2124 hostname = p;
2126 if (hostname == NULL) {
2130 *hostname++ = '\0';
2132 hostname = hostp;
2176 error = getaddrinfo (hostname, portst
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c185 regtest(const char *hostname, const char *transp, const char *arg, int p) argument
218 clnt = clnt_create(hostname, PROGNUM, VERSNUM, transp);
279 "Usage: %s -[r|s|t|u] [<hostname>...]\n",
/freebsd-current/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c246 const char *hostname,
268 hostname,
243 kdc_type2(OM_uint32 *minor_status, void *ctx, uint32_t flags, const char *hostname, const char *domain, uint32_t *ret_flags, struct ntlm_buf *out) argument
/freebsd-current/share/examples/netgraph/
H A Dvirtual.chain267 jail -c vnet name=${1} host.hostname=${1} \
H A Dvirtual.lan186 jail -c vnet name=${NODE_NAME} host.hostname=${NODE_NAME} \
/freebsd-current/sys/kern/
H A Dkern_xxx.c56 return (userland_sysctl(td, name, 2, uap->hostname, &len,
67 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname,
149 int bsdi_hostname; /* hostname on BSD/386 */
/freebsd-current/contrib/ntp/
H A DMakefile.am148 BHOST=`(hostname || uname -n)`
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c284 char hostname[128]; local
301 strlcpy(hostname, master_hostname, sizeof(hostname));
303 gethostname(hostname, sizeof(hostname));
305 ret = krb5_sname_to_principal (context, hostname, IPROP_NAME,
803 { "hostname", 0, arg_string, rk_UNCONST(&master_hostname),
804 "hostname of master (if not same as hostname)", "hostname" },
[all...]
/freebsd-current/lib/libcasper/services/cap_dns/
H A Dcap_dns.c217 cap_getaddrinfo(cap_channel_t *chan, const char *hostname, const char *servname, argument
229 if (hostname != NULL)
230 nvlist_add_string(nvl, "hostname", hostname);
615 const char *hostname, *servname; local
625 hostname = dnvlist_get_string(nvlin, "hostname", NULL);
650 error = getaddrinfo(hostname, servname, hintsp, &res);
/freebsd-current/usr.sbin/bhyve/
H A Drfb.c1135 rfb_init(const char *hostname, int port, int wait, const char *password) argument
1162 if (!hostname || strlen(hostname) == 0)
1164 hostname = "127.0.0.1";
1166 hostname = "[::1]";
1174 if ((e = getaddrinfo(hostname, servname, &hints, &ai)) != 0) {
/freebsd-current/tests/sys/netpfil/pf/
H A Dpfsync.sh390 jexec client hostname client
395 jexec gw_route_to_master hostname gw_route_to_master
400 jexec gw_route_to_backup hostname gw_route_to_backup
405 jexec gw_reply_to_master hostname gw_reply_to_master
410 jexec gw_reply_to_backup hostname gw_reply_to_backup
412 jexec server hostname server
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dhttp.c208 const char *hostname);
1724 const char *hostname; local
1888 hostname = evhttp_uri_get_host(req->uri_elems);
1891 hostname &&
1892 !evhttp_find_vhost(req->evcon->http_server, NULL, hostname))
2367 * Although this interface accepts a hostname, it is intended to take
3394 matching hostname. If a match is found, and outhttp is non-null,
3400 const char *hostname)
3407 if (!evutil_ascii_strcasecmp(alias->alias, hostname)) {
3417 if (evhttp_find_alias(vhost, outhttp, hostname))
3399 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3469 const char *hostname; local
4229 char *hostname = NULL, *portname = NULL; local
[all...]
/freebsd-current/contrib/libevent/
H A Dhttp.c208 const char *hostname);
1724 const char *hostname; local
1888 hostname = evhttp_uri_get_host(req->uri_elems);
1891 hostname &&
1892 !evhttp_find_vhost(req->evcon->http_server, NULL, hostname))
2367 * Although this interface accepts a hostname, it is intended to take
3394 matching hostname. If a match is found, and outhttp is non-null,
3400 const char *hostname)
3407 if (!evutil_ascii_strcasecmp(alias->alias, hostname)) {
3417 if (evhttp_find_alias(vhost, outhttp, hostname))
3399 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3469 const char *hostname; local
4229 char *hostname = NULL, *portname = NULL; local
[all...]
/freebsd-current/sbin/dhclient/
H A Ddhclient.c103 static char hostname[_POSIX_HOST_NAME_MAX + 1]; variable
486 * Obtain hostname before entering capability mode - it won't be
487 * possible then, as reading kern.hostname is not permitted.
489 if (gethostname(hostname, sizeof(hostname)) < 0)
490 hostname[0] = '\0';
1662 if (hostname[0] != '\0') {
1664 char* posDot = strchr(hostname, '.');
1666 len = posDot - hostname;
1668 len = strlen(hostname);
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clvfsops.c252 args->hostname = oargs->hostname;
540 nd->root_args.hostname = buf;
548 * set hostname here and then let the "/etc/rc.xxx" files
603 const char *hostname, struct ucred *cred, struct thread *td)
767 if (hostname != NULL) {
768 strlcpy(nmp->nm_hostname, hostname,
782 "resvport", "readahead", "hostname", "timeo", "timeout", "addr", "fh",
792 * Note that the "hostname" is actually a "hostname
602 nfs_decode_args(struct mount *mp, struct nfsmount *nmp, struct nfs_args *argp, const char *hostname, struct ucred *cred, struct thread *td) argument
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c80 hostname = hostnamebuf;
138 printf ("Connected to %s.\n", hostname);
158 return (hostname);
499 printf ("%s:", hostname);
1526 if (hostname) {
1527 strlcpy (ip->name, hostname, sizeof (ip->name));
1530 hostname = op->name;

Completed in 239 milliseconds

<<1112131415161718