Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:buff1

597 	char buff1[256], buff2[256], buff4[128];
602 if (sscanf(buff, "%256s %256s", buff2, buff1) != 2) {
607 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
609 if (sscanf(buff1, "%d", &fport) != 1) {
615 if (sscanf(buff2, "%128[^:]:%128s", buff1, buff3) != 2) {
617 if (sscanf(buff2, "%256s", buff1) != 1) {
634 if (strcmp(buff1, "ftp") == 0)
636 else if (strcmp(buff1, "irc") == 0)
638 else if (strcmp(buff1, "none") == 0)
673 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);