Searched refs:host (Results 1 - 25 of 50) sorted by relevance

12

/bind-9.6-ESV-R11/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,
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drt_21.h30 dns_name_t host; member in struct:dns_rdata_rt
H A Drt_21.c190 dns_name_toregion(&rt->host, &region);
213 dns_name_init(&rt->host, NULL);
214 RETERR(name_duporclone(&name, mctx, &rt->host));
230 dns_name_free(&rt->host, rt->mctx);
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dquery-loc.c18 char *host; local
57 host = argv[0];
60 if ((addr.s_addr = inet_addr (host)) == INADDR_NONE)
63 printf ("%s is a name\n", host);
64 loc = getlocbyname (host, FALSE);
69 printf ("%s is an IP address ", host);
88 printf ("No LOCation found for %s\n", host);
94 printf ("LOCation for %s is ", host);
/bind-9.6-ESV-R11/bin/dig/win32/
H A Dhost.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on host.dsp
3 CFG=host - Win32 Debug
4 !MESSAGE No configuration specified. Defaulting to host - Win32 Debug.
7 !IF "$(CFG)" != "host - Win32 Release" && "$(CFG)" != "host - Win32 Debug"
12 !MESSAGE NMAKE /f "host.mak" CFG="host - Win32 Debug"
16 !MESSAGE "host - Win32 Release" (based on "Win32 (x86) Console Application")
17 !MESSAGE "host - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "host
[all...]
/bind-9.6-ESV-R11/bin/tests/system/tkey/ns1/
H A Dsetup.sh22 keyname=`$KEYGEN -k -a DH -b 768 -n host -r $RANDFILE server`
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetnameinfo.c84 getnameinfo(sa, salen, host, hostlen, serv, servlen, flags)
87 char *host;
179 if (host == NULL || hostlen == 0) {
190 strcpy(host, numaddr);
210 strcpy(host, hp->h_name);
222 strcpy(host, numaddr);
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c224 * Checks to make sure zone and host are safe. If safe, then
225 * hashes zone and host strings to build a path. If zone / host
230 create_path(const char *zone, const char *host, const char *client, argument
246 * client and host may both be NULL, but they can't both be
249 REQUIRE( (host == NULL && client == NULL) ||
250 (host != NULL && client == NULL) ||
251 (host == NULL && client != NULL) );
261 /* if host was passed, verify that it is safe */
262 if (host !
380 char host[ISC_DIR_NAMEMAX]; local
[all...]
H A Ddlz_bdb_driver.c99 DB *host; /*%< host database handle */ member in struct:bdb_instance
107 char *host; member in struct:parsed_data
136 * zone(a space)host(a space)ttl(a space)type(a space)remaining data
157 /* save pointer to host */
158 pd->host = tmp;
336 result = dns_sdlz_putnamedrr(allnodes, pd.host, pd.type,
374 if (db->host != NULL)
375 db->host->close(db->host,
[all...]
H A Ddlz_ldap_driver.c166 "%s query must not specify a host", msg);
338 char *host = NULL; local
443 host = isc_mem_strdup(ns_g_mctx,
489 if (allnodes && host != NULL) {
490 if (strcasecmp(host, "~") == 0)
497 host, type, ttl, data);
504 host, type, ttl, data,
527 /* free memory for type, data and host for next loop */
530 if (host != NULL)
531 isc_mem_free(ns_g_mctx, host);
[all...]
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c69 char *host; /* pointer to hostname */ member in struct:item
373 (void)sprintf(errstr, "host bits set in net \"%s\"",
1485 /* Check to see if mx host exists */
1529 /* Check to see if mx host exists */
1655 prog, dp->name, ip->host);
1664 updateitem(register const char *host, register u_int32_t addr, argument
1676 ITEMHASH(host, i, ccp);
1678 while (n < ITEMSIZE && ip->host) {
1680 *host == *ip->host
1743 rfc1034host(register const char *host, register int recs) argument
[all...]
/bind-9.6-ESV-R11/contrib/sdb/pgsql/
H A Dpgsqldb.c57 char *host; member in struct:dbinfo
87 dbi->conn = PQsetdbLogin(dbi->host, NULL, NULL, NULL, dbi->database,
233 * argv[2] (if present) is the name of the host to connect to
256 dbi->host = NULL;
272 STRDUP_OR_FAIL(dbi->host, argv[2]);
306 if (dbi->host != NULL)
307 isc_mem_free(ns_g_mctx, dbi->host);
/bind-9.6-ESV-R11/bin/tests/
H A Dsock_test.c75 char host[256]; local
86 host, sizeof(host));
87 printf("\tFrom: %s port %d\n", host,
91 host, sizeof(host));
92 printf("\tFrom: %s port %d\n", host,
H A Dndc.conf27 host "1.2.3.4";
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c164 DB *host; /* host database handle */ member in struct:bdb_instance
233 char *host = NULL; /*%< host to use in list operations */ variable
257 dlzbdb -l [-k key] [-z zone] [-h host] [-c client_zone] [-i client_ip]\n\
277 db_type zone host dns_type ttl ip\n\
278 db_type zone host dns_type ttl mx_priority mail_host\n\
279 db_type zone host dns_type ttl nm_svr resp_psn serial refresh retry expire min\
342 * BDB callback to create host secondary index
378 /* get "host" fro
[all...]
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetnameinfo.c63 * hostlen and is returned via *host. The maximum length of the hostname
79 * instead of a host name.
161 lwres_getnameinfo(const struct sockaddr *sa, size_t salen, char *host, argument
262 if (host == NULL || hostlen == 0U) {
296 strcpy(host, numaddr);
325 strcpy(host, by->realname);
335 strcpy(host, numaddr);
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dbad.conf32 host-statistics yes;
33 host-statistics-max 100;
H A Dgood.conf36 host-statistics yes;
37 host-statistics-max 100;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.h90 char *host, GNI_HOSTLEN_T hostlen, char *serv,
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddlldef.h120 _org_getnameinfo(LPVOID sa, DWORD salen, char* host, DWORD hostlen,
H A Ddllfunc.c554 char *host, DWORD hostlen, char *serv,
567 if (host == NULL || hostlen == 0 || encodeCtx == NULL) {
569 code = _org_getnameinfo(sa, salen, host, hostlen,
575 stat = idnConvRsp(encodeCtx, name, host, hostlen);
581 strcpy(host, name);
585 dumpName(host, name, sizeof(name)));
553 getnameinfo(const struct sockaddr *sa, DWORD salen, char *host, DWORD hostlen, char *serv, DWORD servlen, int flags) argument
/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c251 ** parseurl (url, &proto, &host, &port, &para )
252 ** parses the given url (e.g. "proto://host.with.domain:port/para")
255 void parseurl (char *url, char **proto, char **host, char **port, char **para) argument
276 /* parse host */
287 if ( host )
288 *host = start;
1042 char *host; local
1049 proto = host = port = para = NULL;
1059 parseurl (url, &proto, &host, &port, &para);
1063 if ( host )
[all...]
H A Dmisc.h86 extern void parseurl (char *url, char **proto, char **host, char **port, char **para);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltconfig195 host=
252 --no-verify do not verify that HOST is a valid host type
266 HOST is the canonical host system name [default=guessed].
314 elif test -z "$host"; then
317 # echo "$progname: warning \`$option' is not a valid host type" 1>&2
319 host="$option"
424 echo $ac_n "checking host system type""... $ac_c" 1>&6
426 host_alias=$host
431 echo "$progname: cannot guess host type; you must specify one" 1>&2
436 host
[all...]
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dlwtest.c551 char host[1025]; local
576 ret = getnameinfo(sa, salen, host, sizeof(host), NULL, 0, NI_NAMEREQD);
595 "expected NULL\n", address, host);
598 } else if (strcmp(host, name) != 0) {
600 address, host, name);

Completed in 93 milliseconds

12