Searched refs:host (Results 1 - 25 of 1146) sorted by last modified time

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_lib.c164 /* Parse a URL and split it up into host, port and path components and whether
172 char *host, *port; local
208 host = p;
225 p = host;
226 if(host[0] == '[')
229 host++;
230 p = strchr(host, ']');
252 *phost = BUF_strdup(host);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Docsp.c129 char *host = NULL, *port = NULL, *path = "/"; local
217 if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl))
222 thost = host;
228 else if (!strcmp(*args, "-host"))
233 host = *args;
604 BIO_printf (bio_err, "-host host:n send OCSP request to host on port n\n");
709 if (!req && (signfile || reqout || host || add_nonce || ridx_filename))
778 else if (host)
1383 process_responder(BIO *err, OCSP_REQUEST *req, char *host, char *path, char *port, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
[all...]
H A Ds_client.c288 BIO_printf(bio_err," -host host - use -connect instead\n");
290 BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR);
358 BIO_printf(bio_err," -servername host - Set TLS extension servername in ClientHello\n");
575 char *host=SSL_HOST_NAME; local
666 if (strcmp(*argv,"-host") == 0)
669 host= *(++argv);
680 if (!extract_host_port(*(++argv),&host,NULL,&port))
1254 kssl_ctx_setstring(kctx, KSSL_SERVER, host);
1266 if (init_client(&s,host,por
[all...]
H A Ds_server.c549 BIO_printf(bio_err," -servername host - servername for HostName TLS extension\n");
763 char *host, *path, *port; member in struct:tlsextstatusctx_st
787 char *host, *port, *path; local
814 &host, &port, &path, &use_ssl))
825 if (!srctx->host)
830 host = srctx->host;
866 resp = process_responder(err, req, host, path, port, use_ssl, NULL,
888 OPENSSL_free(host);
1165 &tlscstatp.host,
[all...]
H A Ds_socket.c108 static int do_accept(int acc_sock, int *sock, char **host);
237 int init_client(int *sock, char *host, int port, int type) argument
242 if (!host_ip(host,&(ip[0])))
383 static int do_accept(int acc_sock, int *sock, char **host) argument
433 if (host == NULL) goto end;
445 *host=NULL;
450 if ((*host=(char *)OPENSSL_malloc(strlen(h1->h_name)+1)) == NULL)
456 BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
458 h2=GetHostByName(*host);
H A Dapps.h265 char *host, char *path, char *port, int use_ssl,
/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dbozohttpd.c512 char *host, *addr, *port; local
546 host = addr = NULL;
556 host = hbuf;
558 host = NULL;
560 if (host != NULL)
561 request->hr_remotehost = bozostrdup(request->hr_httpd, host);
616 bozo_warn(httpd, "got request ``%s'' from host %s to port %s",
618 host ? host : addr ? addr : "<local>",
682 else if (strcasecmp(hdr->h_header, "host")
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/postinstall/
H A Dpostinstall1099 # the same as the host machine. It probably doesn't matter,
1237 for f in /etc/mail/helpfile /etc/mail/local-host-names \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve.c139 char host[MAXDNAME]; local
144 status = dn_expand(data, end_data, p, host, sizeof(host));
166 rr->domain = strdup(host);
179 status = dn_expand(data, end_data, p, host, sizeof(host));
184 rr->u.txt = strdup(host);
194 status = dn_expand(data, end_data, p + 2, host, sizeof(host));
204 hostlen = strlen(host);
415 char host[MAXDNAME]; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dkssl.h109 #define KRB5SVC "host"
177 int slen, const char *svc, int hlen, const char *host);
/netbsd-6-1-5-RELEASE/usr.sbin/ndp/
H A Dndp.c344 char *host = argv[0], *eaddr = argv[1]; local
354 gai_error = getaddrinfo(host, NULL, &hints, &res);
356 warnx("%s: %s\n", host, gai_strerror(gai_error));
381 errx(1, "RTM_GET(%s) failed", host);
405 warnx("cannot intuit interface index and type for %s", host);
417 get(char *host) argument
426 gai_error = getaddrinfo(host, NULL, &hints, &res);
428 warnx("%s: %s\n", host, gai_strerror(gai_error));
444 errx(1, "%s (%s) -- no entry", host, host_buf);
452 delete(char *host) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dgetrpcport.c66 getrpcport(host, prognum, versnum, proto)
67 char *host;
73 _DIAGASSERT(host != NULL);
75 if ((hp = gethostbyname(host)) == NULL)
H A Drpc_soc.c356 callrpc(host, prognum, versnum, procnum, inproc, in, outproc, out)
357 char *host;
362 return (int)rpc_call(host, (rpcprog_t)prognum, (rpcvers_t)versnum,
H A Drpcb_clnt.c163 * block all clnt_create's if we are trying to connect to a host that's down,
172 * cache of rpcbind addresses for (host, netid).
176 check_cache(host, netid)
177 const char *host, *netid;
181 _DIAGASSERT(host != NULL);
187 if (!strcmp(cptr->ac_host, host) &&
191 host, netid);
229 add_cache(host, netid, taddr, uaddr)
230 const char *host, *netid;
236 _DIAGASSERT(host !
[all...]
H A Dclnt_simple.c84 char host[MAXHOSTNAMELEN]; /* Servers host */ local
118 * the future calls to same prog, vers, host and nettype combination.
123 rpc_call(host, prognum, versnum, procnum, inproc, in, outproc, out, nettype)
124 const char *host; /* host name */
137 _DIAGASSERT(host != NULL);
171 (!strcmp(rcp->host, host)) &&
181 rcp->client = clnt_create(host, prognu
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsdhc.c61 struct sdhc_softc *sc; /* host controller device */
63 bus_space_tag_t iot; /* host register set tag */
64 bus_space_handle_t ioh; /* host register set handle */
65 bus_dma_tag_t dmat; /* host DMA tag */
75 uint8_t regs[14]; /* host controller state */
84 uint32_t flags; /* flags for this host */
190 /* host controller reset */
193 /* host controller capabilities */
219 * host controller standard register set. (1.3)
230 /* Allocate one more host structur
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmyaddrinfo.c68 /* result should be destroyed with freeaddrinfo(). A null host
69 /* pointer converts to the null host address.
76 /* destroyed with freeaddrinfo(). A null host pointer converts
77 /* to the null host address.
326 * No host means INADDR_ANY.
338 * Numeric host.
490 * No host means INADDR_ANY.
654 * Look up the host name.
809 MAI_HOSTNAME_STR host; local
835 if ((err = sockaddr_to_hostname(ip->ai_addr, ip->ai_addrlen, &host,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/tkey/ns1/
H A Dsetup.sh22 keyname=`$KEYGEN -T KEY -a DH -b 768 -n host -r $RANDFILE server`
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/tkey/
H A Dtests.sh31 dhkeyname=`$KEYGEN -T KEY -a DH -b 768 -n host -r $RANDFILE client` || ret=1
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/checkconf/
H A Dgood.conf43 host-statistics yes;
44 host-statistics-max 100;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dsend.pl28 @ARGV == 2 or die "usage: send.pl host port [file ...]\n";
30 my $host = shift @ARGV;
33 my $sock = IO::Socket::INET->new(PeerAddr => $host, PeerPort => $port,
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Db8t.mk19 # bind 8 multi-host make
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/nsupdate/
H A Dnsupdate.c926 get_address(char *host, in_port_t port, isc_sockaddr_t *sockaddr) { argument
931 result = bind9_getaddresses(host, port, sockaddr, 1, &count);
935 host, isc_result_totext(result));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dconfigure1205 # Name of the host.
1493 host
1789 -host | --host | --hos | --ho)
1791 -host=* | --host=* | --hos=* | --ho=*)
2023 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2025 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2066 # There might be people who depend on the old broken behavior: `$host'
2067 # used to hold the argument of --host et
[all...]
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.own.mk127 @echo "USETOOLS=no, but this component requires a version-specific host toolchain"
231 HOST_MKDEP= ${TOOLDIR}/bin/${_TOOL_PREFIX}host-mkdep

Completed in 232 milliseconds

1234567891011>>