Searched refs:host (Results 151 - 175 of 581) sorted by relevance

1234567891011>>

/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfr_getmap.c54 * be able to specify the source host explicitly since ypxfr may
61 ypxfr_get_map(char *map, char *domain, char *host, argument
73 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) {
/freebsd-9.3-release/sys/dev/ppbus/
H A Dvpoio.h84 int vpoio_do_scsi(struct vpoio_data *vpo, int host, int target, char *command,
93 int imm_do_scsi(struct vpoio_data *vpo, int host, int target, char *command,
/freebsd-9.3-release/usr.bin/rsh/
H A Drsh.c100 char *args, *host, *p, *user; local
105 host = user = NULL;
107 /* if called as something other than "rsh", use it as the host name */
113 host = p;
117 /* handle "rsh host flags" */
118 if (!host && argc > 2 && argv[1][0] != '-') {
119 host = argv[1];
157 /* if haven't gotten a host yet, do so */
158 if (!host && !(host
[all...]
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dypinit.sh17 bootparams ethers.byname ethers.byaddr amd.host mail.aliases \
98 The local host's YP domain name has not been set. Please set it with
109 The local host's hostname has not been set. Please set it with the
307 echo -n " verify host : [${node}] "
316 echo -n " next host to add: "
320 echo -n " next host to add: "
349 for host in ${HOST_LIST};
351 echo "${host} ${host}" >> ${YP_DIR}/ypservers
352 echo "${host}
[all...]
/freebsd-9.3-release/contrib/netcat/
H A Dsocks.c126 socks_connect(const char *host, const char *port, argument
160 if (decode_addrport(host, port, (struct sockaddr *)&addr,
184 hlen = strlen(host);
186 errx(1, "host name too long for SOCKS5");
192 memcpy(buf + 5, host, hlen);
246 decode_addrport(host, port, (struct sockaddr *)&addr,
270 if (strcspn(host, "\r\n\t []:") != strlen(host))
274 if (strchr(host, ':') != NULL) {
277 host, ntoh
[all...]
/freebsd-9.3-release/lib/libfetch/
H A Dcommon.c266 * Establish a TCP connection to the specified port on the specified host.
269 fetch_connect(const char *host, int port, int af, int verbose) argument
277 DEBUG(fprintf(stderr, "---> %s:%d\n", host, port));
280 fetch_info("looking up %s", host);
282 /* look up host name and set up socket address structure */
288 if ((err = getaddrinfo(host, pbuf, &hints, &res0)) != 0) {
295 fetch_info("connecting to %s:%d", host, port);
392 * Check if host name consists only of numbers. This might indicate an IP
409 * Check if the host name h passed matches the pattern passed in m which
450 * host par
487 char *host; local
602 fetch_ssl_verify_cn(X509_NAME *subject, const char *host, struct addrinfo *ip) argument
640 fetch_ssl_verify_hname(X509 *cert, const char *host) argument
1343 fetch_no_proxy_match(const char *host) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/push/
H A Dpush.c206 const char *host,
246 fprintf (stderr, "%s@%s\n", user, host);
265 fprintf (stderr, "%s@%s -> %s\n", user, host, outfilename);
516 do_v5 (const char *host, argument
530 s = do_connect (host, port, 1);
535 host,
564 return doit (s, host, user, filename, header_str, leavep, verbose, forkp);
570 do_v4 (const char *host, argument
586 s = do_connect (host, port, 1);
593 (char *)host,
205 doit(int s, const char *host, const char *user, const char *outfilename, const char *header_str, int leavep, int verbose, int forkp) argument
681 parse_pobox(char *a0, const char **host, const char **user) argument
744 const char *host, *user, *filename = NULL; local
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Damfs_host.c45 * NFS host file system.
46 * Mounts all exported filesystems from a given host.
69 "host",
147 * the host filesystem. If we don't do this, the standard
224 * Call the mount daemon on the remote host to
308 char *host; local
343 host = mf->mf_server->fs_host;
367 client = get_mount_client(host, &sin, &tv, &sock, mnt_version);
371 host, clnt_spcreateerror(""));
373 plog(XLOG_ERROR, "get_mount_client failed for %s", host);
633 char *host; local
[all...]
H A Dsrvr_nfs.c55 * Number of pings allowed to fail before host is declared down
216 * Almost certainly no mountd running on remote host
671 * Find an nfs server for a host.
676 char *host = mf->mf_fo->opt_rhost; local
728 host, mf->mf_fo->opt_rfs);
738 plog(XLOG_WARNING, "found compatibility option \"nfsv2\": set options vers=2,proto=udp for host %s", host);
755 * lookup host address and canonical name
757 hp = gethostbyname(host);
767 host
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcharset.c41 - The `current host character set' is the character set GDB should
50 character sets that it can use as its host or target character
57 (mostly target->host conversions),
60 characters the user enters in expressions (mostly host->target
66 host/target character set pair. If GDB supports N character sets,
72 pairing of host and target character set, while still allowing
84 translations: when the host and target character sets are the
104 /* Non-zero iff this character set can be used as a host character
105 set. At present, GDB basically assumes that the host character
537 /* Translate TARGET_CHAR into the host characte
940 set_host_and_target_charsets(struct charset *host, struct charset *target) argument
[all...]
/freebsd-9.3-release/contrib/tcpdump/missing/
H A Dgetnameinfo.c100 getnameinfo(sa, salen, host, hostlen, serv, servlen, flags)
103 char *host;
205 if (host == NULL || hostlen == 0) {
209 * "||" here: RFC2553 says that host == NULL OR hostlen == 0
221 strcpy(host, numaddr);
231 char *ep = strchr(host, '\0');
265 strcpy(host, hp->h_name);
277 strcpy(host, numaddr);
/freebsd-9.3-release/lib/libbluetooth/
H A Dbluetooth.c45 static struct hostent host; variable in typeref:struct:hostent
128 host.h_addr_list = host_addr_ptrs;
129 host.h_length = sizeof(host_addr);
130 host.h_addrtype = AF_BLUETOOTH;
133 host.h_name = cp;
134 q = host.h_aliases = host_aliases;
150 return (&host);
/freebsd-9.3-release/sys/compat/linsysfs/
H A Dlinsysfs.c100 if (strncmp(pn->pn_parent->pn_name, "host", 4) == 0) {
125 if (strncmp(pn->pn_parent->pn_name, "host", 4) == 0) {
153 char *device, *host, *new_path = path; local
168 host = malloc(MAXPATHLEN, M_TEMP, M_WAITOK);
182 sprintf(host, "host%d", host_number++);
184 strcat(new_path, host);
185 pfs_create_dir(dir, host,
198 sub_dir = pfs_create_dir(scsi, host,
212 free(host, M_TEM
[all...]
/freebsd-9.3-release/libexec/bootpd/
H A Dreadfile.c245 eval_symbol(char **, struct host *);
247 fill_defaults(struct host *, char **);
269 process_entry(struct host *, char *);
323 struct host *hp;
392 hp = (struct host *) smalloc(sizeof(struct host));
454 /* Just inserted the host struct in a new hash list. */
467 /* Just inserted the host struct in a new hash list. */
485 * Read an entire host entry from the file pointed to by "fp" and insert it
635 * Parse out all the various tags and parameters in the host entr
[all...]
/freebsd-9.3-release/contrib/amd/fsinfo/
H A Dfsinfo.h71 extern host *new_host(void);
83 extern void compute_automount_point(char *, size_t, host *, char *);
125 extern void set_host(host *hp, int k, char *v);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h119 void startslave (const char *host, const char *, int autologin, char *autoname);
121 void start_login (const char *host, int autologin, char *name);
145 void edithost (char *pat, char *host);
/freebsd-9.3-release/sys/dev/hptmv/
H A Draid5n.h44 #define dataxfer_add_item(handle, host, cache, bytes, tocache) \
45 if (tocache) memcpy((PUCHAR)(cache), (PUCHAR)(host), bytes); \
46 else memcpy((PUCHAR)(host), (PUCHAR)(cache), bytes)
/freebsd-9.3-release/usr.sbin/lpr/filters/
H A Dlpf.c72 char *host; /* user's machine name */ variable
95 host = *++argv;
215 printf("%7.2f\t%s:%s\n", (float)npages, host, name);
/freebsd-9.3-release/sys/netgraph/
H A Dng_bridge.c49 * seconds when a host is seen to have jumped from one link to
52 * We keep a hashtable that maps Ethernet addresses to host info,
54 * tell us on which link the host may be found. A host's entry will
115 /* Information about a host, stored in a hash table entry */
117 struct ng_bridge_host host; /* actual host info */ member in struct:ng_bridge_hent
497 ary->hosts[i++] = hent->host;
530 struct ng_bridge_host *host; local
586 if ((host
[all...]
/freebsd-9.3-release/contrib/bind9/
H A Dconfig.threads.in13 case $host in
100 case "$host" in
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dload_http.c20 struct hostent *host; local
88 host = gethostbyname(s);
89 if (host == NULL)
91 memcpy(&sin.sin_addr, host->h_addr_list[0],
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_name.c95 char *host; local
112 host = p + 1;
119 host = local_hostname;
123 host,
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-iprop.in122 echo "Add host"
123 ${kadmin} -l add --random-key --use-defaults host/foo@${R} || exit 1
126 ${kadmin} -l get host/foo@${R} > /dev/null || exit 1
128 echo "Rename host"
129 ${kadmin} -l rename host/foo@${R} host/bar@${R} || exit 1
132 ${kadmin} -l get host/foo@${R} > /dev/null 2>/dev/null && exit 1
134 ${kadmin} -l get host/bar@${R} > /dev/null || exit 1
136 echo "Delete host"
137 ${kadmin} -l delete host/ba
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.c47 int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, argument
62 if (host != NULL) {
64 if (strlcpy(host, inet_ntoa(sin->sin_addr),
75 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
/freebsd-9.3-release/etc/periodic/daily/
H A D200.backup-passwd43 echo "$host passwd diffs:"
60 echo "$host group diffs:"

Completed in 292 milliseconds

1234567891011>>