Searched refs:host (Results 76 - 100 of 719) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/sendmail/src/
H A Ddomain.c65 ** GETFALLBACKMXRR -- get MX resource records for fallback MX host.
74 ** host -- the name of the fallback MX host.
88 getfallbackmxrr(host)
89 char *host;
97 if (host == NULL || *host == '\0')
102 if (host[0] == '[')
104 fbhosts[0] = host;
114 NumFallbackMXHosts = getmxrr(host, fbhost
[all...]
H A Dsm_resolve.c178 char host[MAXHOSTNAMELEN]; local
192 status = dn_expand(data, data + len, p, host, sizeof(host));
198 r->dns_r_q.dns_q_domain = sm_strdup(host);
216 status = dn_expand(data, data + len, p, host, sizeof(host));
249 (*rr)->rr_domain = sm_strdup(host);
264 status = dn_expand(data, data + len, p, host,
265 sizeof(host));
271 (*rr)->rr_u.rr_txt = sm_strdup(host);
[all...]
/freebsd-10.3-release/contrib/opie/libopie/
H A Dlogin.c46 int opielogin FUNCTION((line, name, host), char *line AND char *name AND char *host) argument
86 strncpy(u.ut_host, host, sizeof(u.ut_host));
89 u.ut_syslen = strlen(host) + 1;
111 opielogwtmp(line, name, host, id);
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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.
112 rpc_call(host, prognum, versnum, procnum, inproc, in, outproc, out, nettype)
113 const char *host; /* host name */
157 (!strcmp(rcp->host, host)) &&
167 rcp->client = clnt_create(host, prognum, versnum, nettype);
185 if ((strlen(host) < (size_
[all...]
/freebsd-10.3-release/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-10.3-release/tools/regression/lib/libc/resolv/
H A Dresolv.c105 resolv_getaddrinfo(pthread_t self, char *host, int port) argument
116 error = getaddrinfo(host, portstr, &hints, &res);
118 len = snprintf(buf, sizeof(buf), "%p: host %s %s\n",
119 self, host, error ? "not found" : "ok");
139 resolv_gethostby(pthread_t self, char *host) argument
145 hp = gethostbyname(host);
147 len = snprintf(buf, sizeof(buf), "%p: host %s %s\n",
148 self, host, (hp == NULL) ? "not found" : "ok");
164 resolv_getipnodeby(pthread_t self, char *host) argument
170 hp = getipnodebyname(host, AF_INE
199 char *host = hosts->sl_str[i]; local
[all...]
/freebsd-10.3-release/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-10.3-release/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-10.3-release/usr.bin/showmount/
H A Dshowmount.c98 int tcp_callrpc(const char *host, int prognum, int versnum, int procnum,
114 const char *host; local
150 host = *argv;
152 host = "localhost";
158 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
165 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
176 printf("All mount points on %s:\n", host);
179 printf("Directories on %s:\n", host);
182 printf("Hosts on %s:\n", host);
188 printf("Exports list on %s:\n", host);
213 tcp_callrpc(const char *host, int prognum, int versnum, int procnum, xdrproc_t inproc, char *in, xdrproc_t outproc, char *out) argument
[all...]
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dmain.h23 int handle_pkt(int rpktl, struct pkt *rpkt, sockaddr_u *host,
28 int on_wire(struct addrinfo *host, struct addrinfo *bcastaddr);
/freebsd-10.3-release/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 };
H A Dulog_login.c64 ulog_login(const char *line, const char *user, const char *host) argument
71 if (host != NULL)
72 strncpy(utx.ut_host, host, sizeof utx.ut_host);
/freebsd-10.3-release/contrib/amd/fsinfo/
H A Dwr_dumpset.c81 host *hp;
83 ITER(hp, host, q) {
/freebsd-10.3-release/tools/diag/httpd-error/
H A Dhttpd-error27 # httpd-error - check for Web files which do not exist on your host
34 -host)
57 *) echo "usage $0 {-host|-filehits|-user|-userhits} < error.log" >&2
/freebsd-10.3-release/etc/periodic/security/
H A D700.kernelmsg50 check_diff new_only dmesg - "${host} kernel log messages:"
/freebsd-10.3-release/usr.sbin/ppp/
H A Dtcp.c62 tcp_OpenConnection(const char *name, char *host, char *port) argument
69 dest.sin_addr = GetIpAddr(host);
71 log_Printf(LogWARN, "%s: %s: unknown host\n", name, host);
84 log_Printf(LogPHASE, "%s: Connecting to %s:%s/tcp\n", name, host, port);
137 char *cp, *host, *port, *svc; local
142 host = p->name.full;
153 if (*host && *port) {
154 p->fd = tcp_OpenConnection(p->link.name, host, port);
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/Apps/
H A Dweblatency.d130 host[pid, self->fd - 1] = self->nam;
152 * Record host details
158 self->host = stringof(host[pid, self->fd - 1]);
162 @Avg[self->host] = avg((timestamp - this->start)/1000000);
163 @Max[self->host] = max((timestamp - this->start)/1000000);
164 @Num[self->host] = count();
168 host[pid, self->fd - 1] = 0;
169 self->host = 0;
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dweblatency.d130 host[pid, self->fd - 1] = self->nam;
152 * Record host details
158 self->host = stringof(host[pid, self->fd - 1]);
162 @Avg[self->host] = avg((timestamp - this->start)/1000000);
163 @Max[self->host] = max((timestamp - this->start)/1000000);
164 @Num[self->host] = count();
168 host[pid, self->fd - 1] = 0;
169 self->host = 0;
/freebsd-10.3-release/share/examples/printing/
H A Dmake-ps-header19 echo "Usage: `basename $0` <user> <host> <job>" 1>&2
27 host=$2
70 [ ($job) ($host) ($date) ] {
/freebsd-10.3-release/crypto/openssh/
H A Dauth-rhosts.c61 char buf[RBUFLN];/* Must not be larger than host, user, dummy below. */
86 char *host, *user, *cp; local
115 /* Got both host and user name. */
125 host = hostbuf;
129 /* Process negated host names, or positive netgroups. */
130 if (host[0] == '-') {
132 host++;
133 } else if (host[0] == '+')
134 host++;
142 /* Check for empty host/use
[all...]
H A Dhostfile.h26 char *host; member in struct:hostkey_entry
48 const char *host, const char *ip, struct sshkey **keys, size_t nkeys,
67 #define HKF_STATUS_OK 0 /* Line parsed, didn't match host */
106 const char *host, const char *ip, u_int options);

Completed in 404 milliseconds

1234567891011>>