destination       719 src/simh/sim_tmxr.c if (lp->destination || lp->port || lp->txlogname) {
destination       734 src/simh/sim_tmxr.c     if (lp->destination) {
destination       735 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       851 src/simh/sim_tmxr.c                 (lp->destination == NULL) &&
destination       864 src/simh/sim_tmxr.c                     (lp->destination == NULL) &&
destination       889 src/simh/sim_tmxr.c                             if (((tlp->destination == NULL) && (tlp->master == 0)) &&
destination       975 src/simh/sim_tmxr.c                             if (lp->destination != NULL)
destination       976 src/simh/sim_tmxr.c                                 lpdlen = 1+strlen (lp->destination);
destination       990 src/simh/sim_tmxr.c                             if (lp->destination != NULL)
destination       991 src/simh/sim_tmxr.c                                 strcpy (lp->ipad, lp->destination);
destination       994 src/simh/sim_tmxr.c                             if (lp->destination)
destination       995 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      1000 src/simh/sim_tmxr.c                             snprintf (msg, sizeof(msg)-1, "tmxr_poll_conn() - Outgoing Line Connection to %s failed", lp->destination);
destination      1017 src/simh/sim_tmxr.c                         if (lp->destination) {                      /* Virtual Null Modem Cable? */
destination      1020 src/simh/sim_tmxr.c                             if (sim_parse_addr (lp->destination, host, sizeof(host), NULL, NULL, 0, NULL, address)) {
destination      1028 src/simh/sim_tmxr.c                                 snprintf (msg, sizeof(msg)-1, "tmxr_poll_conn() - aborting outgoing line connection attempt to: %s", lp->destination);
destination      1078 src/simh/sim_tmxr.c     if (lp->destination && (!lp->sock) && (!lp->connecting) &&
destination      1080 src/simh/sim_tmxr.c         snprintf (msg, sizeof(msg)-1, "tmxr_poll_conn() - establishing outgoing connection to: %s", lp->destination);
destination      1081 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      1115 src/simh/sim_tmxr.c if ((lp->destination)
destination      1122 src/simh/sim_tmxr.c         snprintf (msg, sizeof(msg)-1, "tmxr_reset_ln_ex() - connecting to %s", lp->destination);
destination      1123 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      1187 src/simh/sim_tmxr.c         if ((lp->destination == NULL) &&
destination      1223 src/simh/sim_tmxr.c                 if (((tlp->destination == NULL) && (tlp->master == 0)) &&
destination      1230 src/simh/sim_tmxr.c         (lp->port && lp->destination))
destination      1260 src/simh/sim_tmxr.c             if ((lp->destination) &&                    /* Virtual Null Modem Cable */
destination      1265 src/simh/sim_tmxr.c                 snprintf (msg, sizeof(msg)-1, "tmxr_set_get_modem_bits() - establishing outgoing connection to: %s", lp->destination);
destination      1266 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      1968 src/simh/sim_tmxr.c     FREE (lp->destination);
destination      1969 src/simh/sim_tmxr.c     lp->destination = NULL;
destination      2090 src/simh/sim_tmxr.c char tbuf[CBUFSIZE], listen[CBUFSIZE], destination[CBUFSIZE],
destination      2116 src/simh/sim_tmxr.c     memset(destination, '\0', sizeof(destination));
destination      2215 src/simh/sim_tmxr.c                 strcpy (destination, cptr);
destination      2264 src/simh/sim_tmxr.c     if (destination[0]) {
destination      2269 src/simh/sim_tmxr.c             strncpy (hostport, destination, sizeof(hostport));
destination      2468 src/simh/sim_tmxr.c         if (destination[0]) {
destination      2499 src/simh/sim_tmxr.c                     lp->destination = (char *)malloc(1+strlen(hostport));
destination      2500 src/simh/sim_tmxr.c                     if (!lp->destination)
destination      2512 src/simh/sim_tmxr.c                     strcpy (lp->destination, hostport);
destination      2516 src/simh/sim_tmxr.c                         lp->ipad = (char *)malloc (1 + strlen (lp->destination));
destination      2529 src/simh/sim_tmxr.c                         strcpy (lp->ipad, lp->destination);
destination      2659 src/simh/sim_tmxr.c         if (destination[0]) {
destination      2684 src/simh/sim_tmxr.c                     lp->destination = (char *)malloc(1+strlen(hostport));
destination      2685 src/simh/sim_tmxr.c                     if (!lp->destination)
destination      2697 src/simh/sim_tmxr.c                     strcpy (lp->destination, hostport);
destination      2700 src/simh/sim_tmxr.c                         lp->ipad = (char *)malloc (1 + strlen (lp->destination));
destination      2713 src/simh/sim_tmxr.c                         strcpy (lp->ipad, lp->destination);
destination      3042 src/simh/sim_tmxr.c     if (!lp->destination && lp->sock) {                 /* not serial and is connected? */
destination      3051 src/simh/sim_tmxr.c         FREE (lp->destination);
destination      3052 src/simh/sim_tmxr.c         lp->destination = NULL;
destination      3444 src/simh/sim_tmxr.c     if (lp->destination)                                /* remote connection? */
destination      3446 src/simh/sim_tmxr.c             fprintf (st, "Datagram Connection from %s to remote port %s\n", lp->port, lp->destination);/* print port name */
destination      3448 src/simh/sim_tmxr.c             fprintf (st, "Connection to remote port %s\n", lp->destination);/* print port name */
destination      3453 src/simh/sim_tmxr.c     if (lp->destination)                                /* remote connection? */
destination      3454 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 */