destination 736 src/simh/sim_tmxr.c if (lp->destination || lp->port || lp->txlogname) { destination 751 src/simh/sim_tmxr.c if (lp->destination) { destination 752 src/simh/sim_tmxr.c sprintf (growstring(&tptr, 25 + strlen (lp->destination)), ",Connect=%s%s", lp->destination, ((lp->mp->notelnet != lp->notelnet) && (!lp->datagram)) ? (lp->notelnet ? ";notelnet" : ";telnet") : ""); destination 945 src/simh/sim_tmxr.c (lp->destination == NULL) && destination 958 src/simh/sim_tmxr.c (lp->destination == NULL) && destination 983 src/simh/sim_tmxr.c if (((tlp->destination == NULL) && (tlp->master == 0)) && destination 1069 src/simh/sim_tmxr.c if (lp->destination != NULL) destination 1070 src/simh/sim_tmxr.c lpdlen = 1+strlen (lp->destination); destination 1084 src/simh/sim_tmxr.c if (lp->destination != NULL) destination 1085 src/simh/sim_tmxr.c (void)strcpy (lp->ipad, lp->destination); destination 1088 src/simh/sim_tmxr.c if (lp->destination) destination 1089 src/simh/sim_tmxr.c snprintf (msg, sizeof(msg)-1, "tmxr_poll_conn() - Outgoing Line Connection to %s (%s->%s) established", lp->destination, sockname, peername); destination 1094 src/simh/sim_tmxr.c snprintf (msg, sizeof(msg)-1, "tmxr_poll_conn() - Outgoing Line Connection to %s failed", lp->destination); destination 1111 src/simh/sim_tmxr.c if (lp->destination) { /* Virtual Null Modem Cable? */ destination 1114 src/simh/sim_tmxr.c if (sim_parse_addr (lp->destination, host, sizeof(host), NULL, NULL, 0, NULL, address)) { destination 1122 src/simh/sim_tmxr.c snprintf (msg, sizeof(msg)-1, "tmxr_poll_conn() - aborting outgoing line connection attempt to: %s", lp->destination); destination 1172 src/simh/sim_tmxr.c if (lp->destination && (!lp->sock) && (!lp->connecting) && destination 1174 src/simh/sim_tmxr.c snprintf (msg, sizeof(msg)-1, "tmxr_poll_conn() - establishing outgoing connection to: %s", lp->destination); destination 1175 src/simh/sim_tmxr.c lp->connecting = sim_connect_sock_ex (lp->datagram ? lp->port : NULL, lp->destination, "localhost", NULL, (lp->datagram ? SIM_SOCK_OPT_DATAGRAM : 0) | destination 1209 src/simh/sim_tmxr.c if ((lp->destination) destination 1216 src/simh/sim_tmxr.c snprintf (msg, sizeof(msg)-1, "tmxr_reset_ln_ex() - connecting to %s", lp->destination); destination 1217 src/simh/sim_tmxr.c lp->connecting = sim_connect_sock_ex (lp->datagram ? lp->port : NULL, lp->destination, "localhost", NULL, (lp->datagram ? SIM_SOCK_OPT_DATAGRAM : 0) | destination 1281 src/simh/sim_tmxr.c if ((lp->destination == NULL) && destination 1317 src/simh/sim_tmxr.c if (((tlp->destination == NULL) && (tlp->master == 0)) && destination 1324 src/simh/sim_tmxr.c (lp->port && lp->destination)) destination 1354 src/simh/sim_tmxr.c if ((lp->destination) && /* Virtual Null Modem Cable */ destination 1359 src/simh/sim_tmxr.c snprintf (msg, sizeof(msg)-1, "tmxr_set_get_modem_bits() - establishing outgoing connection to: %s", lp->destination); destination 1360 src/simh/sim_tmxr.c lp->connecting = sim_connect_sock_ex (lp->datagram ? lp->port : NULL, lp->destination, "localhost", NULL, (lp->datagram ? SIM_SOCK_OPT_DATAGRAM : 0) | destination 2062 src/simh/sim_tmxr.c FREE (lp->destination); destination 2063 src/simh/sim_tmxr.c lp->destination = NULL; destination 2184 src/simh/sim_tmxr.c char tbuf[CBUFSIZE], listen[CBUFSIZE], destination[CBUFSIZE], destination 2210 src/simh/sim_tmxr.c memset(destination, '\0', sizeof(destination)); destination 2309 src/simh/sim_tmxr.c (void)strcpy (destination, cptr); destination 2358 src/simh/sim_tmxr.c if (destination[0]) { destination 2363 src/simh/sim_tmxr.c strncpy (hostport, destination, sizeof(hostport)); destination 2562 src/simh/sim_tmxr.c if (destination[0]) { destination 2593 src/simh/sim_tmxr.c lp->destination = (char *)malloc(1+strlen(hostport)); destination 2594 src/simh/sim_tmxr.c if (!lp->destination) destination 2606 src/simh/sim_tmxr.c (void)strcpy (lp->destination, hostport); destination 2610 src/simh/sim_tmxr.c lp->ipad = (char *)malloc (1 + strlen (lp->destination)); destination 2623 src/simh/sim_tmxr.c (void)strcpy (lp->ipad, lp->destination); destination 2753 src/simh/sim_tmxr.c if (destination[0]) { destination 2778 src/simh/sim_tmxr.c lp->destination = (char *)malloc(1+strlen(hostport)); destination 2779 src/simh/sim_tmxr.c if (!lp->destination) destination 2791 src/simh/sim_tmxr.c (void)strcpy (lp->destination, hostport); destination 2794 src/simh/sim_tmxr.c lp->ipad = (char *)malloc (1 + strlen (lp->destination)); destination 2807 src/simh/sim_tmxr.c (void)strcpy (lp->ipad, lp->destination); destination 3136 src/simh/sim_tmxr.c if (!lp->destination && lp->sock) { /* not serial and is connected? */ destination 3145 src/simh/sim_tmxr.c FREE (lp->destination); destination 3146 src/simh/sim_tmxr.c lp->destination = NULL; destination 3538 src/simh/sim_tmxr.c if (lp->destination) /* remote connection? */ destination 3540 src/simh/sim_tmxr.c fprintf (st, "Datagram Connection from %s to remote port %s\n", lp->port, lp->destination);/* print port name */ destination 3542 src/simh/sim_tmxr.c fprintf (st, "Connection to remote port %s\n", lp->destination);/* print port name */ destination 3547 src/simh/sim_tmxr.c if (lp->destination) /* remote connection? */ destination 3548 src/simh/sim_tmxr.c fprintf (st, "Connecting to remote port %s\n", lp->destination);/* print port name */ destination 177 src/simh/sim_tmxr.h char *destination; /* Outgoing destination address:port */