Searched refs:hostname (Results 226 - 250 of 422) sorted by relevance

1234567891011>>

/freebsd-10.0-release/release/picobsd/qemu/
H A Dcrunch.conf112 progs hostname
/freebsd-10.0-release/usr.bin/systat/
H A Dextern.h42 extern char c, *namp, hostname[];
/freebsd-10.0-release/crypto/heimdal/appl/push/
H A Dpush.c89 "[[{po:username[@hostname] | hostname[:username]}] ...] "
95 do_connect (const char *hostname, int port, int nodelay) argument
109 error = getaddrinfo (hostname, portstr, &hints, &ai);
111 errx (1, "getaddrinfo(%s): %s", hostname, gai_strerror(error));
118 warn ("connect(%s)", hostname);
126 warnx ("failed to contact %s", hostname);
663 /* if there is an `@', the hostname is after it, otherwise at the
/freebsd-10.0-release/usr.sbin/ppp/
H A Dradius.c897 char hostname[MAXHOSTNAMELEN]; local
1022 if (gethostname(hostname, sizeof hostname) != 0)
1026 (hp = gethostbyname(hostname)) != NULL) {
1036 rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) != 0) {
1101 char hostname[MAXHOSTNAMELEN]; local
1207 if (gethostname(hostname, sizeof hostname) != 0)
1211 (hp = gethostbyname(hostname)) != NULL) {
1221 rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) !
[all...]
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vfsops.c118 struct nfs_args *argp, const char *hostname);
237 args->hostname = oargs->hostname;
532 nd->root_args.hostname = buf;
540 * set hostname here and then let the "/etc/rc.xxx" files
591 const char *hostname)
759 if (hostname) {
760 strlcpy(nmp->nm_hostname, hostname,
790 "acdirmax", "deadthresh", "hostname", "timeout", "addr", "fh", "nfsv3",
826 .hostname
590 nfs_decode_args(struct mount *mp, struct nfsmount *nmp, struct nfs_args *argp, const char *hostname) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1164 char hostname[PATH_MAX]; local
1165 hostname[sizeof(hostname) - 1] = '\0';
1166 if (::gethostname (hostname, sizeof(hostname) - 1) == 0)
1168 struct hostent* h = ::gethostbyname (hostname);
1172 s.assign (hostname);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmci.c1306 ** hostname -- the corresponding host name.
1313 mci_print_persistent(pathname, hostname)
1315 char *hostname;
1324 if (hostname == NULL)
1364 locked ? '*' : ' ', hostname,
1404 ** hostname -- name of host corresponding to that file.
1414 mci_purge_persistent(pathname, hostname)
1416 char *hostname;
1435 if (hostname != NULL)
1473 ** MCI_GENERATE_PERSISTENT_PATH -- generate path from hostname
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dprincipal.c1017 * Create a principal for the service running on hostname. If
1018 * KRB5_NT_SRV_HST is used, the hostname is canonization using DNS (or
1022 * @param hostname hostname to use
1034 const char *hostname,
1049 if(hostname == NULL) {
1054 N_("Failed to get local hostname", ""));
1058 hostname = localhost;
1063 ret = krb5_expand_hostname_realms (context, hostname,
1068 hostname
1033 krb5_sname_to_principal(krb5_context context, const char *hostname, const char *sname, int32_t type, krb5_principal *ret_princ) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect.c396 fatal("%s: Could not resolve hostname %.100s: %s", __progname,
680 * Prepare the hostname and ip address strings that are used to lookup
684 get_hostfile_hostname_ipaddr(char *hostname, struct sockaddr *hostaddr, argument
732 *hostfile_hostname = put_host_port(hostname, port);
745 check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, argument
780 * Prepare the hostname and address strings used for hostkey lookup.
783 get_hostfile_hostname_ipaddr(hostname, hostaddr, port, &host, &ip);
787 * command or if we don't have a hostname to compare with
790 strcmp(hostname, ip) == 0 || options.proxy_command != NULL))
822 * localhost, looking for a certificate, or the hostname wa
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/login/
H A Dlogin.c254 { NULL, 'h', arg_string, &remote_host, "remote host", "hostname" },
266 update_utmp(const char *username, const char *hostname, argument
272 if (utmpx_login(tty, username, hostname) != 0 && !f_flag) {
277 utmp_login(ttyn, username, hostname);
/freebsd-10.0-release/etc/rc.d/
H A Djail118 "(no jail.conf, no hostname, or no path). " \
164 extract_var $_j hostname host.hostname - ""
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c240 args->hostname = oargs->hostname;
490 nd->root_args.hostname = buf;
498 * set hostname here and then let the "/etc/rc.xxx" files
553 const char *hostname, struct ucred *cred, struct thread *td)
705 if (hostname != NULL) {
706 strlcpy(nmp->nm_hostname, hostname,
720 "readahead", "hostname", "timeout", "addr", "fh", "nfsv3", "sec",
754 .hostname = NULL,
1080 error = copyinstr(args.hostname, hs
552 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-10.0-release/contrib/amd/fsinfo/
H A Dfsi_analyze.c119 domain_strip(p, hostname);
161 show_required(ioloc *l, int mask, char *info, char *hostname, char *strings[]) argument
164 fsi_log("mask left for %s:%s is %#x", hostname, info, mask);
168 lerror(l, "%s:%s needs field \"%s\"", hostname, info, strings[i]);
/freebsd-10.0-release/contrib/bmake/
H A Dos.sh195 HOSTNAME=${HOSTNAME:-`( hostname ) 2>/dev/null`}
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp320 std::string hostname; local
322 hostname.assign (hostname_cstr);
328 if (hostname.empty())
331 ostrm.Printf ("Disconnected from \"%s\"\n", hostname.c_str());
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c140 jailst.hostname = jailhost;
/freebsd-10.0-release/libexec/talkd/
H A Dannounce.c119 hostname, localclock->tm_hour , localclock->tm_min,
/freebsd-10.0-release/sbin/ipf/libipf/
H A DMakefile17 hostname.c icmpcode.c icmptypename.c icmptypes.c \
/freebsd-10.0-release/sys/boot/common/
H A Ddev_net.c215 * Get info for NFS boot: our IP address, our hostname,
267 /* Get our hostname, server IP address, gateway. */
274 printf("net_open: client name: %s\n", hostname);
/freebsd-10.0-release/usr.sbin/crashinfo/
H A Dcrashinfo.sh125 HOSTNAME=`hostname`
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dcorrect.c85 (void)strcpy(to.tsp_name, hostname);
/freebsd-10.0-release/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-10.0-release/contrib/serf/auth/
H A Dauth.c443 conn->host_info.hostname,
450 ctx->proxy_address->hostname,
/freebsd-10.0-release/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-10.0-release/libexec/bootpd/
H A Ddumptab.c61 #\tfirst field -- hostname (not indented)\n\
140 fprintf(fp, "%s:", (hp->hostname ?
141 hp->hostname->string : "?"));

Completed in 160 milliseconds

1234567891011>>