host             1272 src/dps8/dps8_mgp.c make_rfc_pkt(int *len, char *host, char *contact, char *args)
host             1275 src/dps8/dps8_mgp.c   *len = strlen(host) + 1 + strlen(contact) + \
host             1280 src/dps8/dps8_mgp.c                 "%s %s%s%s", host, contact,
host             1434 src/dps8/dps8_mgp.c   char connect_string[256], *net, *host, *contact, *args;
host             1450 src/dps8/dps8_mgp.c   host  = i + 1;
host             1451 src/dps8/dps8_mgp.c   i     = index(host, ' ');
host             1474 src/dps8/dps8_mgp.c              "\"%s\", args \"%s\"\n", __func__, net, host, contact, args);
host             1499 src/dps8/dps8_mgp.c   if (( sscanf(host, "%ho", &raddr) != 1 ) || !valid_chaos_host_address(raddr))
host             1501 src/dps8/dps8_mgp.c       sim_printf("%s: bad remote address %s\n", __func__, host);
host             1525 src/dps8/dps8_mgp.c   u_char *cbpkt = make_rfc_pkt(&cblen, host, contact, args);
host              132 src/dps8/udplib.c int sim_parse_addr (const char * cptr, char * host, size_t hostlen, const char * default_host,
host              157 src/dps8/udplib.c     char host [64], port [16];
host              185 src/dps8/udplib.c     if (sim_parse_addr (premote, host, sizeof (host), "localhost", port,
host              188 src/dps8/udplib.c     (void)sprintf (udp_links [link] . rhost, "%s", host);
host              197 src/dps8/udplib.c         (strcmp ("localhost", host) == 0))
host              567 src/dps8/udplib.c         (const char *cptr, char *host, size_t host_len, const char *default_host,
host              577 src/dps8/udplib.c if ((host != NULL) && (host_len != 0))
host              578 src/dps8/udplib.c     (void)memset (host, 0, host_len);
host              623 src/dps8/udplib.c if (host)                                               /* host wanted? */
host              628 src/dps8/udplib.c             strcpy (host, hostp);
host              160 src/simh/sim_sock.c             (const struct sockaddr *sa, socklen_t salen, char *host,
host              337 src/simh/sim_sock.c                                      char *host, size_t hostlen,
host              347 src/simh/sim_sock.c if ((NULL == host) && (NULL == serv))
host              371 src/simh/sim_sock.c if ((host) && (hostlen > 0)) {
host              379 src/simh/sim_sock.c         strcpy(host, he->h_name);
host              386 src/simh/sim_sock.c         strcpy(host, inet_ntoa(sin->sin_addr));
host              491 src/simh/sim_sock.c         (const char *cptr, char *host, size_t host_len, const char *default_host,
host              500 src/simh/sim_sock.c if ((host != NULL) && (host_len != 0))
host              501 src/simh/sim_sock.c     (void)memset (host, 0, host_len);
host              507 src/simh/sim_sock.c     if ((host == NULL) || (port == NULL))
host              511 src/simh/sim_sock.c     strcpy (host, default_host);
host              561 src/simh/sim_sock.c if (host) {                                             /* host wanted? */
host              567 src/simh/sim_sock.c                 strcpy (host, hostp);
host              572 src/simh/sim_sock.c                     strcpy (host, default_host);
host              579 src/simh/sim_sock.c                 strcpy (host, default_host);
host              657 src/simh/sim_sock.c         (const char *cptr, char *host, size_t hostlen, const char *default_host,
host              672 src/simh/sim_sock.c     return sim_parse_addr (hostp+1, host, hostlen, default_host, port, port_len, default_port, NULL);
host              674 src/simh/sim_sock.c return sim_parse_addr (cptr, host, hostlen, default_host, port, port_len, default_port, NULL);
host              801 src/simh/sim_sock.c char host[CBUFSIZE], port[CBUFSIZE];
host              806 src/simh/sim_sock.c r = sim_parse_addr (hostport, host, sizeof(host), NULL, port, sizeof(port), NULL, NULL);
host              817 src/simh/sim_sock.c if (p_getaddrinfo(host[0] ? host : NULL, port[0] ? port : NULL, &hints, &result)) {
host              894 src/simh/sim_sock.c char host[CBUFSIZE], port[CBUFSIZE];
host              898 src/simh/sim_sock.c if (sim_parse_addr (hostport, host, sizeof(host), default_host, port, sizeof(port), default_port, NULL))
host              905 src/simh/sim_sock.c if (p_getaddrinfo(host[0] ? host : NULL, port[0] ? port : NULL, &hints, &result))
host              910 src/simh/sim_sock.c     if (sim_parse_addr (sourcehostport, host, sizeof(host), NULL, port, sizeof(port), NULL, NULL)) {
host              920 src/simh/sim_sock.c     if (p_getaddrinfo(host[0] ? host : NULL, port[0] ? port : NULL, &hints, &source)) {
host               87 src/simh/sim_sock.h         (const char *cptr, char *host, size_t hostlen, const char *default_host,
host               91 src/simh/sim_sock.h         (const char *cptr, char *host, size_t hostlen, const char *default_host,
host             1099 src/simh/sim_tmxr.c                             char host[sizeof(msg) - 64];
host             1101 src/simh/sim_tmxr.c                             if (sim_parse_addr (lp->destination, host, sizeof(host), NULL, NULL, 0, NULL, address)) {
host             1104 src/simh/sim_tmxr.c                                           address, host);