premote           133 src/dps8/udplib.c static int udp_parse_remote (int link, char * premote)
premote           155 src/dps8/udplib.c     if (* premote == '\0')
premote           161 src/dps8/udplib.c     if (2 == sscanf (premote, "%d::%d", & lportno, & rport))
premote           174 src/dps8/udplib.c     lportno = (int) strtoul (premote, & end, 10);
premote           179 src/dps8/udplib.c         premote = end + 1;
premote           182 src/dps8/udplib.c     if (sim_parse_addr (premote, host, sizeof (host), "localhost", port,
premote           220 src/dps8/udplib.c int udp_create (const char * premote, int * pln)
premote           242 src/dps8/udplib.c     if (udp_parse_remote (link, (char *) premote) != 0)
premote            43 src/dps8/udplib.h int udp_create  (const char * premote, int32_t * plink);