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

Lines Matching refs:buff1

600 	char buff1[256], buff2[256], buff4[128];
605 if (sscanf(buff, "%256s %256s", buff2, buff1) != 2) {
610 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
612 if (sscanf(buff1, "%d", &fport) != 1) {
618 if (sscanf(buff2, "%128[^:]:%128s", buff1, buff3) != 2) {
620 if (sscanf(buff2, "%256s", buff1) != 1) {
637 if (strcmp(buff1, "ftp") == 0)
639 else if (strcmp(buff1, "irc") == 0)
641 else if (strcmp(buff1, "none") == 0)
676 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);