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

1234567891011>>

/freebsd-9.3-release/lib/libstand/
H A Dbootparam.c94 * client name (hostname)
98 * The hostname and domainname are set here for convenience.
205 if (xdr_string_decode(&recv_head, hostname, &hostnamelen)) {
206 RPC_PRINTF(("bp_whoami: bad hostname\n"));
268 /* client name (hostname) */
269 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) {
/freebsd-9.3-release/release/picobsd/bridge/
H A Dcrunch.conf112 progs hostname
/freebsd-9.3-release/release/picobsd/qemu/
H A Dcrunch.conf112 progs hostname
/freebsd-9.3-release/usr.bin/systat/
H A Dextern.h42 extern char c, *namp, hostname[];
/freebsd-9.3-release/contrib/ntp/
H A Dflock-build3 IAM=`hostname || uname -n`
H A Dbuild4 IAM=`hostname || uname -n`
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dlibntpq.c217 * hostname char* Hostname/IP of the host running ntpd
230 char *hostname,
234 if ( openhost(hostname, fam) )
229 ntpq_openhost( char *hostname, int fam ) argument
/freebsd-9.3-release/sys/conf/
H A Dnewvers.sh90 v=`cat version` u=${USER:-root} d=`pwd` h=${HOSTNAME:-`hostname`} t=`date`
/freebsd-9.3-release/crypto/heimdal/appl/push/
H A Dpush.c90 "[[{po:username[@hostname] | hostname[:username]}] ...] "
96 do_connect (const char *hostname, int port, int nodelay) argument
110 error = getaddrinfo (hostname, portstr, &hints, &ai);
112 errx (1, "getaddrinfo(%s): %s", hostname, gai_strerror(error));
119 warn ("connect(%s)", hostname);
127 warnx ("failed to contact %s", hostname);
706 /* if there is an `@', the hostname is after it, otherwise at the
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/crypto/heimdal/lib/krb5/
H A Dprincipal.c810 (optionally) looked up as a hostname, and if that doesn't yield
909 * if the instance is the first component of the local hostname,
910 * the converted host should be the long hostname.
1177 * on host `hostname'. */
1181 const char *hostname,
1195 if(hostname == NULL) {
1197 hostname = localhost;
1202 ret = krb5_expand_hostname_realms (context, hostname,
1207 hostname = host;
1209 ret = krb5_get_host_realm(context, hostname,
1180 krb5_sname_to_principal(krb5_context context, const char *hostname, const char *sname, int32_t type, krb5_principal *ret_princ) argument
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsshconnect.c764 * Prepare the hostname and ip address strings that are used to lookup
768 get_hostfile_hostname_ipaddr(char *hostname, struct sockaddr *hostaddr, argument
816 *hostfile_hostname = put_host_port(hostname, port);
829 check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, argument
864 * Prepare the hostname and address strings used for hostkey lookup.
867 get_hostfile_hostname_ipaddr(hostname, hostaddr, port, &host, &ip);
871 * command or if we don't have a hostname to compare with
874 strcmp(hostname, ip) == 0 || options.proxy_command != NULL))
906 * localhost, looking for a certificate, or the hostname was an ip
927 if (want_cert && !check_host_cert(hostname, host_ke
[all...]
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c236 args->hostname = oargs->hostname;
484 nd->root_args.hostname = buf;
492 * set hostname here and then let the "/etc/rc.xxx" files
547 const char *hostname, struct ucred *cred, struct thread *td)
699 if (hostname != NULL) {
700 strlcpy(nmp->nm_hostname, hostname,
714 "readahead", "hostname", "timeout", "addr", "fh", "nfsv3", "sec",
748 .hostname = NULL,
1063 error = copyinstr(args.hostname, hs
546 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-9.3-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-9.3-release/contrib/bmake/
H A Dos.sh195 HOSTNAME=${HOSTNAME:-`( hostname ) 2>/dev/null`}
/freebsd-9.3-release/contrib/cvs/src/
H A Dlock.c437 readlock = xmalloc (strlen (hostname) + sizeof (CVSRFL) + 40);
440 "%s.%s.%ld", CVSRFL, hostname,
600 writelock = xmalloc (strlen (hostname) + sizeof (CVSWFL) + 40);
603 "%s.%s.%ld", CVSWFL, hostname,
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c140 jailst.hostname = jailhost;
/freebsd-9.3-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-9.3-release/usr.sbin/crashinfo/
H A Dcrashinfo.sh125 HOSTNAME=`hostname`
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dcorrect.c86 (void)strcpy(to.tsp_name, hostname);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c42 char *hostname; variable
1586 * hostname.
1956 printf("Connected to %s.\r\n", hostname);
2092 printf("?Already connected to %s\r\n", hostname);
2142 hostname = NULL;
2145 hostname = p;
2147 if (hostname == NULL) {
2151 *hostname++ = '\0';
2153 hostname = hostp;
2197 error = getaddrinfo (hostname, portst
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Ddigest.c245 const char *hostname,
267 hostname,
242 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-9.3-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 390 milliseconds

1234567891011>>