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

1234567891011>>

/freebsd-11-stable/crypto/openssh/regress/
H A Daddrmatch.sh10 user="$1"; addr="$2"; host="$3"; laddr="$4"; lport="$5"
13 verbose "test $descr for $user $addr $host"
15 -C user=${user},addr=${addr},host=${host},laddr=${laddr},lport=${lport} | \
25 Match Address 192.168.0.0/16,!192.168.30.0/24,10.0.0.0/8,host.example.com
H A Dkeyscan.sh7 rm -f ${OBJ}/host.dsa
/freebsd-11-stable/sys/nlm/
H A Dnlm.h40 * This value is added to host system IDs when recording NFS client
64 * Search for an existing NLM host that matches the given name
66 * found, create a new host. If 'addr' is non-NULL, record the remote
67 * address of the host so that we can call it back for async
69 * program version to use to communicate with this client. The host
77 * Search for an existing NLM host that matches the given remote
78 * address. If none is found, create a new host with the requested
80 * that host. The host reference count is incremented - the caller
87 * Register this NLM host wit
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Ddomain.c216 ** GETTLSA -- get TLSA records for named host using DNS
219 ** host -- host
220 ** name -- name for stab entry key (if NULL: host)
223 ** mxttl -- TTL of MX (or host)
237 gettlsa(host, name, pste, flags, mxttl, port)
238 char *host;
255 SM_REQUIRE(host != NULL);
258 if ('\0' == *host)
263 name = host;
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c84 ftpd_logwtmp_asl(char *line, char *name, char *host) argument
98 "host %s/%s user %s%sconnected pid %d",
99 host, line, name, name[0] ? " " : "dis", (int)getpid());
107 ftpd_logwtmp_wtmp(char *line, char *name, char *host) argument
138 strncpy(ut.ut_host, host, sizeof(ut.ut_host));
146 strncpy(utx.ut_host, host, sizeof(utx.ut_host));
148 utx.ut_syslen = strlen(host) + 1;
192 ftpd_logwtmp(char *line, char *name, char *host) argument
195 ftpd_logwtmp_asl(line, name, host);
197 ftpd_logwtmp_wtmp(line, name, host);
[all...]
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtli.c3 * the transport address of a client host, and the transport address of a
5 * address to a printable host name or address. Socket address results are
8 * The result from the hostname lookup method is STRING_PARANOID when a host
9 * pretends to have someone elses name, or when a host name is available but
244 static void tli_hostaddr(host)
245 struct host_info *host;
247 struct request_info *request = host->request;
249 struct t_unitdata *unit = host->unit;
254 STRN_CPY(host->addr, uaddr, sizeof(host
[all...]
/freebsd-11-stable/usr.bin/logger/
H A Dlogger.c89 char *tag, *host, buf[1024]; local
93 host = NULL;
117 host = optarg;
144 if (host == NULL)
156 logmessage(pri, tag, host, svcname, buf);
160 logmessage(pri, tag, host, svcname, *argv++);
169 logmessage(pri, tag, host, svcname, buf);
172 logmessage(pri, tag, host, svcname, buf);
177 * Send the message to syslog, either on the local host, or on a remote host
180 logmessage(int pri, const char *tag, const char *host, const char *svcname, const char *buf) argument
[all...]
/freebsd-11-stable/usr.bin/rup/
H A Drup.c102 char *host; local
112 host = hp->h_name;
114 host = inet_ntoa(raddrp->sin_addr);
117 if (strlen(host) > HOST_WIDTH)
118 host[HOST_WIDTH] = '\0';
120 printf("%-*s\t", HOST_WIDTH, host);
176 onehost(char *host) argument
184 hp = gethostbyname(host);
186 warnx("unknown host \"%s\"", host);
[all...]
/freebsd-11-stable/usr.bin/showmount/
H A Dshowmount.c100 int tcp_callrpc(const char *host, int prognum, int versnum, int procnum,
117 const char *host; local
163 host = *argv;
165 host = "localhost";
171 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
178 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
189 printf("All mount points on %s:\n", host);
192 printf("Directories on %s:\n", host);
195 printf("Hosts on %s:\n", host);
201 printf("Exports list on %s:\n", host);
237 tcp_callrpc(const char *host, int prognum, int versnum, int procnum, xdrproc_t inproc, char *in, xdrproc_t outproc, char *out) argument
[all...]
/freebsd-11-stable/cddl/lib/libdtrace/
H A DMakefile.depend18 usr.bin/yacc.host \
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_simple.c74 char host[MAXHOSTNAMELEN]; /* Servers host */ member in struct:rpc_call_private
107 * the future calls to same prog, vers, host and nettype combination.
111 * host - host name
120 rpc_call(const char *host, const rpcprog_t prognum, const rpcvers_t versnum, argument
159 (!strcmp(rcp->host, host)) &&
169 rcp->client = clnt_create(host, prognum, versnum, nettype);
187 if ((strlen(host) < (size_
[all...]
/freebsd-11-stable/lib/libulog/
H A Dulog_login_pseudo.c79 ulog_login_pseudo(int fd, const char *host) argument
81 char const * const args[4] = { "ulog-helper", "login", host, NULL };
/freebsd-11-stable/lib/libunbound/
H A DMakefile.depend16 usr.bin/yacc.host \
/freebsd-11-stable/libexec/dma/dmagent/
H A DMakefile.depend15 usr.bin/yacc.host \
/freebsd-11-stable/sbin/devd/
H A DMakefile.depend16 usr.bin/yacc.host \
/freebsd-11-stable/sbin/hastctl/
H A DMakefile.depend15 usr.bin/yacc.host \
/freebsd-11-stable/sbin/ipf/ipf/
H A DMakefile.depend17 usr.bin/yacc.host \
/freebsd-11-stable/sbin/ipf/ipftest/
H A DMakefile.depend16 usr.bin/yacc.host \
/freebsd-11-stable/sbin/ipf/ipmon/
H A DMakefile.depend16 usr.bin/yacc.host \
/freebsd-11-stable/sbin/ipf/ipnat/
H A DMakefile.depend16 usr.bin/yacc.host \
/freebsd-11-stable/sbin/ipf/ippool/
H A DMakefile.depend16 usr.bin/yacc.host \
/freebsd-11-stable/sbin/pfctl/
H A DMakefile.depend15 usr.bin/yacc.host \
/freebsd-11-stable/sbin/setkey/
H A DMakefile.depend16 usr.bin/yacc.host \
/freebsd-11-stable/etc/periodic/security/
H A D700.kernelmsg50 check_diff new_only dmesg - "${host} kernel log messages:"
/freebsd-11-stable/gnu/usr.bin/binutils/ld/
H A DMakefile.depend14 usr.bin/yacc.host \

Completed in 427 milliseconds

1234567891011>>