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

Lines Matching defs:fport

595 	u_int lport, fport;
607 if (sscanf(buff1, "%d:%d", &lport, &fport) != 2) {
609 if (sscanf(buff1, "%d", &fport) != 1) {
647 if (emup->lport == lport && emup->fport == fport) {
656 emup->fport = (u_int16_t)fport;
665 (fport && fport == so->so_faddr_port)) {
673 lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);