Searched refs:host (Results 401 - 425 of 837) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/ipfilter/
H A Dradix_ipf.c954 char *host; member in struct:tabe_s
1196 tab[lines - 1].host = strdup(line);
1197 s = strchr(tab[lines - 1].host, '/');
1204 tab[lines].host = NULL;
1247 for (i = 0; ttable[i].host != NULL; i++) {
1254 for (i = 0; ttable[i].host != NULL; i++) {
1260 for (i = 0; ttable[i].host != NULL; i++) {
1261 setaddr(&af, ttable[i].host);
1268 for (i = 0; ttable[i].host != NULL; i++) {
1269 setaddr(&af, ttable[i].host);
[all...]
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c954 char *host; member in struct:tabe_s
1196 tab[lines - 1].host = strdup(line);
1197 s = strchr(tab[lines - 1].host, '/');
1204 tab[lines].host = NULL;
1247 for (i = 0; ttable[i].host != NULL; i++) {
1254 for (i = 0; ttable[i].host != NULL; i++) {
1260 for (i = 0; ttable[i].host != NULL; i++) {
1261 setaddr(&af, ttable[i].host);
1268 for (i = 0; ttable[i].host != NULL; i++) {
1269 setaddr(&af, ttable[i].host);
[all...]
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_intres.c171 * Followed by hostoctets bytes of null-terminated host,
709 char host[1024]; local
717 * large allocations. We only need room for the host
720 REQUIRE(octets < sizeof(host));
721 service = host + gni_req->hostoctets;
743 host,
758 gni_resp->hostoctets = strlen(host) + 1;
776 * Our response consists of a header, followed by the host and
790 memcpy(cp, host, gni_resp->hostoctets);
817 char * host; local
884 gni_test_callback(int rescode, int gni_errno, sockaddr_u *psau, int flags, const char *host, const char *service, void *context) argument
[all...]
/freebsd-13-stable/contrib/serf/
H A Dincoming.c126 const char *host,
144 rv = apr_sockaddr_info_get(&sa, host, APR_UNSPEC, port, 0, l->pool);
123 serf_listener_create( serf_listener_t **listener, serf_context_t *ctx, const char *host, apr_uint16_t port, void *accept_baton, serf_accept_client_t accept, apr_pool_t *pool) argument
/freebsd-13-stable/lib/libc/gen/
H A Dutxdb.c80 /* Extension: host name. */
81 UTOF_STRING(ut, fu, host);
151 /* Extension: host name. */
152 FTOU_STRING(fu, ut, host);
/freebsd-13-stable/contrib/bmake/mk/
H A Dhost-target.mk2 # $Id: host-target.mk,v 1.13 2020/08/05 23:32:08 sjg Exp $
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsupport.c129 getaddrinfo(const char *host, const char *port, const struct addrinfo *hints, argument
136 if ((hent = gethostbyname(host)) == NULL)
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp88 StringRef scheme, host, path; local
90 if (UriParser::Parse(name, scheme, host, port, path)) {
100 // Try to match socket name as $host:port - e.g., localhost:5555
/freebsd-13-stable/contrib/dma/
H A Ddma.h150 char *host; member in struct:authuser
156 char host[MAXDNAME]; member in struct:mx_hostentry
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h96 bit32 host; member in struct:EncryptDeviceDekMap_s
113 bit32 host; member in struct:IoctlEncryptIOError_s
/freebsd-13-stable/sys/arm/ti/
H A Dti_sdhci.c362 ios = &slot->host.ios;
491 * slot.host.caps to reflect what voltages we can handle. Set those
498 if (sc->slot.host.caps & MMC_OCR_LOW_VOLTAGE)
500 if (sc->slot.host.caps & (MMC_OCR_290_300 | MMC_OCR_300_310))
504 /* Set initial host configuration (1-bit, std speed, pwr off). */
536 sc->slot.host.caps |= MMC_OCR_LOW_VOLTAGE;
539 sc->slot.host.caps |= MMC_OCR_290_300 | MMC_OCR_300_310;
656 * slot.host.* fields, so we have to do this before overriding any of
667 sc->slot.host.caps &= ~(MMC_CAP_4_BIT_DATA |
671 sc->slot.host
[all...]
/freebsd-13-stable/share/mk/
H A Dhost-target.mk3 # $Id: host-target.mk,v 1.11 2015/10/25 00:07:20 sjg Exp $
/freebsd-13-stable/crypto/openssh/regress/
H A Dhostkey-agent.sh41 SSH_CONNECTION=`${SSH} $opts host 'echo $SSH_CONNECTION'`
/freebsd-13-stable/targets/
H A DMakefile.xtras33 destroy-host \
/freebsd-13-stable/lib/libc/rpc/
H A Dauth_time.c138 * host - name of the time host
144 get_server(struct sockaddr_in *sin, char *host, nis_server *srv, argument
154 if (host == NULL && sin == NULL)
158 he = gethostbyname(host);
202 srv->name = (nis_name) host;
/freebsd-13-stable/lib/libfetch/
H A Dfetch.h46 char host[MAXHOSTNAMELEN+1]; member in struct:url
/freebsd-13-stable/contrib/unbound/contrib/
H A Dupdate-anchor.sh7 ubhost=unbound-host
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Dipsend.c180 char *name = argv[0], host[MAXHOSTNAMELEN + 1]; local
321 gethostname(host, sizeof(host));
322 src = host;
/freebsd-13-stable/contrib/ncurses/
H A Dmk-1st.awk56 # host (cross-compile host, if any)
304 printf "# host: %s\n", host
484 if ( host == "vxworks" )
506 if ( host == "vxworks" )
522 if ( host == "vxworks" )
/freebsd-13-stable/stand/userboot/userboot/
H A DMakefile27 SRCS+= host.c
/freebsd-13-stable/crypto/openssh/
H A Daddrmatch.c289 * Test whether host portion of address 'a', as determined by 'masklen'
291 * Returns 0 on if host portion of address is all-zeros,
349 addr_netmatch(const struct xaddr *host, const struct xaddr *net, u_int masklen) argument
353 if (host->af != net->af)
356 if (addr_netmask(host->af, masklen, &tmp_mask) == -1)
358 if (addr_and(&tmp_result, host, &tmp_mask) == -1)
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DMakefile52 XSYM= host hrStorageOther hrStorageRam hrStorageVirtualMemory \
/freebsd-13-stable/usr.bin/finger/
H A Dlprint.c200 if (*w->host) {
224 if (*w->host) {
225 if (LINE_LEN < (cpr + 6 + strlen(w->host)))
227 (void)printf(" from %s", w->host);
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_name.c138 char *tmp, *p, *host = NULL; local
153 host = p + 1;
156 kerr = krb5_make_principal(context, &princ, NULL, tmp, host, NULL);
/freebsd-13-stable/lib/libc/tests/sys/
H A Dsendfile_test.c102 const char *host; local
109 host = "127.0.0.1";
112 host = "::1";
126 error = getaddrinfo(host, serv, &hints, res);
148 char host[NI_MAXHOST+1]; local
154 host, nitems(host) - 1, NULL, 0, NI_NUMERICHOST);
158 "Will try to connect to host='%s', address_family=%d, "
160 host, res->ai_family, res->ai_socktype);
179 char host[NI_MAXHOS local
[all...]

Completed in 210 milliseconds

<<11121314151617181920>>