rhost            1866 src/dps8/dps8_mgp.c   char *i, *rhost, *args = NULL, connect[128];
rhost            1867 src/dps8/dps8_mgp.c   rhost = (char *)pkt;
rhost            1869 src/dps8/dps8_mgp.c   if (( i = index(rhost, '\r')) != NULL)
rhost            1873 src/dps8/dps8_mgp.c   else if (( i = index(rhost, '\n')) != NULL)
rhost            1879 src/dps8/dps8_mgp.c   if (( i = index(rhost, ' ')) != NULL)
rhost            1901 src/dps8/dps8_mgp.c                 rhost, mgp_dev_state.conns[conni].contact_name,
rhost              97 src/dps8/udplib.c     char      rhost [64];
rhost             161 src/dps8/udplib.c     (void)memset (udp_links [link] . rhost, 0, sizeof (udp_links [link] . rhost));
rhost             170 src/dps8/udplib.c         (void)sprintf (udp_links [link] . rhost, "localhost");
rhost             188 src/dps8/udplib.c     (void)sprintf (udp_links [link] . rhost, "%s", host);
rhost             280 src/dps8/udplib.c     rc = getaddrinfo (udp_links [link] . rhost, udp_links [link] . rport, NULL,
rhost             305 src/dps8/udplib.c               udp_links [link] . rhost, udp_links [link] . rport);