Searched refs:hostname (Results 126 - 150 of 422) sorted by relevance

1234567891011>>

/freebsd-10.0-release/etc/
H A Dnetstart44 /etc/rc.d/hostname ${_start}
/freebsd-10.0-release/libexec/bootpd/
H A Dreadfile.c297 * Allocate hash tables for hardware address, ip address, and hostname
409 if (goodname(hp->hostname->string)) {
410 char *hn = hp->hostname->string;
459 hashcode = hash_HashFunction((u_char *) hp->hostname->string,
460 strlen(hp->hostname->string));
462 hp->hostname->string, hp) < 0) {
464 "hash_Insert() failed on insertion of hostname: \"%s\"",
465 hp->hostname->string);
655 host->hostname = get_shared_string(&src);
658 if (!goodname(host->hostname
[all...]
H A Dbootpd.h146 * The hostname, home directory, and bootfile are all shared strings.
172 *hostname,
171 *hostname, member in struct:host
H A Ddovend.c60 hp->hostname->string, MSG); \
74 * Also, why is the hostname so far down the list? -gwr
193 * I wonder: If the hostname were "promoted" into the BOOTP
204 * Check for room for hostname. Add 2 to account for
207 len = strlen(hp->hostname->string);
210 * XXX - Too much magic. The user can always set the hostname
215 * Not enough room for full (domain-qualified) hostname, try
218 char *tmpstr = hp->hostname->string;
229 bcopy(hp->hostname->string, vp, len);
/freebsd-10.0-release/contrib/apr-util/include/
H A Dapr_uri.h94 /** hostname from URI (or from Host: header) */
95 char *hostname; member in struct:apr_uri_t
/freebsd-10.0-release/contrib/apr-util/include/private/
H A Dapu_internal.h49 int (*init)(apr_pool_t *pool, LDAP **ldap, const char *hostname,
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dhostname.c13 char *hostname(family, ip) function
/freebsd-10.0-release/contrib/openpam/bin/pamtest/
H A Dpamtest.c316 char hostname[1024]; local
392 if (gethostname(hostname, sizeof(hostname)) == -1)
394 rhost = hostname;
408 * pam_start(3) sets this to the machine's hostname, but we allow
/freebsd-10.0-release/crypto/heimdal/appl/kf/
H A Dkfd.c131 char hostname[MAXHOSTNAMELEN]; local
149 if(gethostname (hostname, sizeof(hostname)) < 0)
153 hostname,
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dnetwork.c149 perror(hostname);
/freebsd-10.0-release/crypto/heimdal/lib/ntlm/
H A Dheimntlm.h118 char *hostname; /**< */ member in struct:ntlm_type1
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_data.c282 local_hostname_length(const char *hostname) { argument
287 len_host = strlen(hostname);
290 !strcasecmp(hostname + len_host - len_domain, _res.defdname) &&
291 hostname[len_host - len_domain - 1] == '.')
/freebsd-10.0-release/libexec/ftpd/
H A Dextern.h86 extern char *hostname;
/freebsd-10.0-release/share/examples/ppp/
H A Dchap-auth43 set hostname [gets stdin];
81 mkframe h "Hostname:" $hostname 0;
/freebsd-10.0-release/sys/nfsclient/
H A Dnfsargs.h61 char *hostname; /* server's name */ member in struct:nfs_args
/freebsd-10.0-release/sys/sys/
H A Dkerneldump.h81 char hostname[64]; member in struct:kerneldumpheader
/freebsd-10.0-release/tools/regression/gaithrstress/
H A Dgaithrstress.c114 char *hostname; local
118 if (asprintf(&hostname, "%s%s%s.%s",
126 error = getaddrinfo(hostname, NULL, hints, &res);
138 free(hostname);
/freebsd-10.0-release/tools/regression/kgssapi/
H A Dgsstest.c105 char hostname[512]; local
130 gethostname(hostname, sizeof(hostname));
132 "nfs@%s", hostname);
/freebsd-10.0-release/tools/regression/netinet/udpconnectjail/
H A Dudpconnectjail.c105 thejail.hostname = "jail";
/freebsd-10.0-release/usr.bin/systat/
H A Dmain.c73 char hostname[MAXHOSTNAMELEN]; variable
156 gethostname(hostname, sizeof (hostname));
189 mvprintw(21, 25, "CPU usage on %s", hostname);
/freebsd-10.0-release/usr.bin/uname/
H A Duname.c86 static char *ident, *platform, *hostname, *arch, *release, *sysname, *version, *kernvers, *uservers; variable
162 CHECK_ENV("n", hostname);
187 PRINT_FLAG(flags, NFLAG, hostname);
236 NATIVE_SYSCTL2_GET(hostname, CTL_KERN, KERN_HOSTNAME) {
/freebsd-10.0-release/usr.bin/wall/
H A Dwall.c197 char hostname[MAXHOSTNAMELEN], tmpname[64]; local
215 (void)gethostname(hostname, sizeof(hostname));
229 whom, hostname);
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dacksend.c52 (void)strcpy(msg.tsp_name, hostname);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dget_for_creds.c85 * Forward credentials for client to host hostname , making them
87 * in out_data. If hostname == NULL, pick it from server.
91 * @param hostname the host to forward the tickets too.
106 const char *hostname,
123 if (hostname == NULL &&
132 hostname = host;
153 hostname,
160 * Gets tickets forwarded to hostname. If the tickets that are
164 * If the ticket have any address, hostname will be used for figure
176 * @param hostname th
104 krb5_fwd_tgt_creds(krb5_context context, krb5_auth_context auth_context, const char *hostname, krb5_principal client, krb5_principal server, krb5_ccache ccache, int forwardable, krb5_data *out_data) argument
187 krb5_get_forwarded_creds(krb5_context context, krb5_auth_context auth_context, krb5_ccache ccache, krb5_flags flags, const char *hostname, krb5_creds *in_creds, krb5_data *out_data) argument
[all...]
/freebsd-10.0-release/libexec/rlogind/
H A Drlogind.c202 char hostname[2 * MAXHOSTNAMELEN + 1]; local
214 realhostname_sa(hostname, sizeof(hostname) - 1,
218 hostname[sizeof(hostname) - 1] = '\0';
294 "-h", hostname, "-f", lusername, (char *)NULL);
297 "-h", hostname, lusername, (char *)NULL);

Completed in 405 milliseconds

1234567891011>>