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);