Searched refs:host (Results 251 - 275 of 581) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/crypto/openssh/
H A Dauth-options.c289 "host (host=%.200s, ip=%.200s).",
291 auth_debug_add("Your host '%.200s' is not "
301 char *host, *p; local
328 host = hpdelim(&p);
329 if (host == NULL || strlen(host) >= NI_MAXHOST) {
339 host = cleanhostname(host);
349 channel_add_permitted_opens(host, por
[all...]
H A Dchannels.h86 char *host; member in struct:channel_connect
124 /* path for unix domain sockets, or host name for forwards */
278 int channel_request_rforward_cancel(const char *host, u_short port);
H A Droaming_client.c55 extern char *host;
260 if (ssh_connect(host, NULL, &hostaddr, options.port,
/freebsd-9.3-release/lib/libc/gen/
H A Dgetnetgrent.c348 innetgr(const char *group, const char *host, const char *user, const char *dom) argument
369 * 1.a) if host is specified and user is null:
371 * (try host.domain, host.*, *.domain or *.*)
373 * 1.b) if user is specified and host is null:
375 * (try host.domain, host.*, *.domain or *.*)
377 * 1.c) if both host and user are specified,
379 * 1.d) if neither host ane user are specified (why?!?)
385 if (_use_only_yp && (host
[all...]
H A Dutxdb.c78 /* Extension: host name. */
79 UTOF_STRING(ut, fu, host);
149 /* Extension: host name. */
150 FTOU_STRING(fu, ut, host);
/freebsd-9.3-release/libexec/getty/
H A Dsubr.c490 const char *host = HN; local
499 if (*host)
500 host++;
504 if (*host)
505 *res++ = *host++;
519 if (*host)
520 strncpy(res, host, sizeof editedhost - (res - editedhost) - 1);
/freebsd-9.3-release/sys/netipx/
H A Dipx.c411 char *net = "", *host = ""; local
439 host = "any";
441 host = "*";
448 host = p;
452 if (strcmp(host, "*") == 0) {
453 host = "";
460 printf("%s.%s%s", net, host, cport);
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c213 char *host, *ut_find_host(); local
356 host = ut_find_host(wp->who_tty);
357 if (host)
358 (void) strncpy(wp->who_host, host, UTHOSTLEN);
377 host = ut_find_host(wpnew->who_tty);
378 if (host)
379 (void) strncpy(wpnew->who_host, host, UTHOSTLEN);
577 /* the ':' stuff is for <host>:<display>.<screen> */
650 char *host = NULL; local
656 host
[all...]
H A Dconfig.rpath13 # The first argument passed to this file is the canonical host specification,
33 host="$1"
34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
35 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
/freebsd-9.3-release/lib/libpam/modules/pam_radius/
H A Dpam_radius.c81 char host[MAXHOSTNAMELEN]; local
92 if (gethostname(host, sizeof host) != -1) {
94 nas_id = host;
96 nas_ipaddr = host;
/freebsd-9.3-release/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-9.3-release/usr.bin/csup/
H A Dauth.c73 char *login, *host; local
80 host = NULL;
82 host = hostbuf;
85 host != NULL ? host : "?");
/freebsd-9.3-release/contrib/ipfilter/l4check/
H A Dl4check.c427 char *host, *port; local
429 host = str;
430 port = strchr(host, ',');
435 if (ISDIGIT(*host) && inet_aton(host, &ip))
438 if (ISDIGIT(*host))
439 *ipp = inet_addr(host);
442 if (!(hp = gethostbyname(host))) {
444 lnum, host);
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog42 # the host www.example.com, report packet flags and perform paranoid
57 # - Restructured host name and address caches. Hosts are now cached using
104 # (alternate address for host). Thanks to John Ladwig <jladwig@nts.umn.edu>.
120 # - Stopped reporting host IPs twice when numeric output was requested.
128 # host field. Thanks to Stephen J. Roznowski <sjr@home.net>.
179 1 => 'host-unr',
185 7 => 'host-unk',
188 10 => 'host-prohib',
190 12 => 'host-tos',
192 14 => 'host
[all...]
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c104 #define PROGPING 7 /* pings a program on a given host */
479 char *host; local
484 host = argv[0];
485 get_inet_address(&server_addr, host);
519 host, host);
552 get_inet_address(struct sockaddr_in *addr, char *host) argument
559 addr->sin_addr.s_addr = inet_addr(host);
567 if ((error = getaddrinfo(host, "rpcbind", &hints, &res))
569 errx(1, "%s: %s", host, gai_strerro
677 char *host; local
879 char *host; local
980 char *host; local
1537 clnt_rpcbind_create(char *host, int rpcbversnum, struct netbuf **targaddr) argument
1568 getclnthandle(char *host, struct netconfig *nconf, u_long rpcbversnum, struct netbuf **targaddr) argument
[all...]
/freebsd-9.3-release/usr.sbin/ndp/
H A Dndp.c390 char *host = argv[0], *eaddr = argv[1]; local
400 gai_error = getaddrinfo(host, NULL, &hints, &res);
402 fprintf(stderr, "ndp: %s: %s\n", host,
428 errx(1, "RTM_GET(%s) failed", host);
452 printf("cannot intuit interface index and type for %s\n", host);
464 get(host)
465 char *host;
474 gai_error = getaddrinfo(host, NULL, &hints, &res);
476 fprintf(stderr, "ndp: %s: %s\n", host,
492 printf("%s (%s) -- no entry\n", host, host_bu
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/binutils/
H A Dconfig.rpath28 # The first argument passed to this file is the canonical host specification,
48 host="$1"
49 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
50 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
51 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
/freebsd-9.3-release/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-9.3-release/contrib/libreadline/support/
H A Dconfig.rpath28 # The first argument passed to this file is the canonical host specification,
48 host="$1"
49 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
50 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
51 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md26 host = {
27 host = "hostname";
30 host = {
31 host = "hostname";
46 "host": [
48 "host": "hostname",
52 "host": "hostname",
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Dafskrb.c96 get_realm(struct kafs_data *data, const char *host) argument
98 char *r = krb_realmofhost(host);
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-digest.in50 server=host/datan.test.h5l.se
137 --name-type=hostbased-service datan@host.TEST || \
141 --name-type=hostbased-service datan@host.test.domain2 || \
145 --name-type=hostbased-service datan@host.foo 2>/dev/null && \
H A Dcheck-keys.in45 principal=host/datan.test.h5l.se@${R}
/freebsd-9.3-release/release/picobsd/floppy.tree/etc/
H A Drc112 # so rc.conf[.local] can make use of a case statement to set per-host things.
19 [ -n "${host_conf}" ] && echo ${host_conf} > /etc/host.conf

Completed in 131 milliseconds

<<11121314151617181920>>