Searched refs:host (Results 101 - 125 of 905) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dno_host_v4.exp1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv http
2 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http
3 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http
5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv echo
6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv echo
7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv echo
9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv tftp
10 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv tftp
11 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv tftp
13 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empt
[all...]
H A Dno_serv_v4.exp1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host ::1 serv (empty)
2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv 0
3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv 0
5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host 127.0.0.1 serv (empty)
6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv 0
7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv 0
9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv (empty)
10 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv 0
11 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv 0
13 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empt
[all...]
H A Dsock_raw_v4v6.exp1 arg: flags 0x2 family 0 socktype 3 protocol 0 addrlen 0 host localhost serv (empty)
2 ai1: flags 0x2 family 24 socktype 3 protocol 0 addrlen 28 host ::1 serv 0
3 ai2: flags 0x2 family 2 socktype 3 protocol 0 addrlen 16 host 127.0.0.1 serv 0
5 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv (empty)
6 ai1: flags 0x2 family 24 socktype 3 protocol 59 addrlen 28 host ::1 serv 0
7 ai2: flags 0x2 family 2 socktype 3 protocol 59 addrlen 16 host 127.0.0.1 serv 0
9 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv 80
11 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv www
13 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host ::1 serv (empty)
14 ai1: flags 0x2 family 24 socktype 3 protocol 59 addrlen 28 host
[all...]
/freebsd-11-stable/usr.bin/tip/tip/
H A Dremote.c57 * Attributes to be gleened from remote host description
77 getremcap(char *host) argument
93 if ((stat = cgetent(&bp, db_array, host)) < 0) {
95 (host[0] == '/' && access(DV = host, R_OK | W_OK) == 0)) {
97 HO = host;
107 fprintf(stderr, "%s: unknown host %s\n", __progname,
108 host);
112 "%s: can't open host description file\n",
117 "%s: possible reference loop in host descriptio
212 getremote(char *host) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_hostname.c42 expand_hostname(krb5_context context, const char *host) argument
47 ret = krb5_expand_hostname(context, host, &h);
49 krb5_err(context, 1, ret, "krb5_expand_hostname(%s)", host);
54 printf("hostname: %s -> %s\n", host, h);
56 ret = krb5_expand_hostname_realms(context, host, &h, &r);
58 krb5_err(context, 1, ret, "krb5_expand_hostname_realms(%s)", host);
63 printf("hostname: %s -> %s\n", host, h);
H A Dkrbhst.c290 append_host_hostinfo(struct krb5_krbhst_data *kd, struct krb5_krbhst_info *host) argument
295 if(h->proto == host->proto &&
296 h->port == host->port &&
297 strcmp(h->hostname, host->hostname) == 0) {
298 _krb5_free_krbhst_info(host);
301 *kd->end = host;
302 kd->end = &host->next;
307 const char *host, int def_port, int port)
311 hi = parse_hostspec(context, kd, host, def_port, port);
320 * return a readable representation of `host' i
306 append_host_string(krb5_context context, struct krb5_krbhst_data *kd, const char *host, int def_port, int port) argument
324 krb5_krbhst_format_string(krb5_context context, const krb5_krbhst_info *host, char *hostname, size_t hostlen) argument
370 krb5_krbhst_get_addrinfo(krb5_context context, krb5_krbhst_info *host, struct addrinfo **ai) argument
422 get_next(struct krb5_krbhst_data *kd, krb5_krbhst_info **host) argument
489 char *host = NULL; local
554 char host[NI_MAXHOST], port[NI_MAXSERV]; local
631 kdc_get_next(krb5_context context, struct krb5_krbhst_data *kd, krb5_krbhst_info **host) argument
696 admin_get_next(krb5_context context, struct krb5_krbhst_data *kd, krb5_krbhst_info **host) argument
750 kpasswd_get_next(krb5_context context, struct krb5_krbhst_data *kd, krb5_krbhst_info **host) argument
810 krb524_get_next(krb5_context context, struct krb5_krbhst_data *kd, krb5_krbhst_info **host) argument
961 krb5_krbhst_next(krb5_context context, krb5_krbhst_handle handle, krb5_krbhst_info **host) argument
983 krb5_krbhst_info *host; local
1023 char host[MAXHOSTNAMELEN]; local
[all...]
H A Dtest_plugin.c90 char host[MAXHOSTNAMELEN]; local
114 while(krb5_krbhst_next_as_string(context, handle, host, sizeof(host)) == 0){
116 if (strcmp(host, "127.0.0.2") != 0)
117 krb5_errx(context, 1, "wrong address: %s", host);
120 krb5_errx(context, 1, "failed to find host");
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DpacketHandling.c211 sockaddr_u host; local
215 ZERO(host);
217 TEST_ASSERT_EQUAL(-1, handle_pkt(rpktl, &rpkt, &host, ""));
225 sockaddr_u host; local
229 ZERO(host);
231 TEST_ASSERT_EQUAL(1, handle_pkt(rpktl, &rpkt, &host, ""));
239 sockaddr_u host; local
243 ZERO(host);
245 TEST_ASSERT_EQUAL(1, handle_pkt(rpktl, &rpkt, &host, ""));
255 sockaddr_u host; local
280 sockaddr_u host; local
294 sockaddr_u host; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dnetname.c118 * Convert host to network-name
121 host2netname(char netname[MAXNETNAMELEN + 1], const char *host, const char *domain) argument
132 if (host == NULL) {
134 host = hostname;
136 if (strlen(domain) + 1 + strlen(host) + 1 + strlen(OPSYS) > MAXNETNAMELEN) {
139 (void) sprintf(netname, "%s.%s@%s", OPSYS, host, domain);
H A Dgetrpcport.c56 getrpcport(char *host, int prognum, int versnum, int proto) argument
61 assert(host != NULL);
63 if ((hp = gethostbyname(host)) == NULL)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetnameinfo_verified.c48 char *host, size_t hostlen,
59 if (host == NULL)
67 ret = getnameinfo (sa, salen, host, hostlen, serv, servlen,
74 ret = getaddrinfo (host, serv, &hints, &ai);
91 ret = getnameinfo (sa, salen, host, hostlen, serv, servlen,
47 getnameinfo_verified(const struct sockaddr *sa, socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags) argument
/freebsd-11-stable/contrib/ldns-host/
H A DMakefile1 PROG=ldns-host
2 SRC=ldns-host.c
3 MAN=ldns-host.1
/freebsd-11-stable/libexec/ulog-helper/
H A Dulog-helper.c74 const char *line, *user, *host; local
87 host = argc == 3 ? argv[2] : NULL;
89 ulog_login(line, user, host);
/freebsd-11-stable/crypto/openssh/
H A Dauth-rhosts.c62 char buf[RBUFLN];/* Must not be larger than host, user, dummy below. */
87 char *host, *user, *cp; local
116 /* Got both host and user name. */
126 host = hostbuf;
130 /* Process negated host names, or positive netgroups. */
131 if (host[0] == '-') {
133 host++;
134 } else if (host[0] == '+')
135 host++;
143 /* Check for empty host/use
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.1114 $0 = "$av0 - lookup host FQDN and IP addr";
118 $usage = "Usage: $av0 [-1avwd] user[\@host] [user2[host2] ...]";
168 # do we already have an mx record for this host?
444 # there is another host to redirect to!
473 # %fallback{"$user *** $host"} tracks what is able to fallback
474 # %fellback{"$user *** $host"} tracks what has fallen back
480 local($method,$user,*host,*fall_table,*fellback) = @_;
492 print "U: $user H: $host\n";
495 $us = "$user *** $host";
510 print "Oldhost($host,
[all...]
H A Dexpn.in113 $0 = "$av0 - lookup host FQDN and IP addr";
117 $usage = "Usage: $av0 [-1avwd] user[\@host] [user2[\@host2] ...]";
167 # do we already have an mx record for this host?
443 # there is another host to redirect to!
472 # %fallback{"$user *** $host"} tracks what is able to fallback
473 # %fellback{"$user *** $host"} tracks what has fallen back
479 local($method,$user,*host,*fall_table,*fellback) = @_;
491 print "U: $user H: $host\n";
494 $us = "$user *** $host";
509 print "Oldhost($host,
[all...]
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.conf3 send host-name "andare.fugue.com";
10 domain-name-servers, host-name;
31 option host-name "andare.swiftmedia.com";
/freebsd-11-stable/crypto/openssh/regress/
H A Dcfginclude.sh10 Match host a
13 Match host b
17 Match host c
21 Match host m
40 Match host xxxxxx
44 Match host a
47 Match host b
50 Match host c
64 Match host a
67 Match host
[all...]
/freebsd-11-stable/bin/expr/
H A DMakefile.depend12 usr.bin/yacc.host \
/freebsd-11-stable/contrib/opie/libopie/
H A Dinsecure.c135 char host[sizeof(utmp.ut_host) + 1]; variable
138 strncpy(host, utmp.ut_host, sizeof(utmp.ut_host));
139 host[sizeof(utmp.ut_host)] = 0;
141 if (s = strchr(host, ':')) {
142 int n = s - host;
147 if (!strncmp(host, display_name, n))
151 if (s = strchr(host, ' ')) {
155 if (!strncmp(host, display_name, n))
/freebsd-11-stable/lib/libipsec/
H A DMakefile.depend13 usr.bin/yacc.host \
/freebsd-11-stable/lib/libpcap/
H A DMakefile.depend13 usr.bin/yacc.host \
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.depend13 usr.bin/yacc.host \
/freebsd-11-stable/gnu/usr.bin/dtc/
H A DMakefile.depend12 usr.bin/yacc.host \
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile.depend12 usr.bin/yacc.host \

Completed in 272 milliseconds

1234567891011>>