Searched refs:host (Results 376 - 400 of 837) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_var.h56 struct mmc_host host; member in struct:dwmmc_softc
/freebsd-13-stable/contrib/openpam/bin/pamtest/
H A Dpamtest.c274 "[-dkMPsv] [-H rhost] [-h host] [-t tty] [-U ruser] [-u user]");
318 const char *host = NULL; local
337 opt_str_once(opt, &host, optarg);
411 if (host != NULL)
412 if ((pame = pt_set_item(PAM_HOST, host)) != PAM_SUCCESS)
416 * The remote host / user / tty are usually set by the
/freebsd-13-stable/sys/rpc/
H A Drpc_com.h89 const struct netconfig *, const char *host, CLIENT **clpp,
/freebsd-13-stable/crypto/openssh/
H A Daudit-linux.c74 audit_connection_from(const char *host, int port) argument
H A Dgss-genr.c231 /* Create a service name for the given host */
233 ssh_gssapi_import_name(Gssctxt *ctx, const char *host) argument
238 xasprintf(&val, "host@%s", host);
276 ssh_gssapi_check_mechanism(Gssctxt **ctx, gss_OID oid, const char *host) argument
289 major = ssh_gssapi_import_name(*ctx, host);
/freebsd-13-stable/crypto/openssh/regress/
H A Dforward-control.sh43 -n host exec sh -c \'"sleep 60 & echo \$! > $READY ; wait "\' \
49 -oConnectionAttempts=4 host true >/dev/null 2>&1
72 -n host exec sh -c \'"sleep 60 & echo \$! > $READY ; wait "\' \
79 -oConnectionAttempts=4 host true >/dev/null 2>&1
/freebsd-13-stable/tools/tools/kttcp/
H A Dkttcp.c71 " [-4] [-6] host\n"
109 char *host; local
185 host = argv[0];
190 host = NULL;
201 error = getaddrinfo(host, portstr, &hints, &addr);
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dhttp_client.c136 arg_printusage(http_args, num_http_args, NULL, "host [page]");
191 http_query(const char *host, const char *page, argument
202 s = do_connect(host, port_str);
209 fdprintf(s, "Host: %s\r\n\r\n", host);
291 const char *host, *page; local
320 errx(1, "usage: %s host [page]", getprogname());
321 host = argv[0];
340 http_query(host, page, headers, num_headers, &req);
368 asprintf(&name, "%s@%s", gss_service, host);
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dipft_tx.c47 static u_32_t tx_hostnum(host, resolved)
48 char *host;
54 if (!strcasecmp("any", host))
56 if (ISDIGIT(*host))
57 return inet_addr(host);
59 if (gethost(AF_INET, host, &ipa) == -1) {
61 fprintf(stderr, "can't resolve hostname: %s\n", host);
/freebsd-13-stable/contrib/nvi/common/
H A Drecover.c331 char *host; local
395 MALLOC(sp, host, hostmax + 1);
396 if (host == NULL)
398 (void)gethostname(host, hostmax + 1);
401 "From: root@", host, " (Nvi recovery program)",
402 "To: ", pw->pw_name, "@", host,
406 free(host);
411 free(host);
418 host, ", when it was saved for recovery. ",
423 free(host);
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c284 import_name(const char *kname, const char *host, gss_name_t *target_name) argument
290 name.length = asprintf(&str, "%s@%s", kname, host);
326 gss_auth(void *app_data, char *host) argument
339 const char *knames[] = { "ftp", "host", NULL }, **kname = knames;
342 if(import_name(*kname++, host, &target_name))
393 if(import_name(*kname++, host, &target_name)) {
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c284 import_name(const char *kname, const char *host, gss_name_t *target_name) argument
290 name.length = asprintf(&str, "%s@%s", kname, host);
326 gss_auth(void *app_data, char *host) argument
339 const char *knames[] = { "ftp", "host", NULL }, **kname = knames;
342 if(import_name(*kname++, host, &target_name))
393 if(import_name(*kname++, host, &target_name)) {
/freebsd-13-stable/lib/libpam/modules/pam_radius/
H A Dpam_radius.c86 char host[MAXHOSTNAMELEN]; local
97 if (gethostname(host, sizeof host) != -1) {
99 nas_id = host;
101 nas_ipaddr = host;
/freebsd-13-stable/libexec/bootpd/
H A Ddumptab.c33 static void dump_host(FILE *, struct host *);
56 struct host *hp;
73 #\thn -- host name set for client\n\
76 #\tip -- host IP address\n\
89 #\ttc -- template host (points to similar host entry)\n\
114 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL;
115 hp = (struct host *) hash_NextEntry(nmhashtable)) {
129 * Dump all the available information on the host pointed to by "hp".
136 struct host *h
[all...]
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_nemc.c226 sc->ranges[i].host = 0;
228 sc->ranges[i].host <<= 32;
229 sc->ranges[i].host |= base_ranges[j++];
322 if (start >= sc->ranges[i].host && end <
323 sc->ranges[i].host + sc->ranges[i].size) {
/freebsd-13-stable/lib/libc/gen/
H A Dgetnetgrent.c538 const char *group, *host, *user, *dom; local
541 host = va_arg(ap, const char *);
560 * 1.a) if host is specified and user is null:
562 * (try host.domain, host.*, *.domain or *.*)
564 * 1.b) if user is specified and host is null:
566 * (try host.domain, host.*, *.domain or *.*)
568 * 1.c) if both host and user are specified,
570 * 1.d) if neither host an
597 _innetgr_fallback(void *retval, void *mdata, const char *group, const char *host, const char *user, const char *dom) argument
660 const char *group, *host, *user, *dom; local
1003 innetgr(const char *netgroup, const char *host, const char *user, const char *domain) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c126 struct inode *inode = filp->f_mapping->host;
160 struct inode *inode = filp->f_mapping->host;
225 struct inode *ip = filp->f_mapping->host;
271 int error = -zfs_read(ITOZ(filp->f_mapping->host), &uio,
301 struct inode *ip = mapping->host;
319 struct inode *ip = filp->f_mapping->host;
371 int error = -zfs_read(ITOZ(filp->f_mapping->host), &uio,
395 struct inode *ip = filp->f_mapping->host;
501 struct inode *ip = filp->f_mapping->host;
566 struct inode *ip = filp->f_mapping->host;
[all...]
/freebsd-13-stable/usr.sbin/ndp/
H A Dndp.c393 char *host = argv[0], *eaddr = argv[1]; local
403 gai_error = getaddrinfo(host, NULL, &hints, &res);
405 fprintf(stderr, "ndp: %s: %s\n", host,
427 errx(1, "RTM_GET(%s) failed", host);
448 printf("cannot intuit interface index and type for %s\n", host);
460 get(char *host) argument
469 gai_error = getaddrinfo(host, NULL, &hints, &res);
471 fprintf(stderr, "ndp: %s: %s\n", host,
483 printf("%s (%s) -- no entry\n", host, host_buf);
492 delete(char *host) argument
[all...]
/freebsd-13-stable/contrib/ipfilter/l4check/
H A Dl4check.c412 char *host, *port; local
415 host = str;
416 port = strchr(host, ',');
421 if (ISDIGIT(*host) && inet_aton(host, &ip))
424 if (ISDIGIT(*host))
425 *ipp = inet_addr(host);
428 if (!(hp = gethostbyname(host))) {
430 lnum, host);
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-rpcap.c80 * control connection toward the host, or they already have a control connection in place.
84 struct sockaddr_storage host; member in struct:activehosts
130 * host, but that have not been received (yet) from the client.
176 * 'sockaddr_in6' structure in the host byte order.
187 * For IPv4 addresses, it converts the address family to host byte
190 * port number to host byte order from network byte order and puts
194 * For IPv6 addresses, it converts the address family to host byte
197 * port number and flow information to host byte order from network
199 * address, and converts the scope ID to host byte order from network
206 * does not exist on the other host, o
948 rpcap_remoteact_getsock(const char *host, int *error, char *errbuf) argument
1021 char host[INET6_ADDRSTRLEN + 1]; /* numeric name of the other host */ local
2051 rpcap_setup_session(const char *source, struct pcap_rmtauth *auth, int *activep, SOCKET *sockctrlp, uint8 *protocol_versionp, char *host, char *port, char *iface, char *errbuf) argument
2191 char host[PCAP_BUF_SIZE], ctrlport[PCAP_BUF_SIZE], iface[PCAP_BUF_SIZE]; local
2352 char host[PCAP_BUF_SIZE], port[PCAP_BUF_SIZE]; local
2767 pcap_remoteact_close(const char *host, char *errbuf) argument
[all...]
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c104 #define PROGPING 7 /* pings a program on a given host */
479 char *host = NULL; local
484 host = argv[0];
485 get_inet_address(&server_addr, host);
517 if (host)
519 "Try rpcinfo %s instead", host,
520 host);
522 warnx("local host does not support "
558 get_inet_address(struct sockaddr_in *addr, char *host) argument
565 addr->sin_addr.s_addr = inet_addr(host);
685 char *host; local
887 char *host; local
988 char *host; local
1545 clnt_rpcbind_create(char *host, int rpcbversnum, struct netbuf **targaddr) argument
1576 getclnthandle(char *host, struct netconfig *nconf, u_long rpcbversnum, struct netbuf **targaddr) argument
[all...]
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drsh.c154 * Send forward information on `s' for host `hostname', them being
255 "host",
823 "[login@]host [command]");
844 char *host = NULL; local
861 host = argv[host_index = 1];
945 if (host == NULL) {
949 host = argv[host_index = argindex++];
952 if((tmp = strchr(host, '@')) != NULL) {
954 user = host;
955 host
[all...]
/freebsd-13-stable/contrib/unbound/services/
H A Dauthzone.c2069 free(list->host);
3468 if(extstrtoaddr(master->host, &a, &alen) &&
3476 strchr(master->host, '/') != NULL &&
3477 strchr(master->host, '/') == strrchr(master->host, '/') &&
3478 netblockstrtoaddr(master->host, UNBOUND_DNS_PORT, &a, &alen,
3643 find_master_by_host(struct auth_master* list, char* host) argument
3647 if(strcmp(p->host, host) == 0)
3699 if(m->host) {
6853 parse_url(char* url, char** host, char** file, int* port, int* ssl) argument
[all...]
/freebsd-13-stable/contrib/unbound/services/cache/
H A Dinfra.c328 /** calculate the hash value for a host key
362 /** lookup version that does not check host ttl (you check it) */
399 * Create and init a new entry for a host
401 * @param addr: host address.
691 struct infra_data* host; local
696 host = (struct infra_data*)e->data;
697 *rtt = rtt_unclamped(&host->rtt);
698 if(host->rtt.rto >= PROBE_MAXRTO && timenow >= host->probedelay
703 } else if(host
[all...]
/freebsd-13-stable/contrib/dma/
H A Ddma.c181 char *host; local
192 host = strrchr(it->addr, '@');
193 if (host != NULL &&
194 (strcmp(host + 1, hostname()) == 0 ||
195 strcmp(host + 1, "localhost") == 0)) {
196 *host = 0;

Completed in 443 milliseconds

<<11121314151617181920>>