premote 136 src/dps8/udplib.c static int udp_parse_remote (int link, char * premote) premote 158 src/dps8/udplib.c if (* premote == '\0') premote 164 src/dps8/udplib.c if (2 == sscanf (premote, "%d::%d", & lportno, & rport)) premote 177 src/dps8/udplib.c lportno = (int) strtoul (premote, & end, 10); premote 182 src/dps8/udplib.c premote = end + 1; premote 185 src/dps8/udplib.c if (sim_parse_addr (premote, host, sizeof (host), "localhost", port, premote 223 src/dps8/udplib.c int udp_create (const char * premote, int * pln) premote 245 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);