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