rhost            1864 src/dps8/dps8_mgp.c   char *i, *rhost, *args = NULL, connect[128];
rhost            1865 src/dps8/dps8_mgp.c   rhost = (char *)pkt;
rhost            1867 src/dps8/dps8_mgp.c   if (( i = index(rhost, '\r')) != NULL)
rhost            1871 src/dps8/dps8_mgp.c   else if (( i = index(rhost, '\n')) != NULL)
rhost            1877 src/dps8/dps8_mgp.c   if (( i = index(rhost, ' ')) != NULL)
rhost            1899 src/dps8/dps8_mgp.c           rhost, mgp_dev_state.conns[conni].contact_name,
rhost              94 src/dps8/udplib.c     char      rhost [64];
rhost             158 src/dps8/udplib.c     memset (udp_links [link] . rhost, 0, sizeof (udp_links [link] . rhost));
rhost             167 src/dps8/udplib.c         sprintf (udp_links [link] . rhost, "localhost");
rhost             185 src/dps8/udplib.c     sprintf (udp_links [link] . rhost, "%s", host);
rhost             275 src/dps8/udplib.c     rc = getaddrinfo (udp_links [link] . rhost, udp_links [link] . rport, NULL,
rhost             297 src/dps8/udplib.c printf ("link %d - listening on port %s and sending to %s:%s\n", link, udp_links [link] . lport, udp_links [link] . rhost, udp_links [link] . rport);