Searched refs:host (Results 226 - 250 of 837) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dpool_state.ksh49 if [ -n "$host" ] ; then
51 scan_scsi_hosts $host
121 host=$(get_scsi_host $SDISK)
/freebsd-13-stable/libexec/rc/rc.d/
H A Dhostname43 # If we are not inside a jail, set the host name.
44 # If we are inside a jail, set the host name if it is permitted.
55 -n "`/bin/kenv dhcp.host-name 2> /dev/null`" ]; then
56 hostname=`/bin/kenv dhcp.host-name`
/freebsd-13-stable/contrib/opie/libopie/
H A Dlogwtmp.c115 VOIDRET opielogwtmp FUNCTION((line, name, host), char *line AND char *name AND char *host AND char *id)
156 strncpy(ut.ut_host, host, sizeof(ut.ut_host));
172 strncpy(utx.ut_host, host, sizeof(utx.ut_host));
/freebsd-13-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c187 getsocket(const char *host, const char *port, argument
198 e = getaddrinfo(host, port, &hints, &ai0);
200 ERRX(EXIT_FAILURE, "Can't resolve %s:%s (%s)", host, port,
267 sender(const int fd, const char *host, const char *port, size_t n, bool conn, argument
276 s = getsocket(host, port, conn ? connect : connector, &slen, bug);
310 receiver(const int fd, const char *host, const char *port, size_t n, bool conn, argument
320 s = getsocket(host, port, bind, &slen, bug);
346 run(const char *host, const char *port, size_t n, bool conn, bool bug) argument
358 receiver(syncfds[0], host, port, n, conn, bug);
363 error = sender(syncfds[1], host, por
410 const char *host, *port; local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Droken_gethostby.c87 split_spec(const char *spec, char **host, int *port, char **path, int def_port) argument
90 *host = strdup(spec);
91 p = strchr(*host, ':');
98 p = strchr(p ? p : *host, '/');
148 return NULL; /* no configured host */
256 char host[MAXHOSTNAMELEN];
264 strncpy(host, he->h_name, sizeof(host));
265 host[sizeof(host)
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dsshlogin.c7 * easily use something like login -p -h host -f user, because there are
72 * The host the user logged in from will be returned in buf.
134 const char *host, struct sockaddr *addr, socklen_t addrlen)
141 li = login_alloc_entry(pid, user, host, tty);
150 const char *host, struct sockaddr *addr, socklen_t addrlen)
154 li = login_alloc_entry(pid, user, host, ttyname);
133 record_login(pid_t pid, const char *tty, const char *user, uid_t uid, const char *host, struct sockaddr *addr, socklen_t addrlen) argument
149 record_utmp_only(pid_t pid, const char *ttyname, const char *user, const char *host, struct sockaddr *addr, socklen_t addrlen) argument
H A Dsshconnect.c6 * Code to connect to a remote host, and to perform the client side of the
91 const char *host, int port)
97 ret = percent_expand(tmp, "h", host, "p", strport,
108 ssh_proxy_fdpass_connect(struct ssh *ssh, const char *host, u_short port, argument
124 host, port);
186 ssh_proxy_connect(struct ssh *ssh, const char *host, u_short port, argument
203 host, port);
491 * Opens a TCP/IP connection to the remote server on the given host.
492 * The address of the remote host will be returned in hostaddr.
496 * and %p substituted for host an
90 expand_proxy_command(const char *proxy_command, const char *user, const char *host, int port) argument
500 ssh_connect_direct(struct ssh *ssh, const char *host, struct addrinfo *aitop, struct sockaddr_storage *hostaddr, u_short port, int family, int connection_attempts, int *timeout_ms, int want_keepalive) argument
589 ssh_connect(struct ssh *ssh, const char *host, struct addrinfo *addrs, struct sockaddr_storage *hostaddr, u_short port, int family, int connection_attempts, int *timeout_ms, int want_keepalive) argument
740 check_host_cert(const char *host, const struct sshkey *key) argument
854 char *ip = NULL, *host = NULL; local
1288 verify_host_key(char *host, struct sockaddr *hostaddr, struct sshkey *host_key) argument
1410 char *host; local
[all...]
H A Dmatch.c174 * Tries to match the host name (which must be in all lowercase) against the
180 match_hostname(const char *host, const char *pattern) argument
182 char *hostcopy = xstrdup(host);
197 match_host_and_ip(const char *host, const char *ipaddr, argument
204 else if (host == NULL || ipaddr == NULL || mip == -1)
208 if ((mhost = match_hostname(host, patterns)) == -1)
218 * If user, host and ipaddr are all NULL then validate pattern/
222 match_user(const char *user, const char *host, const char *ipaddr, argument
229 if (user == NULL && host == NULL && ipaddr == NULL) {
244 ret = match_host_and_ip(host, ipadd
[all...]
/freebsd-13-stable/usr.sbin/periodic/
H A Dperiodic.sh24 *) pipe="mail -E -s '$host ${2}${2:+ }${1##*/} run output' $output";;
40 host=`hostname`
41 export host
61 echo "$host ${arg##*/} prior run still in progress" | \
/freebsd-13-stable/usr.bin/finger/
H A Dfinger.h64 char host[sizeof ((struct utmpx *)0)->ut_host]; /* host name */ member in struct:where
/freebsd-13-stable/usr.bin/rusers/
H A Drusers.c104 char *host; local
118 host = hp->h_name;
120 host = inet_ntoa(raddrp->sin_addr);
123 printf("%-*s ", HOST_WIDTH, host);
162 HOST_WIDTH, host, LINE_WIDTH, LINE_WIDTH,
177 onehost(char *host) argument
185 hp = gethostbyname(host);
187 errx(1, "unknown host \"%s\"", host);
189 rusers_clnt = clnt_create(host, RUSERSPRO
[all...]
/freebsd-13-stable/tests/sys/mac/portacl/
H A Dmisc.sh17 local host idtype name proto port udpflag
19 host="127.0.0.1"
32 ( echo -n | su -m ${name} -c "nc ${udpflag} -l -w ${timeout} $host $port" 2>&1 ) &
41 echo | nc ${udpflag} -w ${timeout} $host $port >/dev/null 2>&1
/freebsd-13-stable/usr.sbin/arp/
H A Darp.c91 static int delete(char *host);
94 static int get(char *host);
99 static struct sockaddr_in *getaddr(char *host);
268 * the address of the host and returns a pointer to the
272 getaddr(char *host) argument
280 reply.sin_addr.s_addr = inet_addr(host);
282 if (!(hp = gethostbyname(host))) {
283 xo_warnx("%s: %s", host, hstrerror(h_errno));
325 char *host = argv[0], *eaddr = argv[1]; local
335 dst = getaddr(host);
431 get(char *host) argument
465 delete(char *host) argument
592 const char *host; local
[all...]
/freebsd-13-stable/contrib/libevent/sample/
H A Dhttps-client.c127 const char *host = (const char *) arg; local
147 res = validate_hostname(host, server_cert);
177 host, cert_str);
181 res_str, host, cert_str);
195 const char *scheme, *host, *path, *query; local
291 host = evhttp_uri_get_host(http_uri);
292 if (host == NULL) {
293 err("url must have a host");
370 (void *) host);
391 SSL_set_tlsext_host_name(ssl, host);
[all...]
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl22 # disconnect & reconnect after 25 commands to the same sendmail 8.8.* host
112 $0 = "$av0 - lookup host FQDN and IP addr";
116 $usage = "Usage: $av0 [-1avwd] user[\@host] [user2[host2] ...]";
160 # do we already have an mx record for this host?
434 # there is another host to redirect to!
463 # %fallback{"$user *** $host"} tracks what is able to fallback
464 # %fellback{"$user *** $host"} tracks what has fallen back
470 local($method,$user,*host,*fall_table,*fellback) = @_;
482 print "U: $user H: $host\n";
485 $us = "$user *** $host";
[all...]
/freebsd-13-stable/contrib/tnftp/src/
H A Dfetch.c292 * <type>://[<user>[:<password>]@]<host>[:<port>][/<path>]
304 * host and the URL-path removed, but any additional leading slashes
311 * "http://host" "/"
312 * "http://host/" "/"
313 * "http://host/path" "/path"
314 * "file://host/dir/file" "dir/file"
315 * "ftp://host" ""
316 * "ftp://host/" ""
317 * "ftp://host//" "/"
318 * "ftp://host/di
322 parse_url(const char *url, const char *desc, url_t *utype, char **uuser, char **pass, char **host, char **port, in_port_t *portnum, char **path) argument
502 char *uuser, *pass, *host, *port, *path; local
1373 char *host, *path, *dir, *file, *uuser, *pass; local
[all...]
/freebsd-13-stable/kerberos5/lib/libgssapi_krb5/
H A DMakefile.depend20 usr.bin/compile_et.host \
/freebsd-13-stable/kerberos5/lib/libkrb5/
H A DMakefile.depend20 usr.bin/compile_et.host \
/freebsd-13-stable/kerberos5/usr.bin/hxtool/
H A DMakefile.depend15 kerberos5/tools/slc.host \
/freebsd-13-stable/contrib/unbound/contrib/android/
H A Dinstall_expat.sh21 if ! ./configure --build="$AUTOTOOLS_BUILD" --host="$AUTOTOOLS_HOST" --prefix="$ANDROID_PREFIX"; then
/freebsd-13-stable/libexec/ypxfr/
H A Dypxfr_getmap.c56 * be able to specify the source host explicitly since ypxfr may
63 ypxfr_get_map(char *map, char *domain, char *host, argument
75 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) {
/freebsd-13-stable/contrib/ncurses/
H A Dconvert_configure.pl102 s/^(host|build)=NONE$/$1=x86-emx-os2/; # Make default host/build
107 s/^\s*host=`.*\$ac_config_sub \$host_alias`/$&\nif test -z "\$host"; then host=\$host_alias; fi/;
120 00/10 : new syntax for host=`...` line
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dnativeclient-x86.sh22 --host=i686-nacl \
H A Dnativeclient-x86_64.sh21 --host=x86_64-nacl \
/freebsd-13-stable/share/mk/
H A Dlocal.gendirdeps.mk9 Nbin/cat.host \
26 GENDIRDEPS_FILTER.host+= \
46 .if ${MACHINE} != "host"
47 GENDIRDEPS_FILTER+= ${GENDIRDEPS_FILTER_HOST_TOOLS:C,$,.host,}

Completed in 328 milliseconds

1234567891011>>