host 874 src/dps8/dps8_net.c int host = leader[5]; host 886 src/dps8/dps8_net.c msg_type, handling, host, port_exp, imp); 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 166 src/simh/sim_sock.c (const struct sockaddr *sa, socklen_t salen, char *host, host 343 src/simh/sim_sock.c char *host, size_t hostlen, host 353 src/simh/sim_sock.c if ((NULL == host) && (NULL == serv)) host 377 src/simh/sim_sock.c if ((host) && (hostlen > 0)) { host 385 src/simh/sim_sock.c strcpy(host, he->h_name); host 392 src/simh/sim_sock.c strcpy(host, inet_ntoa(sin->sin_addr)); host 497 src/simh/sim_sock.c (const char *cptr, char *host, size_t host_len, const char *default_host, host 506 src/simh/sim_sock.c if ((host != NULL) && (host_len != 0)) host 507 src/simh/sim_sock.c (void)memset (host, 0, host_len); host 513 src/simh/sim_sock.c if ((host == NULL) || (port == NULL)) host 517 src/simh/sim_sock.c strcpy (host, default_host); host 567 src/simh/sim_sock.c if (host) { /* host wanted? */ host 573 src/simh/sim_sock.c strcpy (host, hostp); host 578 src/simh/sim_sock.c strcpy (host, default_host); host 585 src/simh/sim_sock.c strcpy (host, default_host); host 663 src/simh/sim_sock.c (const char *cptr, char *host, size_t hostlen, const char *default_host, host 678 src/simh/sim_sock.c return sim_parse_addr (hostp+1, host, hostlen, default_host, port, port_len, default_port, NULL); host 680 src/simh/sim_sock.c return sim_parse_addr (cptr, host, hostlen, default_host, port, port_len, default_port, NULL); host 807 src/simh/sim_sock.c char host[CBUFSIZE], port[CBUFSIZE]; host 812 src/simh/sim_sock.c r = sim_parse_addr (hostport, host, sizeof(host), NULL, port, sizeof(port), NULL, NULL); host 823 src/simh/sim_sock.c if (p_getaddrinfo(host[0] ? host : NULL, port[0] ? port : NULL, &hints, &result)) { host 900 src/simh/sim_sock.c char host[CBUFSIZE], port[CBUFSIZE]; host 904 src/simh/sim_sock.c if (sim_parse_addr (hostport, host, sizeof(host), default_host, port, sizeof(port), default_port, NULL)) host 911 src/simh/sim_sock.c if (p_getaddrinfo(host[0] ? host : NULL, port[0] ? port : NULL, &hints, &result)) host 916 src/simh/sim_sock.c if (sim_parse_addr (sourcehostport, host, sizeof(host), NULL, port, sizeof(port), NULL, NULL)) { host 926 src/simh/sim_sock.c if (p_getaddrinfo(host[0] ? host : NULL, port[0] ? port : NULL, &hints, &source)) { host 91 src/simh/sim_sock.h (const char *cptr, char *host, size_t hostlen, const char *default_host, host 95 src/simh/sim_sock.h (const char *cptr, char *host, size_t hostlen, const char *default_host, host 1090 src/simh/sim_tmxr.c char host[sizeof(msg) - 64]; host 1092 src/simh/sim_tmxr.c if (sim_parse_addr (lp->destination, host, sizeof(host), NULL, NULL, 0, NULL, address)) { host 1095 src/simh/sim_tmxr.c address, host);