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         2181 src/simh/sim_tmxr.c      logfiletmpl[CBUFSIZE], buffered[CBUFSIZE], hostport[CBUFSIZE*2],
hostport         2358 src/simh/sim_tmxr.c             (void)memset (hostport, '\0', sizeof(hostport));
hostport         2359 src/simh/sim_tmxr.c             strncpy (hostport, destination, sizeof(hostport));
hostport         2360 src/simh/sim_tmxr.c             if ((eptr = strchr (hostport, ';')))
hostport         2375 src/simh/sim_tmxr.c             sock = sim_connect_sock_ex (NULL, hostport, "localhost", NULL, (datagram ? SIM_SOCK_OPT_DATAGRAM : 0) |
hostport         2381 src/simh/sim_tmxr.c                 return sim_messagef (SCPE_ARG, "Invalid destination: %s\n", hostport);
hostport         2584 src/simh/sim_tmxr.c                 sock = sim_connect_sock_ex (datagram ? listen : NULL, hostport, "localhost", NULL,
hostport         2590 src/simh/sim_tmxr.c                     lp->destination = (char *)malloc(1+strlen(hostport));
hostport         2603 src/simh/sim_tmxr.c                     (void)strcpy (lp->destination, hostport);
hostport         2633 src/simh/sim_tmxr.c                                          datagram ? "<->" : "", hostport);
hostport         2774 src/simh/sim_tmxr.c                 sock = sim_connect_sock_ex (datagram ? listen : NULL, hostport, "localhost", NULL,
hostport         2778 src/simh/sim_tmxr.c                     lp->destination = (char *)malloc(1+strlen(hostport));
hostport         2791 src/simh/sim_tmxr.c                     (void)strcpy (lp->destination, hostport);
hostport         2817 src/simh/sim_tmxr.c                                          datagram ? "<->" : "", hostport);