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

1234567891011>>

/freebsd-13-stable/sys/nlm/
H A Dnlm.h42 * This value is added to host system IDs when recording NFS client
66 * Search for an existing NLM host that matches the given name
68 * found, create a new host. If 'addr' is non-NULL, record the remote
69 * address of the host so that we can call it back for async
71 * program version to use to communicate with this client. The host
79 * Search for an existing NLM host that matches the given remote
80 * address. If none is found, create a new host with the requested
82 * that host. The host reference count is incremented - the caller
89 * Register this NLM host wit
[all...]
/freebsd-13-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-13-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-13-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-13-stable/sys/netgraph/
H A Dng_bridge.c45 * seconds when a host is seen to have jumped from one link to
48 * We keep a hashtable that maps Ethernet addresses to host info,
50 * tell us on which link the host may be found. A host's entry will
136 /* Information about a host, stored in a hash table entry */
141 u_int16_t staleness; /* seconds ago host last heard from */
517 const char *name = NG_HOOK_NAME(hent->host.link->hook);
523 hent->host.addr,
525 ary->hosts[i].age = hent->host.age;
527 hent->host
644 struct ng_bridge_host *host; local
811 struct ng_bridge_host *host; local
1030 struct ng_bridge_host *host; local
1047 struct ng_bridge_host *host; local
1135 struct ng_bridge_host *const host local
1174 struct ng_bridge_host *const host = *hptr; local
1225 struct ng_bridge_host *const host = *hptr; local
[all...]
/freebsd-13-stable/lib/libc/tests/resolv/
H A Dresolv_test.c101 resolv_getaddrinfo(long threadnum, char *host, int port, const char **errstr) argument
112 error = getaddrinfo(host, portstr, &hints, &res);
114 DBG("T%ld: host %s ok\n", threadnum, host);
123 DBG("T%ld: host %s not found: %s\n", threadnum, host, *errstr);
129 resolv_gethostby(long threadnum, char *host, const char **errstr) argument
134 hp = gethostbyname(host);
136 DBG("T%ld: host %s ok\n", threadnum, host);
150 resolv_getipnodeby(long threadnum, char *host, const char **errstr) argument
179 char *host = hosts->sl_str[i]; local
[all...]
/freebsd-13-stable/usr.sbin/pnfsdscopymr/
H A Dpnfsdscopymr.c83 char host[MNAMELEN + NI_MAXHOST + 2], *cp; local
131 * The host address and directory where the data storage file is
179 strlcpy(host, sf.f_mntfromname, sizeof(host));
180 cp = strchr(host, ':');
182 errx(1, "No <host>: in mount %s", host);
187 if (getaddrinfo(host, NULL, &hints, &res) != 0)
188 errx(1, "Can't get address for %s", host);
241 strlcpy(host, s
[all...]
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_simple.c76 char host[MAXHOSTNAMELEN]; /* Servers host */ member in struct:rpc_call_private
109 * the future calls to same prog, vers, host and nettype combination.
113 * host - host name
122 rpc_call(const char *host, const rpcprog_t prognum, const rpcvers_t versnum, argument
161 (!strcmp(rcp->host, host)) &&
171 rcp->client = clnt_create(host, prognum, versnum, nettype);
189 if ((strlen(host) < (size_
[all...]
/freebsd-13-stable/lib/libc/tests/ssp/
H A DMakefile.depend10 lib/libclang_rt/ubsan_standalone.host \
/freebsd-13-stable/kerberos5/lib/libgssapi_spnego/
H A DMakefile.depend13 kerberos5/tools/asn1_compile.host \
/freebsd-13-stable/kerberos5/lib/libheimntlm/
H A DMakefile.depend16 usr.bin/compile_et.host \
/freebsd-13-stable/kerberos5/lib/libkadm5clnt/
H A DMakefile.depend16 usr.bin/compile_et.host \
/freebsd-13-stable/kerberos5/lib/libkadm5srv/
H A DMakefile.depend17 usr.bin/compile_et.host \
/freebsd-13-stable/sbin/hastctl/
H A DMakefile.depend14 usr.bin/yacc.host \
/freebsd-13-stable/sbin/hastd/
H A DMakefile.depend18 usr.bin/yacc.host \
/freebsd-13-stable/sbin/ipf/ipf/
H A DMakefile.depend16 usr.bin/yacc.host \
/freebsd-13-stable/sbin/ipf/ipftest/
H A DMakefile.depend15 usr.bin/yacc.host \
/freebsd-13-stable/sbin/ipf/ipmon/
H A DMakefile.depend15 usr.bin/yacc.host \
/freebsd-13-stable/sbin/ipf/ipnat/
H A DMakefile.depend15 usr.bin/yacc.host \
/freebsd-13-stable/sbin/ipf/ippool/
H A DMakefile.depend15 usr.bin/yacc.host \
/freebsd-13-stable/sbin/pfctl/
H A DMakefile.depend14 usr.bin/yacc.host \
/freebsd-13-stable/sbin/setkey/
H A DMakefile.depend15 usr.bin/yacc.host \
/freebsd-13-stable/lib/libulog/
H A Dulog_login_pseudo.c81 ulog_login_pseudo(int fd, const char *host) argument
83 char const * const args[4] = { "ulog-helper", "login", host, NULL };
/freebsd-13-stable/lib/libunbound/
H A DMakefile.depend15 usr.bin/yacc.host \
/freebsd-13-stable/libexec/dma/dmagent/
H A DMakefile.depend14 usr.bin/yacc.host \

Completed in 148 milliseconds

1234567891011>>