hostport 797 src/simh/sim_sock.c SOCKET sim_master_sock_ex (const char *hostport, int *parse_status, int opt_flags) hostport 806 src/simh/sim_sock.c r = sim_parse_addr (hostport, host, sizeof(host), NULL, port, sizeof(port), NULL, NULL); hostport 889 src/simh/sim_sock.c (const char *sourcehostport, const char *hostport, const char *default_host, hostport 898 src/simh/sim_sock.c if (sim_parse_addr (hostport, host, sizeof(host), default_host, port, sizeof(port), default_port, NULL)) hostport 99 src/simh/sim_sock.h (const char *hostport, int *parse_status, int opt_flags); hostport 100 src/simh/sim_sock.h # define sim_master_sock(hostport, parse_status) \ hostport 101 src/simh/sim_sock.h sim_master_sock_ex(hostport, parse_status, ((sim_switches & SWMASK ('U')) ? SIM_SOCK_OPT_REUSEADDR : 0)) hostport 103 src/simh/sim_sock.h (const char *sourcehostport, const char *hostport, const char *default_host, const char *default_port, int opt_flags); hostport 104 src/simh/sim_sock.h # define sim_connect_sock(hostport, default_host, default_port) \ hostport 105 src/simh/sim_sock.h sim_connect_sock_ex(NULL, hostport, default_host, default_port, SIM_SOCK_OPT_NONBLOCK) hostport 2177 src/simh/sim_tmxr.c logfiletmpl[CBUFSIZE], buffered[CBUFSIZE], hostport[CBUFSIZE*2], hostport 2354 src/simh/sim_tmxr.c (void)memset (hostport, '\0', sizeof(hostport)); hostport 2355 src/simh/sim_tmxr.c strncpy (hostport, destination, sizeof(hostport)); hostport 2356 src/simh/sim_tmxr.c if ((eptr = strchr (hostport, ';'))) hostport 2371 src/simh/sim_tmxr.c sock = sim_connect_sock_ex (NULL, hostport, "localhost", NULL, (datagram ? SIM_SOCK_OPT_DATAGRAM : 0) | hostport 2377 src/simh/sim_tmxr.c return sim_messagef (SCPE_ARG, "Invalid destination: %s\n", hostport); hostport 2580 src/simh/sim_tmxr.c sock = sim_connect_sock_ex (datagram ? listen : NULL, hostport, "localhost", NULL, hostport 2586 src/simh/sim_tmxr.c lp->destination = (char *)malloc(1+strlen(hostport)); hostport 2599 src/simh/sim_tmxr.c (void)strcpy (lp->destination, hostport); hostport 2629 src/simh/sim_tmxr.c datagram ? "<->" : "", hostport); hostport 2770 src/simh/sim_tmxr.c sock = sim_connect_sock_ex (datagram ? listen : NULL, hostport, "localhost", NULL, hostport 2774 src/simh/sim_tmxr.c lp->destination = (char *)malloc(1+strlen(hostport)); hostport 2787 src/simh/sim_tmxr.c (void)strcpy (lp->destination, hostport); hostport 2813 src/simh/sim_tmxr.c datagram ? "<->" : "", hostport);